3
0
Fork 0
forked from mirrors/nixpkgs

cabal: cosmetic fix to syntax highlighting in Emacs

This commit is contained in:
Peter Simons 2014-08-04 12:38:51 +02:00
parent 0769fc5b77
commit b76a7504bb

View file

@ -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