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.
|
and the like.
|
||||||
'';
|
'';
|
||||||
homepage = https://github.com/bytbox/pommed-light;
|
homepage = https://github.com/bytbox/pommed-light;
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
license = stdenv.lib.licenses.gpl2;
|
license = stdenv.lib.licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user