3
0
Fork 0
forked from mirrors/nixpkgs

kde5.kcrash: propagate all buildInputs

This commit is contained in:
Thomas Tuegel 2016-04-28 10:50:26 -05:00
parent 2c0231e0b0
commit d1ec927a09

View file

@ -7,10 +7,7 @@
kdeFramework {
name = "kcrash";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ kcoreaddons ];
propagatedBuildInputs = [ kwindowsystem qtx11extras ];
meta = {
maintainers = [ lib.maintainers.ttuegel ];
};
propagatedBuildInputs = [ kcoreaddons kwindowsystem qtx11extras ];
}