Commit 59742a5e authored by Karl Hallsby's avatar Karl Hallsby Committed by Doron Behar
Browse files

octavePackages.octproj: unmark as broken

This package broke when Octave went to version 7.1.
nixpkgs commit 8399907b fixed this.

Octave's 7.2 release built the fix into Octave itself, so this is also
a non-issue now.
parent 45b015a1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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
  };
}