pommed-light: restrict to x86_64-linux
This commit is contained in:
@@ -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;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user