octavePackages.octproj: mark as broken

This commit is contained in:
Will Cohen
2022-04-29 16:08:44 -04:00
parent a59442c86e
commit 72f4cf36bd
@@ -28,5 +28,6 @@ buildOctavePackage rec {
license = licenses.gpl3Plus;
maintainers = with maintainers; [ KarlJoad ];
description = "GNU Octave bindings to PROJ library for cartographic projections and CRS transformations";
broken = true; # error: unlink: operation failed: No such file or directory
};
}