closure-info: switch to stdenvNoCC

This doesn't need a C/C++ compiler.
This commit is contained in:
Jörg Thalheim 2024-05-07 07:51:25 +02:00
parent 25377ad35e
commit 7978828566

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;