mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
krename: fix build
This commit is contained in:
parent
09aa1ca935
commit
a5a98f98a0
@ -1,7 +1,8 @@
|
||||
{
|
||||
mkDerivation, fetchFromGitHub, lib,
|
||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||
kconfig, kinit, kjsembed, taglib, exiv2, podofo
|
||||
kconfig, kinit, kjsembed, taglib, exiv2, podofo,
|
||||
kcrash
|
||||
}:
|
||||
|
||||
let
|
||||
@ -26,5 +27,5 @@ in mkDerivation rec {
|
||||
|
||||
buildInputs = [ taglib exiv2 podofo ];
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||
propagatedBuildInputs = [ kconfig kinit kjsembed ];
|
||||
propagatedBuildInputs = [ kconfig kcrash kinit kjsembed ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user