ksystemstats: Use getBin instead of hardcoding ouput name

This commit is contained in:
Thomas Tuegel
2021-08-05 17:01:19 +09:00
committed by Raphael Megzari
parent 08f219f22e
commit 7781962deb
+1 -1
View File
@@ -5,7 +5,7 @@
mkDerivation {
name = "ksystemstats";
NIX_CFLAGS_COMPILE = [ "-I${libksysguard.bin}/share" ];
NIX_CFLAGS_COMPILE = [ "-I${lib.getBin libksysguard}/share" ];
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ libksysguard libnl lm_sensors networkmanager-qt ];
}