mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-29 06:45:54 +03:00
haskell-ghc-mod: fix to prevent Emacs from hanging
This commit is contained in:
parent
0e588f35fc
commit
d7a2884e0d
@ -23,6 +23,7 @@ cabal.mkDerivation (self: {
|
||||
configureFlags = "--datasubdir=${self.pname}-${self.version}";
|
||||
postInstall = ''
|
||||
cd $out/share/$pname-$version
|
||||
sed -i -e 's/"-b" "\\n" "-l"/"-l" "-b" "\\"\\\\n\\""/' ghc-process.el
|
||||
make
|
||||
rm Makefile
|
||||
cd ..
|
||||
|
Loading…
Reference in New Issue
Block a user