From d40123a24708b3e93ca49257434afeb390cec8be Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Llu=C3=ADs=20Batlle=20i=20Rossell?= Date: Fri, 25 May 2012 17:52:45 +0000 Subject: Making librsync not stripped by native strip; it breaks the static lib. It's the case of mingw64 by default, it seems. svn path=/nixpkgs/trunk/; revision=34248 --- pkgs/development/libraries/librsync/default.nix | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'pkgs') diff --git a/pkgs/development/libraries/librsync/default.nix b/pkgs/development/libraries/librsync/default.nix index a70a61042e00..41445b841435 100644 --- a/pkgs/development/libraries/librsync/default.nix +++ b/pkgs/development/libraries/librsync/default.nix @@ -10,6 +10,10 @@ stdenv.mkDerivation { configureFlags = if stdenv.isCygwin then "--enable-static" else "--enable-shared"; + crossAttrs = { + dontStrip = true; + }; + meta = { homepage = http://librsync.sourceforge.net/; license = "LGPLv2+"; -- cgit v1.2.3