10 stdenv.mkDerivation rec {
15 url = "https://gitlab.com/kumm/pagsuite/-/raw/master/releases/pagsuite_${lib.replaceStrings ["."] ["_"] version}.zip";
16 hash = "sha256-TYd+dleVPWEWU9Cb3XExd7ixJZyiUAp9QLtorYJSIbQ=";
19 sourceRoot = "pagsuite_${lib.replaceStrings ["."] ["_"] version}";
32 description = "Optimization tools for the (P)MCM problem";
33 homepage = "https://gitlab.com/kumm/pagsuite";
34 maintainers = with maintainers; [ wegank ];
35 license = licenses.unfree;