mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
kde5.kfilemetadata propagate all buildInputs
This commit is contained in:
parent
e5274b2fee
commit
01e82f9256
@ -1,13 +0,0 @@
|
|||||||
{ kdeFramework, lib, extra-cmake-modules, attr, ebook_tools, exiv2
|
|
||||||
, ffmpeg, karchive, ki18n, poppler, qtbase, taglib
|
|
||||||
}:
|
|
||||||
|
|
||||||
kdeFramework {
|
|
||||||
name = "kfilemetadata";
|
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
|
||||||
buildInputs = [ attr ebook_tools exiv2 ffmpeg karchive poppler taglib ];
|
|
||||||
propagatedBuildInputs = [ qtbase ki18n ];
|
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
|
@ -4,11 +4,11 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kfilemetadata";
|
name = "kfilemetadata";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ attr ebook_tools exiv2 ffmpeg karchive poppler taglib ];
|
buildInputs = [ ];
|
||||||
propagatedBuildInputs = [ qtbase ki18n ];
|
propagatedBuildInputs = [
|
||||||
meta = {
|
attr ebook_tools exiv2 ffmpeg karchive ki18n poppler qtbase taglib
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
];
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user