forked from mirrors/nixpkgs
pommed-light: restrict to x86_64-linux
This commit is contained in:
parent
46c1b8479a
commit
29d274383e
|
@ -59,7 +59,7 @@ stdenv.mkDerivation rec {
|
|||
and the like.
|
||||
'';
|
||||
homepage = https://github.com/bytbox/pommed-light;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue