Merge remote-tracking branch 'upstream/master' into uclibc

This commit is contained in:
John Ericson
2018-05-10 00:23:12 -04:00
44 changed files with 1356 additions and 249 deletions
+1 -1
View File
@@ -82,7 +82,7 @@ rec {
=> "//bin"
*/
makeSearchPath = subDir: packages:
concatStringsSep ":" (map (path: path + "/" + subDir) packages);
concatStringsSep ":" (map (path: path + "/" + subDir) (builtins.filter (x: x != null) packages));
/* Construct a Unix-style search path, using given package output.
If no output is found, fallback to `.out` and then to the default.