Make commercial bluray disc playback work

This requires the key database at ~/.config/aacs/KEYDB.cfg (note the
case, I missed this at first). A guide for how to prepare it can be
found on the Arch Wiki: https://wiki.archlinux.org/title/Blu-ray
pull/64/head
Simon Bruder 2022-04-01 18:03:29 +02:00
parent e95c4faad6
commit a88e4e053c
Signed by: simon
GPG Key ID: 8D3C82F9F309F8EC
2 changed files with 6 additions and 0 deletions

View File

@ -15,6 +15,11 @@ in
imprint = callPackage ./imprint { };
};
libbluray = prev.libbluray.override {
withAACS = true;
withBDplus = true;
};
# adapted from https://github.com/NixOS/nixpkgs/pull/85790
# TODO: Remove when memtest86+ ≥ 5.31b is in nixpkgs
memtest86plus = prev.memtest86plus.overrideAttrs (o: o // rec {

View File

@ -159,6 +159,7 @@ in
inkscape # vector graphics editor
# audio and video
libbluray # includes command line tools
wf-recorder # wlroots screen recorder
# documents