summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:27:40 +1000
committerzowoq <59103226+zowoq@users.noreply.github.com>2020-08-16 12:48:18 +1000
commit473536e3b562117e4ccaec7f3775de6ec34df2e4 (patch)
tree97e41518c71c165835cd4cac1300bb5e8d8ee4e9 /pkgs/tools/networking
parent4789d6feafd9ba0613b9f1fd4dcd6b1ed0572f4b (diff)
downloadnixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.gz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.bz2
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.lz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.xz
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.tar.zst
nixpkgs-473536e3b562117e4ccaec7f3775de6ec34df2e4.zip
buildRustPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/bukubrow/default.nix1
-rw-r--r--pkgs/tools/networking/findomain/default.nix1
2 files changed, 0 insertions, 2 deletions
diff --git a/pkgs/tools/networking/bukubrow/default.nix b/pkgs/tools/networking/bukubrow/default.nix
index 944fccb0ec5..b8f2d70848d 100644
--- a/pkgs/tools/networking/bukubrow/default.nix
+++ b/pkgs/tools/networking/bukubrow/default.nix
@@ -42,7 +42,6 @@ in rustPlatform.buildRustPackage rec {
     description = "Bukubrow is a WebExtension for Buku, a command-line bookmark manager";
     homepage = "https://github.com/SamHH/bukubrow-host";
     license = licenses.gpl3;
-    platforms = platforms.all;
     maintainers = with maintainers; [ infinisil ];
   };
 }
diff --git a/pkgs/tools/networking/findomain/default.nix b/pkgs/tools/networking/findomain/default.nix
index 763bcac5a29..07c7dda6446 100644
--- a/pkgs/tools/networking/findomain/default.nix
+++ b/pkgs/tools/networking/findomain/default.nix
@@ -32,6 +32,5 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://github.com/Edu4rdSHL/findomain";
     license = licenses.gpl3;
     maintainers = with maintainers; [ filalex77 ];
-    platforms = platforms.all;
   };
 }