summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-10 13:21:06 +0200
committerPeter Simons <simons@cryp.to>2015-05-10 22:14:46 +0200
commite9e07667b224bb440475d2777d9980dac3c4e180 (patch)
treec9ff12c4a73b96330b5afa85a909312a8264d571 /pkgs
parentc2c724bcafb8a7e7ebe877c06849cf58433dc244 (diff)
downloadnixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar.gz
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar.bz2
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar.lz
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar.xz
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.tar.zst
nixpkgs-e9e07667b224bb440475d2777d9980dac3c4e180.zip
haskell-cryptol: override is no longer necessary
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix5
1 files changed, 0 insertions, 5 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index 4f8f2f6875d..f32cf9b42f8 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -723,11 +723,6 @@ self: super: {
   call = dontDistribute super.call;
   rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial;
 
-  # https://github.com/GaloisInc/cryptol/issues/197
-  cryptol = overrideCabal super.cryptol (drv: {
-    postUnpack = "rm -v ${drv.pname}-${drv.version}/Setup.hs";
-  });
-
   # https://github.com/haskell/haddock/issues/378
   haddock-library = dontCheck super.haddock-library;