7 stdenv.mkDerivation rec {
9 version = "unstable-2020-04-30";
11 src = fetchFromGitLab {
12 owner = "sethhillbrand";
14 rev = "e89091c33b67e2a18584e1fe3560bfd48ae98773";
15 hash = "sha256-bCseBQ6J3sWFt0kzaRkV11lwzOGvNPebvQ6w4OJaMBs=";
21 install -Dm755 stepreduce $out/bin/stepreduce
27 description = "Reduces STEP file size by removing redundancy";
28 homepage = "https://gitlab.com/sethhillbrand/stepreduce";
29 license = licenses.gpl3Plus;
30 maintainers = with maintainers; [ evils ];
31 mainProgram = "stepreduce";