From cf69e6d8700e3b9b6be86e69d47fde5435a7b378 Mon Sep 17 00:00:00 2001 From: Matthew Bauer Date: Fri, 12 Aug 2016 00:19:55 -0500 Subject: [PATCH] yeshup: only build on linux It uses the linux-only sys/prctl.h header. --- pkgs/tools/system/yeshup/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/yeshup/default.nix b/pkgs/tools/system/yeshup/default.nix index 806d6cc5b94..8cea90b6758 100644 --- a/pkgs/tools/system/yeshup/default.nix +++ b/pkgs/tools/system/yeshup/default.nix @@ -18,7 +18,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { homepage = https://github.com/RhysU/yeshup; - platforms = platforms.all; + platforms = platforms.linux; license = licenses.cc-by-sa-30; # From Stackoverflow answer maintainers = with maintainers; [ obadz ]; };