about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-12-09 20:04:19 +0800
committerPeter Hoeg <peter@hoeg.com>2018-12-09 20:04:19 +0800
commit6078310d02baf992b64c587589175b118688a742 (patch)
tree005b438f36bebf168ae79f7652cfabaa45342a8e /pkgs
parentf0f36737e20724aa8260c827c493ec0f26d879e2 (diff)
downloadnixlib-6078310d02baf992b64c587589175b118688a742.tar
nixlib-6078310d02baf992b64c587589175b118688a742.tar.gz
nixlib-6078310d02baf992b64c587589175b118688a742.tar.bz2
nixlib-6078310d02baf992b64c587589175b118688a742.tar.lz
nixlib-6078310d02baf992b64c587589175b118688a742.tar.xz
nixlib-6078310d02baf992b64c587589175b118688a742.tar.zst
nixlib-6078310d02baf992b64c587589175b118688a742.zip
octoprint-plugins: remove redundant platforms
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/applications/misc/octoprint/plugins.nix4
1 files changed, 0 insertions, 4 deletions
diff --git a/pkgs/applications/misc/octoprint/plugins.nix b/pkgs/applications/misc/octoprint/plugins.nix
index 2e3bc058280a..9332b60b7a07 100644
--- a/pkgs/applications/misc/octoprint/plugins.nix
+++ b/pkgs/applications/misc/octoprint/plugins.nix
@@ -38,7 +38,6 @@ let
       meta = with stdenv.lib; {
         homepage = https://github.com/donovan6000/M33-Fio;
         description = "OctoPrint plugin for the Micro 3D printer";
-        platforms = platforms.all;
         license = licenses.gpl3;
         maintainers = with maintainers; [ abbradar ];
       };
@@ -60,7 +59,6 @@ let
       meta = with stdenv.lib; {
         homepage = https://github.com/OctoPrint/OctoPrint-MQTT;
         description = "Publish printer status MQTT";
-        platforms = platforms.all;
         license = licenses.agpl3;
         maintainers = with maintainers; [ peterhoeg ];
       };
@@ -80,7 +78,6 @@ let
       meta = with stdenv.lib; {
         homepage = https://github.com/MoonshineSG/OctoPrint-TitleStatus;
         description = "Show printers status in window title";
-        platforms = platforms.all;
         license = licenses.agpl3;
         maintainers = with maintainers; [ abbradar ];
       };
@@ -100,7 +97,6 @@ let
       meta = with stdenv.lib; {
         homepage = https://github.com/jneilliii/Octoprint-STLViewer;
         description = "A simple stl viewer tab for OctoPrint";
-        platforms = platforms.all;
         license = licenses.agpl3;
         maintainers = with maintainers; [ abbradar ];
       };