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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user