ksystemstats: Use getBin instead of hardcoding ouput name

This commit is contained in:
Thomas Tuegel 2021-07-28 09:47:17 -05:00 committed by Raphael Megzari
parent 08f219f22e
commit 7781962deb

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 ];
}