treewide: Make explicit that 'dev' output of libnl is used

This commit is contained in:
Tuomas Tynkkynen
2016-05-19 10:00:43 +02:00
committed by Vladimír Čunát
parent be00816cab
commit 603dcd6263
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -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 = [