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