forked from mirrors/nixpkgs
digikam: unbreak media playback
This patch re-adds libqtav to digikam's list of dependencies, restoring
support for video playback in the application.
This effectively reverts commit 5194e7c0cb
This commit is contained in:
parent
9cb5285c0a
commit
c4c101e414
|
@ -32,6 +32,7 @@
|
|||
, libkipi
|
||||
, libksane
|
||||
, liblqr1
|
||||
, libqtav
|
||||
, libusb1
|
||||
, marble
|
||||
, libGL
|
||||
|
@ -72,6 +73,7 @@ mkDerivation rec {
|
|||
libkipi
|
||||
libksane
|
||||
liblqr1
|
||||
libqtav
|
||||
libusb1
|
||||
libGL
|
||||
libGLU
|
||||
|
|
Loading…
Reference in a new issue