Skip to content

Commit a9ee09b

Browse files
authored
widevine-cdm: fix meta.platforms (NixOS#458717)
2 parents 3e07bfd + a97d9f3 commit a9ee09b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

pkgs/by-name/wi/widevine-cdm/meta.nix

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,8 @@ lib: {
77
jlamur
88
bearfm
99
];
10-
platforms = lib.map (lib.removeSuffix ".nix") (
11-
lib.filter (name: name != "meta.nix" && name != "package.nix") (
12-
builtins.attrNames (builtins.readDir ./.)
13-
)
14-
);
10+
platforms = [
11+
"x86_64-linux"
12+
"aarch64-linux"
13+
];
1514
}

0 commit comments

Comments
 (0)