octavePackages.octproj: mark as broken

This commit is contained in:
Will Cohen 2022-04-27 15:22:02 -04:00
parent a59442c86e
commit 72f4cf36bd

View file

@ -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
};
}