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:
Samuel Dionne-Riel
2018-12-13 22:34:58 -05:00
parent d6d3a1299f
commit ea863cd334

View File

@@ -157,7 +157,7 @@ let
# Fully static packages.
# Currently uses Musl on Linux (couldnt 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.