summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-05-10 13:20:16 +0200
committerPeter Simons <simons@cryp.to>2015-05-10 22:14:46 +0200
commitc2c724bcafb8a7e7ebe877c06849cf58433dc244 (patch)
treefeaf4bb2df0acafd315cb21407cb6ed6117c9abf /pkgs
parent7f761506628b515e62fd9da69fec62d03f0bf34f (diff)
downloadnixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar.gz
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar.bz2
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar.lz
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar.xz
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.tar.zst
nixpkgs-c2c724bcafb8a7e7ebe877c06849cf58433dc244.zip
haskell-stm-queue-extras: override is no longer necessary
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/haskell-modules/configuration-common.nix3
1 files changed, 0 insertions, 3 deletions
diff --git a/pkgs/development/haskell-modules/configuration-common.nix b/pkgs/development/haskell-modules/configuration-common.nix
index a60bfd8507c..4f8f2f6875d 100644
--- a/pkgs/development/haskell-modules/configuration-common.nix
+++ b/pkgs/development/haskell-modules/configuration-common.nix
@@ -723,9 +723,6 @@ self: super: {
   call = dontDistribute super.call;
   rhythm-game-tutorial = dontDistribute super.rhythm-game-tutorial;
 
-  # https://github.com/alephcloud/hs-stm-queue-extras/issues/2
-  stm-queue-extras = overrideCabal super.stm-queue-extras (drv: { editedCabalFile = null; });
-
   # https://github.com/GaloisInc/cryptol/issues/197
   cryptol = overrideCabal super.cryptol (drv: {
     postUnpack = "rm -v ${drv.pname}-${drv.version}/Setup.hs";