gerrit: Use stdenvNoCC instead of stdenv to build package

A C compiler is not needed in order to build Gerrit. So use stdenvNoCC
instead.

Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
Felix Singer
2025-11-12 22:34:20 +01:00
parent 67282b0ea6
commit 25444f605d
+2 -2
View File
@@ -1,12 +1,12 @@
{
lib,
stdenv,
stdenvNoCC,
fetchurl,
gitUpdater,
nixosTests,
}:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "gerrit";
version = "3.12.3";