Merge remote-tracking branch 'upstream/master' into lib-platform-simplify

This commit is contained in:
John Ericson
2018-05-10 01:40:44 -04:00
46 changed files with 1370 additions and 252 deletions

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.