mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-24 20:02:58 +03:00
kde5.kdesu: propagate all buildInputs
This commit is contained in:
parent
be1091d46c
commit
e6a1d1c3d0
@ -4,10 +4,7 @@
|
|||||||
|
|
||||||
kdeFramework {
|
kdeFramework {
|
||||||
name = "kdesu";
|
name = "kdesu";
|
||||||
|
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||||
nativeBuildInputs = [ extra-cmake-modules ];
|
nativeBuildInputs = [ extra-cmake-modules ];
|
||||||
buildInputs = [ kcoreaddons kservice ];
|
propagatedBuildInputs = [ kcoreaddons ki18n kpty kservice ];
|
||||||
propagatedBuildInputs = [ ki18n kpty ];
|
|
||||||
meta = {
|
|
||||||
maintainers = [ lib.maintainers.ttuegel ];
|
|
||||||
};
|
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user