diff --git a/pkgs/development/libraries/librsync/default.nix b/pkgs/development/libraries/librsync/default.nix index a70a61042e0..41445b84143 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+";