3
0
Fork 0
forked from mirrors/nixpkgs

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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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