Commit 5367fbee authored by Bart Brouns's avatar Bart Brouns
Browse files

gxplugins-lv2: mark as linux-only

parent 4c2f9515
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;
  };
}