closure-info: switch to stdenvNoCC (#344456)

This commit is contained in:
Jörg Thalheim 2024-09-25 20:44:29 +02:00 committed by GitHub
commit 58dd4924b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -4,13 +4,13 @@
# "nix-store --load-db" and "nix-store --register-validity
# --hash-given".
{ stdenv, coreutils, jq }:
{ stdenvNoCC, coreutils, jq }:
{ rootPaths }:
assert builtins.langVersion >= 5;
stdenv.mkDerivation {
stdenvNoCC.mkDerivation {
name = "closure-info";
__structuredAttrs = true;