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

gxplugins-lv2: mark as linux-only (#460920)

parents 6061e46c 5367fbee
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -46,5 +46,6 @@ stdenv.mkDerivation rec {
    description = "Set of extra lv2 plugins from the guitarix project";
    maintainers = [ maintainers.magnetophon ];
    license = licenses.gpl3Plus;
    platforms = lib.platforms.linux;
  };
}