mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-09 19:13:26 +03:00
lcevcdec: only include arm & x86 in meta.platforms
This commit is contained in:
parent
5461b7fa65
commit
18f1ddf4a7
1 changed files with 2 additions and 1 deletions
|
@ -84,6 +84,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
license = lib.licenses.bsd3Clear;
|
||||
pkgConfigModules = [ "lcevc_dec" ];
|
||||
maintainers = with lib.maintainers; [ jopejoe1 ];
|
||||
platforms = lib.platforms.all;
|
||||
# https://github.com/v-novaltd/LCEVCdec/blob/bf7e0d91c969502e90a925942510a1ca8088afec/cmake/modules/VNovaProject.cmake#L29
|
||||
platforms = lib.platforms.aarch ++ lib.platforms.x86;
|
||||
};
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue