Skip to content

Commit

Permalink
openssl: remove assert restricting withPerl=false (#156949)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjm authored Jan 27, 2022
1 parent 67f5d29 commit d01b2cc
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/development/libraries/openssl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,6 @@
, withPerl ? stdenv.hostPlatform == stdenv.buildPlatform
}:

assert (
lib.assertMsg (!withPerl -> stdenv.hostPlatform != stdenv.buildPlatform)
"withPerl should not be disabled unless cross compiling"
);

# Note: this package is used for bootstrapping fetchurl, and thus
# cannot use fetchpatch! All mutable patches (generated by GitHub or
# cgit) that are needed here should be included directly in Nixpkgs as
Expand Down

0 comments on commit d01b2cc

Please sign in to comment.