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