From 53bf3cc78c6d8c98c25ad8a2e269f8e79ba175cc Mon Sep 17 00:00:00 2001 From: Tuomas Tynkkynen Date: Tue, 5 Dec 2017 23:26:26 +0200 Subject: pipelight: Only works on x86 https://hydra.nixos.org/build/65195994 --- pkgs/tools/misc/pipelight/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/misc/pipelight/default.nix b/pkgs/tools/misc/pipelight/default.nix index c68d41532c22..3493e7ffa7ba 100644 --- a/pkgs/tools/misc/pipelight/default.nix +++ b/pkgs/tools/misc/pipelight/default.nix @@ -57,6 +57,6 @@ in stdenv.mkDerivation rec { license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ]; description = "A wrapper for using Windows plugins in Linux browsers"; maintainers = with stdenv.lib.maintainers; [ skeidel ]; - platforms = with stdenv.lib.platforms; linux; + platforms = [ "x86_64-linux" "i686-linux" ]; }; } -- cgit 1.4.1