From eba689ad05145a84e088bfe52543453ad60d657e Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Sun, 4 May 2014 13:03:18 +0200 Subject: [PATCH] haskell-ghc-mod: wrap the newly added ghc-modi executable Cherry-picked from . --- pkgs/development/libraries/haskell/ghc-mod/default.nix | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-mod/default.nix b/pkgs/development/libraries/haskell/ghc-mod/default.nix index feaf0c9be6e7..90c6f18a7325 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/default.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/default.nix @@ -26,14 +26,16 @@ cabal.mkDerivation (self: { cd .. ensureDir "$out/share/emacs" mv $pname-$version emacs/site-lisp - mv $out/bin/ghc-mod $out/bin/.ghc-mod-wrapped - cat - > $out/bin/ghc-mod < $out/bin/$prog <