Commit a797f071 authored by Bart Brouns's avatar Bart Brouns
Browse files

gxmatcheq-lv2: mark as linux-only

parent 4c2f9515
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -43,5 +43,6 @@ buildStdenv.mkDerivation (finalAttrs: {
    description = "Matching Equalizer to apply EQ curve from one source to another source";
    maintainers = with lib.maintainers; [ magnetophon ];
    license = lib.licenses.gpl3;
    platforms = lib.platforms.linux;
  };
})