util-macros: use stdenvNoCC

This commit is contained in:
jopejoe1
2026-02-20 10:45:33 +01:00
parent e01fd75926
commit 8b548b503f
+2 -2
View File
@@ -1,12 +1,12 @@
{
lib,
stdenv,
stdenvNoCC,
fetchFromGitLab,
testers,
gitUpdater,
autoreconfHook,
}:
stdenv.mkDerivation (finalAttrs: {
stdenvNoCC.mkDerivation (finalAttrs: {
pname = "util-macros";
version = "1.20.2";