mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 19:21:04 +00:00
octavePackages.octproj: unmark as broken
This package broke when Octave went to version 7.1.
nixpkgs commit 8399907be3
fixed this.
Octave's 7.2 release built the fix into Octave itself, so this is also
a non-issue now.
This commit is contained in:
parent
45b015a165
commit
59742a5e04
|
@ -30,6 +30,5 @@ 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
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue