mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2025-01-06 04:24:28 +03:00
kde5_latest.knotifications: include optional libdbusmenu input
This commit is contained in:
parent
c7f0701c87
commit
19474a7b2a
@ -1,9 +1,7 @@
|
||||
{ kdeFramework, lib
|
||||
, extra-cmake-modules
|
||||
, kcodecs
|
||||
, kconfig
|
||||
, kcoreaddons
|
||||
, kwindowsystem
|
||||
, kcodecs, kconfig, kcoreaddons, kwindowsystem
|
||||
, libdbusmenu
|
||||
, phonon
|
||||
, qtx11extras
|
||||
}:
|
||||
@ -12,7 +10,7 @@ kdeFramework {
|
||||
name = "knotifications";
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [
|
||||
kcodecs kconfig kcoreaddons phonon
|
||||
kcodecs kconfig kcoreaddons libdbusmenu phonon
|
||||
];
|
||||
propagatedBuildInputs = [ kwindowsystem qtx11extras ];
|
||||
meta = {
|
||||
|
Loading…
Reference in New Issue
Block a user