3 { lib, stdenvNoCC, fetchurl }:
5 stdenvNoCC.mkDerivation rec {
11 url = "mirror://maven/org/eclipse/jetty/jetty-home/${version}/jetty-home-${version}.tar.gz";
19 mv etc lib modules start.jar $out
23 description = "A Web server and javax.servlet container";
24 homepage = "https://eclipse.dev/jetty/";
25 platforms = platforms.all;
26 sourceProvenance = with sourceTypes; [ binaryBytecode ];
27 license = with licenses; [ asl20 epl10 ];
28 maintainers = with maintainers; [ emmanuelrosa anthonyroussel ];