about summary refs log tree commit diff
path: root/pkgs/applications/networking/p2p/synapse-bt
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/applications/networking/p2p/synapse-bt
parent4789d6feafd9ba0613b9f1fd4dcd6b1ed0572f4b (diff)
buildRustPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/applications/networking/p2p/synapse-bt')
-rw-r--r--pkgs/applications/networking/p2p/synapse-bt/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/p2p/synapse-bt/default.nix b/pkgs/applications/networking/p2p/synapse-bt/default.nix
index 80d9078944014..e2847d88f8a78 100644
--- a/pkgs/applications/networking/p2p/synapse-bt/default.nix
+++ b/pkgs/applications/networking/p2p/synapse-bt/default.nix
@@ -24,6 +24,5 @@ rustPlatform.buildRustPackage rec {
     homepage = "https://synapse-bt.org/";
     license = licenses.isc;
     maintainers = with maintainers; [ dywedir ];
-    platforms = platforms.all;
   };
 }