forked from mirrors/nixpkgs
linuxPackages.isgx: limit to x86_64
This commit is contained in:
parent
7745b7a9d1
commit
d0a90eb51a
1 changed files with 1 additions and 1 deletions
|
@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = "https://github.com/intel/linux-sgx-driver";
|
||||
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
||||
maintainers = with maintainers; [ oxalica ];
|
||||
platforms = platforms.linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue