all-packages.nix: fix Emacs syntax highlighting

This commit is contained in:
Peter Simons 2013-12-23 19:29:24 +01:00
parent 6518480c1b
commit 71ee40a045

View file

@ -6731,7 +6731,7 @@ let
# Install gcc plugins. These are needed for compiling dependant packages.
postInstall = ''
${args.postInstall or ""}
cp tools/gcc/*.so $out/lib/modules/$version/build/tools/gcc/
cp "tools/gcc/"*.so $out/lib/modules/$version/build/tools/gcc/
'';
# Apparently as of gcc 4.6, gcc-plugin headers (which are needed by PaX plugins)
# include libgmp headers, so we need these extra tweaks