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
|
# ./open-pgsql.nix
|
||||||
];
|
];
|
||||||
|
|
||||||
nixpkgs.overlays = [
|
nixpkgs.overlays = let
|
||||||
|
libbluray = pkgs.libbluray.override {
|
||||||
|
withAACS = true;
|
||||||
|
withBDplus = true;
|
||||||
|
};
|
||||||
|
in
|
||||||
|
[
|
||||||
(
|
(
|
||||||
self: super: {
|
self: super: {
|
||||||
libbluray = super.libbluray.override {
|
vlc = super.vlc.override { inherit libbluray; };
|
||||||
withAACS = true;
|
|
||||||
withBDplus = true;
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
)
|
)
|
||||||
];
|
];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue