Skip to content

Commit

Permalink
pipelight: Only works on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Dec 5, 2017
1 parent b04040c commit 53bf3cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/tools/misc/pipelight/default.nix
Expand Up @@ -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" ];
};
}

0 comments on commit 53bf3cc

Please sign in to comment.