mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-26 05:57:28 +00:00
openssl: Fix removal of the ssl/misc scripts
This drops the dependency of $out on Perl.
This commit is contained in:
parent
99b88cfb53
commit
a5fb18473e
@ -77,7 +77,7 @@ stdenv.mkDerivation {
|
||||
mkdir -p $bin
|
||||
mv $out/bin $bin/
|
||||
|
||||
rm -rf $out/ssl/misc
|
||||
rm -rf $out/etc/ssl/misc
|
||||
''; # */
|
||||
|
||||
crossAttrs = {
|
||||
|
Loading…
Reference in New Issue
Block a user