summary refs log tree commit diff
path: root/pkgs/development
diff options
context:
space:
mode:
authorPeter Simons <simons@cryp.to>2017-05-26 19:51:13 +0200
committerPeter Simons <simons@cryp.to>2017-05-27 10:32:49 +0200
commitbf09054ff07363332d4193940a5bd3969d91a4b3 (patch)
tree02375de47df867da5adee5b6ac02d8500ee55497 /pkgs/development
parent08dd6779f43f007b8b287e50142b3ba7fdbfed7f (diff)
downloadnixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar.gz
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar.bz2
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar.lz
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar.xz
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.tar.zst
nixlib-bf09054ff07363332d4193940a5bd3969d91a4b3.zip
liquid-fixpoint: patchShebangs is no longer required in version 0.6.0.1
Diffstat (limited to 'pkgs/development')
-rw-r--r--pkgs/development/haskell-modules/configuration-nix.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/haskell-modules/configuration-nix.nix b/pkgs/development/haskell-modules/configuration-nix.nix
index 15dca1c0bc55..6bdfe99cfeea 100644
--- a/pkgs/development/haskell-modules/configuration-nix.nix
+++ b/pkgs/development/haskell-modules/configuration-nix.nix
@@ -199,7 +199,7 @@ self: super: builtins.intersectAttrs super {
   xmonad = appendPatch (dontCheck super.xmonad) ./patches/xmonad-nix.patch;
 
   # https://github.com/ucsd-progsys/liquid-fixpoint/issues/44
-  liquid-fixpoint = overrideCabal super.liquid-fixpoint (drv: { preConfigure = "patchShebangs ."; });
+  # liquid-fixpoint = overrideCabal super.liquid-fixpoint (drv: { preConfigure = "patchShebangs ."; });
 
   # wxc supports wxGTX >= 3.0, but our current default version points to 2.8.
   # http://hydra.cryp.to/build/1331287/log/raw