all-packages.nix: fix Emacs syntax highlighting
This commit is contained in:
parent
6518480c1b
commit
71ee40a045
@ -6731,7 +6731,7 @@ let
|
|||||||
# Install gcc plugins. These are needed for compiling dependant packages.
|
# Install gcc plugins. These are needed for compiling dependant packages.
|
||||||
postInstall = ''
|
postInstall = ''
|
||||||
${args.postInstall or ""}
|
${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)
|
# Apparently as of gcc 4.6, gcc-plugin headers (which are needed by PaX plugins)
|
||||||
# include libgmp headers, so we need these extra tweaks
|
# include libgmp headers, so we need these extra tweaks
|
||||||
|
Loading…
x
Reference in New Issue
Block a user