summary refs log tree commit diff
path: root/pkgs/os-specific/linux/criu
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-04-16 20:37:26 +0300
committerVladimír Čunát <vcunat@gmail.com>2016-05-19 10:00:43 +0200
commit603dcd6263effbae1342486c3defbc1737c6ed9a (patch)
treeaeea476f68269b801977e728f02ff0b6b902aa2d /pkgs/os-specific/linux/criu
parentbe00816cabc1fa91069c1d0c25ff2f94acaf3b27 (diff)
downloadnixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar.gz
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar.bz2
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar.lz
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar.xz
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.tar.zst
nixpkgs-603dcd6263effbae1342486c3defbc1737c6ed9a.zip
treewide: Make explicit that 'dev' output of libnl is used
Diffstat (limited to 'pkgs/os-specific/linux/criu')
-rw-r--r--pkgs/os-specific/linux/criu/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/criu/default.nix b/pkgs/os-specific/linux/criu/default.nix
index 0d06864df1e..630c4985325 100644
--- a/pkgs/os-specific/linux/criu/default.nix
+++ b/pkgs/os-specific/linux/criu/default.nix
@@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
     substituteInPlace ./scripts/gen-offsets.sh --replace hexdump ${utillinux}/bin/hexdump
     substituteInPlace ./Documentation/Makefile --replace "2>/dev/null" ""
     substituteInPlace ./Documentation/Makefile --replace "--skip-validation" "--skip-validation -x ${docbook_xsl}/xml/xsl/docbook/manpages/docbook.xsl"
-    substituteInPlace ./criu/Makefile --replace "-I/usr/include/libnl3" "-I${libnl}/include/libnl3"
+    substituteInPlace ./criu/Makefile --replace "-I/usr/include/libnl3" "-I${libnl.dev}/include/libnl3"
     substituteInPlace ./Makefile --replace "tar-name := $(shell git tag -l v$(CRIU_VERSION))" "tar-name = 2.0" # --replace "-Werror" ""
     ln -sf ${protobuf}/include/google/protobuf/descriptor.proto ./images/google/protobuf/descriptor.proto
   '';