Commit eaf48a1f authored by Karl Hallsby's avatar Karl Hallsby
Browse files

octavePackages.windows: Remove broken, add meta.platforms

The package is not broken on Linux/Darwin, those platforms don't have
COM interfaces. During Octave's "pkg install", it checks for this fact
and will error if they are not available, see below.

```
error: __COM__: Your system doesn't support the COM interface
```
parent 9ba8a0fc
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -43,6 +43,6 @@ buildOctavePackage rec {
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ KarlJoad ];
    description = "Provides COM interface and additional functionality on Windows";
    broken = true;
    platforms = lib.platforms.windows;
  };
}