mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 15:27:20 +03:00
kdiff3: add dependency to kcrash
This commit is contained in:
parent
c0086b8996
commit
bf9e5d2111
@ -1,7 +1,7 @@
|
||||
{
|
||||
mkDerivation, lib, fetchgit, fetchpatch,
|
||||
extra-cmake-modules, kdoctools, wrapGAppsHook,
|
||||
kconfig, kinit, kparts
|
||||
kcrash, kconfig, kinit, kparts
|
||||
}:
|
||||
|
||||
mkDerivation rec {
|
||||
@ -32,7 +32,7 @@ mkDerivation rec {
|
||||
|
||||
nativeBuildInputs = [ extra-cmake-modules kdoctools wrapGAppsHook ];
|
||||
|
||||
propagatedBuildInputs = [ kconfig kinit kparts ];
|
||||
propagatedBuildInputs = [ kconfig kcrash kinit kparts ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = http://kdiff3.sourceforge.net/;
|
||||
|
Loading…
Reference in New Issue
Block a user