openssl: Fix removal of the ssl/misc scripts

This drops the dependency of $out on Perl.

(cherry picked from commit a5fb18473e)
Signed-off-by: Domen Kožar <domen@dev.si>

Conflicts:
	pkgs/development/libraries/openssl/default.nix
This commit is contained in:
Eelco Dolstra 2013-06-11 12:39:32 +02:00 committed by Domen Kožar
parent dc3316268e
commit 3aee39bb83

View File

@ -58,6 +58,9 @@ stdenv.mkDerivation {
if [ -n "$(echo $out/lib/*.so $out/lib/*.dylib)" ]; then
rm $out/lib/*.a
fi
# remove dependency on Perl at runtime
rm -rf $out/etc/ssl/misc
''; # */
crossAttrs = {