axis2: use stdenvNoCC

This commit is contained in:
Anthony Roussel 2024-04-08 14:31:13 +02:00
parent a59474718d
commit d53210f7e0
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,6 +1,6 @@
{ lib, stdenv, fetchurl, apacheAnt, jdk, unzip }:
{ lib, stdenvNoCC, fetchurl, apacheAnt, jdk, unzip }:
stdenv.mkDerivation rec {
stdenvNoCC.mkDerivation rec {
pname = "axis2";
version = "1.8.2";