forked from mirrors/nixpkgs
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
|
||||
|
||||
${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 \
|
||||
$out/lib/${ghc.ghc.name}/${self.pname}-${self.version} $exe
|
||||
done
|
||||
|
|
Loading…
Reference in a new issue