9 stdenv.mkDerivation rec{
13 src = fetchFromGitHub {
16 rev = "Release_${builtins.replaceStrings ["."] ["_"] version}";
17 hash = "sha256-Rz8O1Tf81kzpTGPq7dkZJvv444F1/VqKu7VuRvH59kQ=";
29 installFlags = [ "install-exec" ];
32 homepage = "https://4ti2.github.io/";
33 description = "Software package for algebraic, geometric and combinatorial problems on linear spaces";
34 license = with licenses; [ gpl2Plus ];
35 maintainers = with maintainers; [ AndersonTorres ];
36 platforms = platforms.all;