mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
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/;
|
||||
license = licenses.bsd3;
|
||||
maintainers = [ maintainers.ak ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ]; # doesn't build on i686 and maybe pointless there
|
||||
};
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user