tboot: restrict to one platform

This commit is contained in:
Vladimír Čunát 2014-08-13 09:52:13 +02:00
parent b1b5eb8bed
commit f5d6c9f252

View file

@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
homepage = http://sourceforge.net/projects/tboot/;
license = licenses.bsd3;
maintainers = [ maintainers.ak ];
platforms = platforms.linux;
platforms = [ "x86_64-linux" ]; # doesn't build on i686 and maybe pointless there
};
}