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