boost/generic.nix: fix Emacs syntax highlighting (cosmetic)

This commit is contained in:
Peter Simons 2016-05-16 22:42:19 +02:00
parent b4f60add6a
commit 385b21c92d

View File

@ -111,7 +111,7 @@ let
-exec sed '1i#line 1 "{}"' -i '{}' \; -exec sed '1i#line 1 "{}"' -i '{}' \;
) )
'' + optionalString (stdenv.cross.libc or null == "msvcrt") '' '' + optionalString (stdenv.cross.libc or null == "msvcrt") ''
${stdenv.cross.config}-ranlib "$lib"/lib/*.a ${stdenv.cross.config}-ranlib "$lib/lib/"*.a
''; '';
in in