about summary refs log tree commit diff
path: root/pkgs/servers/hydron
diff options
context:
space:
mode:
authorzowoq <59103226+zowoq@users.noreply.github.com>2020-07-29 15:26:59 +1000
committerJon <jonringer@users.noreply.github.com>2020-08-15 19:34:47 -0700
commita83a88db05640a3908696f01f9da38ed39e53800 (patch)
tree7306043f426a38fcfd074f1b475a3461eb052fb4 /pkgs/servers/hydron
parent42313b92bcb6ceb3eaac67e2e4f2c23f25373f24 (diff)
downloadnixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar.gz
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar.bz2
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar.lz
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar.xz
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.tar.zst
nixlib-a83a88db05640a3908696f01f9da38ed39e53800.zip
buildGoPackage: remove platform.all from packages
Diffstat (limited to 'pkgs/servers/hydron')
-rw-r--r--pkgs/servers/hydron/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/servers/hydron/default.nix b/pkgs/servers/hydron/default.nix
index 145d341bb516..a2d757bea90e 100644
--- a/pkgs/servers/hydron/default.nix
+++ b/pkgs/servers/hydron/default.nix
@@ -25,6 +25,5 @@ buildGoPackage {
     description = "High performance media tagger and organizer";
     license = licenses.lgpl3Plus;
     maintainers = with maintainers; [ chiiruno ];
-    platforms = platforms.all;
   };
 }