From 3a8af0ddf71b7f36c77ce6768161139eb8487e48 Mon Sep 17 00:00:00 2001 From: Ludovic Courtès Date: Fri, 1 Jul 2011 10:11:06 +0000 Subject: GNU Libtool: Use `dontStrip' instead of the non-existent `dontNativeStrip'. svn path=/nixpkgs/trunk/; revision=27571 --- pkgs/development/tools/misc/libtool/libtool2.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs/development') diff --git a/pkgs/development/tools/misc/libtool/libtool2.nix b/pkgs/development/tools/misc/libtool/libtool2.nix index 5cdb8c9eef45..14848dc23528 100644 --- a/pkgs/development/tools/misc/libtool/libtool2.nix +++ b/pkgs/development/tools/misc/libtool/libtool2.nix @@ -44,5 +44,5 @@ stdenv.mkDerivation (rec { # Don't run the native `strip' when cross-compiling. This breaks at least # with `.a' files for MinGW. (if (stdenv ? cross) - then { dontNativeStrip = true; } + then { dontStrip = true; } else { })) -- cgit 1.4.1