ghcjs: unbreak syntax highlighting in Emacs
This commit is contained in:
parent
fbe153989c
commit
8a8ed5fa1b
@ -103,7 +103,7 @@ in mkDerivation (rec {
|
||||
|
||||
# Make the patches be relative their corresponding package's directory.
|
||||
# See: https://github.com/ghcjs/ghcjs-boot/pull/12
|
||||
for patch in $topDir/ghcjs-boot/patches/*.patch; do
|
||||
for patch in "$topDir/ghcjs-boot/patches/"*.patch; do
|
||||
echo "fixing patch: $patch"
|
||||
sed -i -e 's@ \(a\|b\)/boot/[^/]\+@ \1@g' $patch
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user