mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
kfilemetadata: ffmpeg_3 -> ffmpeg
This commit is contained in:
parent
ad21fe666d
commit
8a8069c08a
1 changed files with 24 additions and 5 deletions
|
@ -1,14 +1,33 @@
|
|||
{
|
||||
mkDerivation,
|
||||
extra-cmake-modules,
|
||||
attr, ebook_tools, exiv2, ffmpeg_3, karchive, kcoreaddons, ki18n, poppler, qtbase, qtmultimedia, taglib
|
||||
{ mkDerivation
|
||||
, lib
|
||||
, extra-cmake-modules
|
||||
, attr
|
||||
, ebook_tools
|
||||
, exiv2
|
||||
, ffmpeg
|
||||
, karchive
|
||||
, kcoreaddons
|
||||
, ki18n
|
||||
, poppler
|
||||
, qtbase
|
||||
, qtmultimedia
|
||||
, taglib
|
||||
}:
|
||||
|
||||
mkDerivation {
|
||||
name = "kfilemetadata";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
attr ebook_tools exiv2 ffmpeg_3 karchive kcoreaddons ki18n poppler qtbase qtmultimedia
|
||||
attr
|
||||
ebook_tools
|
||||
exiv2
|
||||
ffmpeg
|
||||
karchive
|
||||
kcoreaddons
|
||||
ki18n
|
||||
poppler
|
||||
qtbase
|
||||
qtmultimedia
|
||||
taglib
|
||||
];
|
||||
patches = [
|
||||
|
|
Loading…
Reference in a new issue