about summary refs log tree commit diff
path: root/pkgs/development/haskell-modules/configuration-ghcjs.nix
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2015-09-09 10:22:29 +0200
committerPeter Simons <simons@cryp.to>2015-09-09 10:22:29 +0200
commitc0b25fe16461f10a834eaf0177e09ab62a77a765 (patch)
treeeb4d16dbcb48881ec555b4463b2b7c937c506d9b /pkgs/development/haskell-modules/configuration-ghcjs.nix
parentac6f1313dc5fcd54f09ee5570412da1597353c16 (diff)
downloadnixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar.gz
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar.bz2
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar.lz
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar.xz
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.tar.zst
nixlib-c0b25fe16461f10a834eaf0177e09ab62a77a765.zip
configuration-ghcjs.nix: remove obsolete overrides for dependent-map
Fixes https://github.com/NixOS/nixpkgs/issues/9734.
Diffstat (limited to 'pkgs/development/haskell-modules/configuration-ghcjs.nix')
-rw-r--r--pkgs/development/haskell-modules/configuration-ghcjs.nix6
1 files changed, 0 insertions, 6 deletions
diff --git a/pkgs/development/haskell-modules/configuration-ghcjs.nix b/pkgs/development/haskell-modules/configuration-ghcjs.nix
index bec8fabae201..94c9305e7598 100644
--- a/pkgs/development/haskell-modules/configuration-ghcjs.nix
+++ b/pkgs/development/haskell-modules/configuration-ghcjs.nix
@@ -70,12 +70,6 @@ self: super: {
     configureFlags = [];
   });
 
-  dependent-map = overrideCabal super.dependent-map (drv: {
-    preConfigure = ''
-      sed -i 's/^.*trust base.*$//' *.cabal
-    '';
-  });
-
   profunctors = overrideCabal super.profunctors (drv: {
     preConfigure = ''
       sed -i 's/^{-# ANN .* #-}//' src/Data/Profunctor/Unsafe.hs