nbd: add missing libnl dependency

This commit is contained in:
Nick Cao
2023-12-07 21:27:35 -05:00
parent 268b144407
commit 8c124f6e1e
+2
View File
@@ -6,6 +6,7 @@
, which
, bison
, nixosTests
, libnl
, linuxHeaders
, gnutls
}:
@@ -29,6 +30,7 @@ stdenv.mkDerivation rec {
glib
gnutls
] ++ lib.optionals stdenv.isLinux [
libnl
linuxHeaders
];