nbd: add missing libnl dependency
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user