haskell-ghc-mod: Remove the 'sed' patch; it breaks the module for me (Emacs 24.x, Linux/x86_64).
With that patch applied, ghc-mod's interface to hlint and GHC no longer works. After removing it, everything behaves just fine again.
This commit is contained in:
parent
f0a1acd88f
commit
42da927f6a
@ -23,7 +23,6 @@ cabal.mkDerivation (self: {
|
|||||||
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
cd $out/share/$pname-$version
|
cd $out/share/$pname-$version
|
||||||
sed -i -e 's/"-b" "\\n" "-l"/"-l" "-b" "\\"\\\\n\\""/' ghc-process.el
|
|
||||||
make
|
make
|
||||||
rm Makefile
|
rm Makefile
|
||||||
cd ..
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user