Unverified Commit dcc9896f authored by Doron Behar's avatar Doron Behar Committed by GitHub
Browse files

gxmatcheq-lv2: mark as linux-only (#460919)

parents c3c69841 a797f071
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;
  };
})