Skip to content

Commit

Permalink
nspluginwrapper: Only works on x86
Browse files Browse the repository at this point in the history
  • Loading branch information
dezgeg committed Dec 6, 2017
1 parent 4b3df44 commit 6254012
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
description = ''A wrapper to run browser plugins out-of-process'';
homepage = http://nspluginwrapper.org/;
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
platforms = [ "x64_64-linux" "i686-linux" ];
maintainers = [ stdenv.lib.maintainers.raskin ];
inherit (srcData) version;
};
Expand Down

0 comments on commit 6254012

Please sign in to comment.