haskell-cryptol: drop obsolete version overrides

wip/yesman
Peter Simons 5 years ago
parent 3cbe376b37
commit a76bd39c64
  1. 2
      pkgs/development/haskell-modules/configuration-common.nix

@ -857,7 +857,7 @@ self: super: {
# Wrap the generated binaries to include their run-time dependencies in
# $PATH. Also, cryptol needs a version of sbl that's newer than what we have
# in LTS-13.x.
cryptol = overrideCabal (super.cryptol.override { sbv = self.sbv_8_3; }) (drv: {
cryptol = overrideCabal super.cryptol (drv: {
buildTools = drv.buildTools or [] ++ [ pkgs.makeWrapper ];
postInstall = drv.postInstall or "" + ''
for b in $out/bin/cryptol $out/bin/cryptol-html; do

Loading…
Cancel
Save