lol
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

plasma5Packages.kfilemetadata: refactor

+3 -1
+3 -1
pkgs/development/libraries/kde-frameworks/kfilemetadata/default.nix
··· 1 1 { mkDerivation 2 2 , lib 3 + , stdenv 3 4 , extra-cmake-modules 4 5 , attr 5 6 , ebook_tools ··· 17 18 mkDerivation { 18 19 pname = "kfilemetadata"; 19 20 nativeBuildInputs = [ extra-cmake-modules ]; 20 - buildInputs = [ 21 + buildInputs = lib.optionals stdenv.isLinux [ 21 22 attr 23 + ] ++ [ 22 24 ebook_tools 23 25 exiv2 24 26 ffmpeg