mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-09-19 22:30:23 +00:00
Revert "pkgsStatic: Add warning saying this is a provisional backport"
This reverts commit 3c1049fbef.
This broke tarball on release-18.09
* https://hydra.nixos.org/build/85858044/
* https://hydra.nixos.org/build/85858044/nixlog/1
This commit is contained in:
@@ -157,7 +157,7 @@ let
|
||||
|
||||
# Fully static packages.
|
||||
# Currently uses Musl on Linux (couldn’t get static glibc to work).
|
||||
pkgsStatic = lib.warn "This a provisional API backported from master for convenience." (nixpkgsFun ({
|
||||
pkgsStatic = nixpkgsFun ({
|
||||
crossOverlays = [ (import ./static.nix) ];
|
||||
} // lib.optionalAttrs stdenv.hostPlatform.isLinux {
|
||||
crossSystem = {
|
||||
@@ -170,7 +170,7 @@ let
|
||||
or lib.systems.parse.abis.musl;
|
||||
};
|
||||
};
|
||||
}));
|
||||
});
|
||||
};
|
||||
|
||||
# The complete chain of package set builders, applied from top to bottom.
|
||||
|
||||
Reference in New Issue
Block a user