tboot: Only works on x86
https://hydra.nixos.org/build/65116569 It's x86-related booting stuff.
This commit is contained in:
parent
6254012053
commit
65ace59fa8
|
@ -31,6 +31,6 @@ stdenv.mkDerivation rec {
|
||||||
homepage = http://sourceforge.net/projects/tboot/;
|
homepage = http://sourceforge.net/projects/tboot/;
|
||||||
license = licenses.bsd3;
|
license = licenses.bsd3;
|
||||||
maintainers = with maintainers; [ ak ];
|
maintainers = with maintainers; [ ak ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" "i686-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue