mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-24 13:05:08 +00:00
plasma5Packages.kfilemetadata: refactor
This commit is contained in:
parent
c49f5e48bd
commit
5b36fa1698
@ -1,5 +1,6 @@
|
||||
{ mkDerivation
|
||||
, lib
|
||||
, stdenv
|
||||
, extra-cmake-modules
|
||||
, attr
|
||||
, ebook_tools
|
||||
@ -17,8 +18,9 @@
|
||||
mkDerivation {
|
||||
pname = "kfilemetadata";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
buildInputs = lib.optionals stdenv.isLinux [
|
||||
attr
|
||||
] ++ [
|
||||
ebook_tools
|
||||
exiv2
|
||||
ffmpeg
|
||||
|
Loading…
Reference in New Issue
Block a user