jetty: use stdenvNoCC

This commit is contained in:
Anthony Roussel 2024-04-08 14:31:04 +02:00
parent 39e37b1168
commit a59474718d
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,8 +1,8 @@
{ version, hash }:
{ lib, stdenv, fetchurl }:
{ lib, stdenvNoCC, fetchurl }:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "jetty";
inherit version;