linuxPackages.isgx: limit to x86_64
This commit is contained in:
@@ -51,6 +51,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = "https://github.com/intel/linux-sgx-driver";
|
homepage = "https://github.com/intel/linux-sgx-driver";
|
||||||
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
license = with licenses; [ bsd3 /* OR */ gpl2Only ];
|
||||||
maintainers = with maintainers; [ oxalica ];
|
maintainers = with maintainers; [ oxalica ];
|
||||||
platforms = platforms.linux;
|
platforms = [ "x86_64-linux" ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user