pommed-light: restrict to x86_64-linux

This commit is contained in:
Pascal Wittmann
2018-06-14 11:03:15 +02:00
committed by GitHub
parent 46c1b8479a
commit 29d274383e

View File

@@ -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;
};
}