diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2022-07-18 00:22:43 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2022-07-18 01:08:20 +0300 |
commit | 84997d95065b47591b058b573f4c42dd4df5c51f (patch) | |
tree | 7cf7e7d9482e9386ff796ad2d9c177644c1c04a1 | |
parent | ba96d8c14232cbf08163f7829102f52f8f1142d5 (diff) | |
download | guix-84997d95065b47591b058b573f4c42dd4df5c51f.tar.gz guix-84997d95065b47591b058b573f4c42dd4df5c51f.zip |
gnu: mediasdk: Limit supported architectures.
* gnu/packages/video.scm (mediasdk)[supported-systems]: New field.
-rw-r--r-- | gnu/packages/video.scm | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index c7fb43542c..7f451a8925 100644 --- a/gnu/packages/video.scm +++ b/gnu/packages/video.scm @@ -376,6 +376,7 @@ efficiency.") (description "MediaSDK provides a plain C API to access hardware-accelerated video decode, encode and filtering on Intel's Gen graphics hardware platforms.") (home-page "http://mediasdk.intel.com/") + (supported-systems '("x86_64-linux" "i686-linux")) (license (license:non-copyleft "file:///LICENSE")))) (define-public schroedinger |