From e9e07667b224bb440475d2777d9980dac3c4e180 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 10 May 2015 13:21:06 +0200 Subject: [PATCH] haskell-cryptol: override is no longer necessary --- pkgs/development/haskell-modules/configuration-common.nix | 5 ----- 1 file changed, 5 deletions(-) diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix index 4f8f2f6875de..f32cf9b42f82 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;