tomcat: use stdenvNoCC

This commit is contained in:
Anthony Roussel 2024-04-08 14:31:20 +02:00
parent d53210f7e0
commit b32b0c5183
No known key found for this signature in database
GPG Key ID: 9DC4987B1A55E75E
1 changed files with 2 additions and 2 deletions

View File

@ -1,7 +1,7 @@
{ stdenv, lib, fetchurl, nixosTests, testers, jre }:
{ stdenvNoCC, lib, fetchurl, nixosTests, testers, jre }:
let
common = { version, hash }: stdenv.mkDerivation (finalAttrs: {
common = { version, hash }: stdenvNoCC.mkDerivation (finalAttrs: {
pname = "apache-tomcat";
inherit version;