about summary refs log tree commit diff
path: root/pkgs/tools/security/monkeysphere
diff options
context:
space:
mode:
authorRenaud <c0bw3b@users.noreply.github.com>2019-10-22 11:01:29 +0200
committerGitHub <noreply@github.com>2019-10-22 11:01:29 +0200
commite43420ea922284fcedf6b37a1606051d2abba39b (patch)
tree8083370d19b593e8f94ffb2726042fc941ff2386 /pkgs/tools/security/monkeysphere
parent3bcb069e1ffc9a972d3b7593a36ff1cfcf92b8a2 (diff)
downloadnixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar.gz
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar.bz2
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar.lz
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar.xz
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.tar.zst
nixlib-e43420ea922284fcedf6b37a1606051d2abba39b.zip
monkeysphere: restrict to linux platforms
On Hydra, Darwin build is failing since v0.42

cc @primeos
Diffstat (limited to 'pkgs/tools/security/monkeysphere')
-rw-r--r--pkgs/tools/security/monkeysphere/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/security/monkeysphere/default.nix b/pkgs/tools/security/monkeysphere/default.nix
index b4d5ddb267dc..97d032045b35 100644
--- a/pkgs/tools/security/monkeysphere/default.nix
+++ b/pkgs/tools/security/monkeysphere/default.nix
@@ -97,7 +97,7 @@ in stdenv.mkDerivation rec {
       familiar with, such as your web browser0 or secure shell.
     '';
     license = licenses.gpl3Plus;
-    platforms = platforms.all;
+    platforms = platforms.linux;
     maintainers = with maintainers; [ primeos ];
   };
 }