haskell-cryptol: drop obsolete version overrides
This commit is contained in:
parent
3cbe376b37
commit
a76bd39c64
@ -857,7 +857,7 @@ self: super: {
|
|||||||
# Wrap the generated binaries to include their run-time dependencies in
|
# 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
|
# $PATH. Also, cryptol needs a version of sbl that's newer than what we have
|
||||||
# in LTS-13.x.
|
# 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 ];
|
buildTools = drv.buildTools or [] ++ [ pkgs.makeWrapper ];
|
||||||
postInstall = drv.postInstall or "" + ''
|
postInstall = drv.postInstall or "" + ''
|
||||||
for b in $out/bin/cryptol $out/bin/cryptol-html; do
|
for b in $out/bin/cryptol $out/bin/cryptol-html; do
|
||||||
|
Loading…
x
Reference in New Issue
Block a user