mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 22:20:51 +00:00
kde5.kidletime: propagate all buildInputs
This commit is contained in:
parent
22300d7c59
commit
6187ae6c02
|
@ -6,10 +6,7 @@
|
|||
|
||||
kdeFramework {
|
||||
name = "kidletime";
|
||||
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ qtx11extras ];
|
||||
propagatedBuildInputs = [ qtbase ];
|
||||
meta = {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
propagatedBuildInputs = [ qtbase qtx11extras ];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue