jetty: use stdenvNoCC
This commit is contained in:
parent
39e37b1168
commit
a59474718d
1 changed files with 2 additions and 2 deletions
|
@ -1,8 +1,8 @@
|
|||
{ version, hash }:
|
||||
|
||||
{ lib, stdenv, fetchurl }:
|
||||
{ lib, stdenvNoCC, fetchurl }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
stdenvNoCC.mkDerivation rec {
|
||||
pname = "jetty";
|
||||
|
||||
inherit version;
|
||||
|
|
Loading…
Reference in a new issue