mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
Reapply "closure-info: switch to stdenvNoCC (#344456)"
This reverts commit 6f733a03df
.
This commit is contained in:
parent
f379c3f392
commit
ab5bad33c6
@ -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".
|
||||||
|
|
||||||
{ stdenv, coreutils, jq }:
|
{ stdenvNoCC, coreutils, jq }:
|
||||||
|
|
||||||
{ rootPaths }:
|
{ rootPaths }:
|
||||||
|
|
||||||
assert builtins.langVersion >= 5;
|
assert builtins.langVersion >= 5;
|
||||||
|
|
||||||
stdenv.mkDerivation {
|
stdenvNoCC.mkDerivation {
|
||||||
name = "closure-info";
|
name = "closure-info";
|
||||||
|
|
||||||
__structuredAttrs = true;
|
__structuredAttrs = true;
|
||||||
|
Loading…
Reference in New Issue
Block a user