diff --git a/pkgs/default.nix b/pkgs/default.nix index ecfb2a8..69d4274 100644 --- a/pkgs/default.nix +++ b/pkgs/default.nix @@ -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 { diff --git a/users/simon/modules/programs.nix b/users/simon/modules/programs.nix index 10314a3..e0f2a53 100644 --- a/users/simon/modules/programs.nix +++ b/users/simon/modules/programs.nix @@ -159,6 +159,7 @@ in inkscape # vector graphics editor # audio and video + libbluray # includes command line tools wf-recorder # wlroots screen recorder # documents