Merge recent 'staging' into closure-size

Let's get rid of those merge conflicts.
This commit is contained in:
Vladimír Čunát
2016-02-03 16:57:19 +01:00
637 changed files with 123880 additions and 83341 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
{ stdenv, fetchurl, enableNLS ? true, libnatspec ? null, libiconv }:
{ stdenv, fetchurl, enableNLS ? false, libnatspec ? null, libiconv }:
assert enableNLS -> libnatspec != null;