cabal: cosmetic fix to syntax highlighting in Emacs
This commit is contained in:
parent
0769fc5b77
commit
b76a7504bb
@ -265,7 +265,7 @@ assert !enableStaticLibraries -> versionOlder "7.7" ghc.version;
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
${optionalString (self.enableSharedExecutables && self.isExecutable && self.stdenv.isDarwin) ''
|
${optionalString (self.enableSharedExecutables && self.isExecutable && self.stdenv.isDarwin) ''
|
||||||
for exe in $out/bin/* ; do
|
for exe in "$out/bin/"* ; do
|
||||||
install_name_tool -add_rpath \
|
install_name_tool -add_rpath \
|
||||||
$out/lib/${ghc.ghc.name}/${self.pname}-${self.version} $exe
|
$out/lib/${ghc.ghc.name}/${self.pname}-${self.version} $exe
|
||||||
done
|
done
|
||||||
|
Loading…
Reference in New Issue
Block a user