tboot: restrict to one platform
This commit is contained in:
parent
b1b5eb8bed
commit
f5d6c9f252
|
@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://sourceforge.net/projects/tboot/;
|
homepage = http://sourceforge.net/projects/tboot/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = [ maintainers.ak ];
|
maintainers = [ maintainers.ak ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ]; # doesn't build on i686 and maybe pointless there
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue