We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6c2a4b2 + 21fed6a commit aab5907Copy full SHA for aab5907
pkgs/tools/system/netdata/default.nix
@@ -43,7 +43,8 @@ stdenv.mkDerivation rec {
43
44
strictDeps = true;
45
46
- nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ];
+ nativeBuildInputs = [ cmake pkg-config makeWrapper go ninja ]
47
+ ++ lib.optionals withCups [ cups.dev ];
48
# bash is only used to rewrite shebangs
49
buildInputs = [ bash curl jemalloc json_c libuv zlib libyaml ]
50
++ lib.optionals stdenv.isDarwin [ CoreFoundation IOKit libossp_uuid ]
0 commit comments