Rupert: Make bluray override compile less stuff
This commit is contained in:
parent
8b424cff0a
commit
08de91165f
1 changed files with 8 additions and 5 deletions
|
@ -17,13 +17,16 @@ in
|
|||
# ./open-pgsql.nix
|
||||
];
|
||||
|
||||
nixpkgs.overlays = [
|
||||
nixpkgs.overlays = let
|
||||
libbluray = pkgs.libbluray.override {
|
||||
withAACS = true;
|
||||
withBDplus = true;
|
||||
};
|
||||
in
|
||||
[
|
||||
(
|
||||
self: super: {
|
||||
libbluray = super.libbluray.override {
|
||||
withAACS = true;
|
||||
withBDplus = true;
|
||||
};
|
||||
vlc = super.vlc.override { inherit libbluray; };
|
||||
}
|
||||
)
|
||||
];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue