From e3e4f26b1d46959b8a1592ffc72c0205908250af Mon Sep 17 00:00:00 2001 From: Shaun Sharples Date: Wed, 20 Aug 2014 13:21:31 +0200 Subject: [PATCH] Don't try make first argument the command, the vim plugin mixes up commands with options --- pkgs/development/libraries/haskell/ghc-mod/5.0.1.nix | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/pkgs/development/libraries/haskell/ghc-mod/5.0.1.nix b/pkgs/development/libraries/haskell/ghc-mod/5.0.1.nix index eea28837a812..ad9207214513 100644 --- a/pkgs/development/libraries/haskell/ghc-mod/5.0.1.nix +++ b/pkgs/development/libraries/haskell/ghc-mod/5.0.1.nix @@ -35,17 +35,13 @@ cabal.mkDerivation (self: { mv $out/bin/ghc-mod $out/bin/.ghc-mod-wrapped cat - > $out/bin/ghc-mod < $out/bin/ghc-modi <