From a714720c38e17fd2d1adb647e0547ef5ea185517 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 29 Apr 2018 15:56:44 +0200 Subject: pkgs/grandpa: Only build for x86_64-linux The build for i686-linux has been failing for a while and the program is actually only used on x86_64-linux machines, plus I'm not maintaining it anymore. Signed-off-by: aszlig --- pkgs/aszlig/grandpa/default.nix | 2 ++ 1 file changed, 2 insertions(+) (limited to 'pkgs/aszlig') diff --git a/pkgs/aszlig/grandpa/default.nix b/pkgs/aszlig/grandpa/default.nix index f37f6b2f..b4b5087e 100644 --- a/pkgs/aszlig/grandpa/default.nix +++ b/pkgs/aszlig/grandpa/default.nix @@ -15,4 +15,6 @@ pythonPackages.buildPythonPackage { buildInputs = [ pythonPackages.cython gpm ]; propagatedBuildInputs = [ pythonPackages.pyserial ]; + + meta.platforms = [ "x86_64-linux" ]; } -- cgit 1.4.1