mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-14 10:27:42 +00:00
beignet: Disables on aarch64-linux
This commit is contained in:
parent
448302d8e9
commit
12fabbdb1b
@ -107,5 +107,7 @@ stdenv.mkDerivation rec {
|
||||
license = licenses.lgpl21Plus;
|
||||
maintainers = with maintainers; [ artuuge zimbatm ];
|
||||
platforms = platforms.linux;
|
||||
# Requires libdrm_intel
|
||||
badPlatforms = [ "aarch64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user