From 385b21c92d6067e5f076ff29de54cf4d191d3ee5 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Mon, 16 May 2016 22:42:19 +0200 Subject: [PATCH] boost/generic.nix: fix Emacs syntax highlighting (cosmetic) --- pkgs/development/libraries/boost/generic.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/boost/generic.nix b/pkgs/development/libraries/boost/generic.nix index 21ab2e178cb..8ba8dc19009 100644 --- a/pkgs/development/libraries/boost/generic.nix +++ b/pkgs/development/libraries/boost/generic.nix @@ -111,7 +111,7 @@ let -exec sed '1i#line 1 "{}"' -i '{}' \; ) '' + optionalString (stdenv.cross.libc or null == "msvcrt") '' - ${stdenv.cross.config}-ranlib "$lib"/lib/*.a + ${stdenv.cross.config}-ranlib "$lib/lib/"*.a ''; in