nspluginwrapper: Only works on x86
https://hydra.nixos.org/build/65196296
This commit is contained in:
parent
4b3df44fab
commit
6254012053
@ -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;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user