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:
parent
dc3316268e
commit
3aee39bb83
@ -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 = {
|
||||
|
Loading…
Reference in New Issue
Block a user