devices.jykang: add sqlite to paths, hpcstat do not wrap sqlite

This commit is contained in:
2025-10-21 17:58:44 +08:00
parent dcef76d006
commit 235f1cb1be
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@
nativeBuildInputs = [ cmake pkg-config makeWrapper ];
cmakeFlags = lib.optionals (version != null) [ "-DHPCSTAT_VERSION=${version}" ];
postInstall =
if standalone then "cp ${openssh}/bin/{ssh-add,ssh-keygen} ${duc}/bin/duc ${sqlite}/bin/sqlite3 $out/bin"
if standalone then "cp ${openssh}/bin/{ssh-add,ssh-keygen} ${duc}/bin/duc $out/bin"
else
''
wrapProgram $out/bin/hpcstat --set HPCSTAT_SHAREDIR $out/share/hpcstat \