mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
intel-media-sdk: restrict platform to x86_64-linux
This commit is contained in:
parent
359e07e11e
commit
4a468c1bb1
@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
|
||||
description = "Intel Media SDK.";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ midchildan ];
|
||||
platforms = with platforms; linux;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user