kilgharrah: Install libdvdcss
This commit is contained in:
parent
43273d4689
commit
094812e6f1
1 changed files with 1 additions and 0 deletions
|
@ -38,6 +38,7 @@
|
||||||
withBDplus = true;
|
withBDplus = true;
|
||||||
});
|
});
|
||||||
}).overrideAttrs (originalAttrs: {
|
}).overrideAttrs (originalAttrs: {
|
||||||
|
buildInputs = originalAttrs.buildInputs ++ [ pkgs.libdvdcss ];
|
||||||
# TODO: nixpkgs bug: libbluray needs patching to look at the nix store path of jdk17 when searching for a jdk
|
# TODO: nixpkgs bug: libbluray needs patching to look at the nix store path of jdk17 when searching for a jdk
|
||||||
# as a workaround, wrap vlc and set JAVA_HOME, which it uses instead of searching when specified
|
# as a workaround, wrap vlc and set JAVA_HOME, which it uses instead of searching when specified
|
||||||
nativeBuildInputs = originalAttrs.nativeBuildInputs ++ [ pkgs.makeWrapper ];
|
nativeBuildInputs = originalAttrs.nativeBuildInputs ++ [ pkgs.makeWrapper ];
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue