mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Revert "closure-info: switch to stdenvNoCC (#344456)"
This reverts commit58dd4924b9
, reversing changes made to7da9f66ccb
. This was a mass-rebuild that was not intended to be merged.
This commit is contained in:
parent
2e00d7afc9
commit
6f733a03df
@ -4,13 +4,13 @@
|
|||||||
# "nix-store --load-db" and "nix-store --register-validity
|
# "nix-store --load-db" and "nix-store --register-validity
|
||||||
# --hash-given".
|
# --hash-given".
|
||||||
|
|
||||||
{ stdenvNoCC, coreutils, jq }:
|
{ stdenv, coreutils, jq }:
|
||||||
|
|
||||||
{ rootPaths }:
|
{ rootPaths }:
|
||||||
|
|
||||||
assert builtins.langVersion >= 5;
|
assert builtins.langVersion >= 5;
|
||||||
|
|
||||||
stdenvNoCC.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "closure-info";
|
name = "closure-info";
|
||||||
|
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user