forked from mirrors/nixpkgs
kde5.knotifyconfig: propagate all buildInputs
This commit is contained in:
parent
35692118cd
commit
de47317ef2
|
@ -4,10 +4,7 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "knotifyconfig";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ kcompletion kconfig phonon ];
|
||||
propagatedBuildInputs = [ ki18n kio ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
propagatedBuildInputs = [ kcompletion kconfig ki18n kio phonon ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue