1
0
Fork 1
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:
Thomas Tuegel 2016-04-28 10:54:11 -05:00
parent 22300d7c59
commit 6187ae6c02

View file

@ -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 ];
}