Skip to content

Commit 53bf3cc

Browse files
committedDec 5, 2017
pipelight: Only works on x86
https://hydra.nixos.org/build/65195994
1 parent b04040c commit 53bf3cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/tools/misc/pipelight/default.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,6 @@ in stdenv.mkDerivation rec {
5757
license = with stdenv.lib.licenses; [ mpl11 gpl2 lgpl21 ];
5858
description = "A wrapper for using Windows plugins in Linux browsers";
5959
maintainers = with stdenv.lib.maintainers; [ skeidel ];
60-
platforms = with stdenv.lib.platforms; linux;
60+
platforms = [ "x86_64-linux" "i686-linux" ];
6161
};
6262
}

0 commit comments

Comments
 (0)
Please sign in to comment.