6 stdenvNoCC.mkDerivation (finalAttrs: {
7 pname = "guacamole-client";
11 url = "mirror://apache/guacamole/${finalAttrs.version}/binary/guacamole-${finalAttrs.version}.war";
12 hash = "sha256-QmcwfzYAZjcj8kr5LVlumcg1lCUxUTUFKkLUUflSkgA=";
22 cp $src $out/webapps/guacamole.war
28 description = "Clientless remote desktop gateway";
29 homepage = "https://guacamole.apache.org/";
30 license = lib.licenses.asl20;
31 maintainers = [ lib.maintainers.drupol ];
32 platforms = [ "x86_64-linux" "i686-linux" ];
34 lib.sourceTypes.binaryBytecode