all-packages.nix: fix Emacs syntax highlighting
This commit is contained in:
parent
6518480c1b
commit
71ee40a045
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue