mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-19 00:08:32 +01:00
xine-lib: drop libdvdcss dependency
There's no mention in log, etc... it's probably not useful anymore.
This commit is contained in:
parent
91c66ec1d2
commit
21df05d1ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
libcaca libpulseaudio libmng libcdio libv4l vcdimager libmpcdec
|
||||
];
|
||||
|
||||
NIX_LDFLAGS = "-rpath ${libdvdcss}/lib -L${libdvdcss}/lib -ldvdcss -lxcb-shm";
|
||||
NIX_LDFLAGS = "-lxcb-shm";
|
||||
|
||||
propagatedBuildInputs = [zlib];
|
||||
|
||||
|
|
Loading…
Reference in a new issue