treewide: Make explicit that 'dev' output of libnl is used
This commit is contained in:
committed by
Vladimír Čunát
parent
be00816cab
commit
603dcd6263
@@ -15,7 +15,7 @@ stdenv.mkDerivation rec {
|
||||
'';
|
||||
|
||||
# It doesn't know about the include/libnl<n> directory
|
||||
NIX_CFLAGS_COMPILE="-I${libnl}/include/libnl3";
|
||||
NIX_CFLAGS_COMPILE="-I${libnl.dev}/include/libnl3";
|
||||
NIX_LDFLAGS="-lnl-3 -lnl-genl-3";
|
||||
|
||||
configureFlags = [
|
||||
|
||||
Reference in New Issue
Block a user