We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent 59639ad commit e5ac6bcCopy full SHA for e5ac6bc
pkgs/servers/dns/knot-resolver/default.nix
@@ -23,7 +23,8 @@ stdenv.mkDerivation rec {
23
24
nativeBuildInputs = [ pkgconfig which makeWrapper hexdump ];
25
26
- buildInputs = [ knot-dns lmdb luajit libuv gnutls ]
+ buildInputs = [ knot-dns luajit libuv gnutls ]
27
+ ++ optional stdenv.isLinux lmdb # system lmdb causes some problems on Darwin
28
## optional dependencies
29
++ optional doInstallCheck cmocka
30
++ optional stdenv.isLinux systemd # socket activation
0 commit comments