summary refs log tree commit diff
path: root/pkgs/applications/networking/cluster/popeye
diff options
context:
space:
mode:
authorFabian Deifuß <deifussfabian@icloud.com>2022-03-24 23:54:53 +0100
committerFabian Deifuß <deifussfabian@icloud.com>2022-03-24 23:54:53 +0100
commit4a9109ff20fed1331f5b609c0bd7aee18544fed8 (patch)
tree25ad3e956fdf87b1a74fb2118b2a0d313b483402 /pkgs/applications/networking/cluster/popeye
parentac5d248d20501280e0a23654f6fe72302cb06f28 (diff)
popeye: allow to build on darwin
Diffstat (limited to 'pkgs/applications/networking/cluster/popeye')
-rw-r--r--pkgs/applications/networking/cluster/popeye/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/applications/networking/cluster/popeye/default.nix b/pkgs/applications/networking/cluster/popeye/default.nix
index e70856ef9d904..25fa2c4adc551 100644
--- a/pkgs/applications/networking/cluster/popeye/default.nix
+++ b/pkgs/applications/networking/cluster/popeye/default.nix
@@ -32,6 +32,5 @@ buildGoModule rec {
     changelog = "https://github.com/derailed/popeye/releases/tag/v${version}";
     license = licenses.asl20;
     maintainers = [ maintainers.bryanasdev000 ];
-    platforms = platforms.linux;
   };
 }