From 9e5f7ada34f50dfd580525c2bf943b4780f28dc9 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 14:05:05 +0200 Subject: [PATCH] haskell-ghc-mod: revert "wrap the newly added ghc-modi executable" This reverts commit eba689ad05145a84e088bfe52543453ad60d657e. ghc-modi stopped working for me after this change. https://github.com/NixOS/nixpkgs/pull/2490 --- pkgs/development/libraries/haskell/ghc-mod/default.nix | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix index 90c6f18a732..feaf0c9be6e 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/default.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix @@ -26,16 +26,14 @@ cabal.mkDerivation (self: { cd .. ensureDir "$out/share/emacs" mv $pname-$version emacs/site-lisp - for prog in ghc-mod ghc-modi; do - mv $out/bin/$prog $out/bin/.$prog-wrapped - cat - > $out/bin/$prog < $out/bin/ghc-mod <