top-level: no more need to expose splicedPackages

This was just done temporarily on the last cross-overhauling PR for
testing purposes.
This commit is contained in:
John Ericson
2017-01-25 09:24:55 -05:00
parent 39fb46f538
commit c869fe022e
4 changed files with 62 additions and 66 deletions
+2 -3
View File
@@ -76,9 +76,8 @@ rec {
* parameter for allPackages, defining the target platform for cross builds,
* and triggering the build of the host derivation (cross built - crossDrv). */
mapTestOnCross = crossSystem: mapAttrsRecursive
(path: systems: testOnCross crossSystem systems (pkgs: addMetaAttrs
{ maintainers = crossMaintainers; }
(getAttrFromPath path pkgs.splicedPackages)));
(path: systems: testOnCross crossSystem systems
(pkgs: addMetaAttrs { maintainers = crossMaintainers; } (getAttrFromPath path pkgs)));
/* Recursively map a (nested) set of derivations to an isomorphic