mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 07:23:20 +00:00
kcolorchooser: fixup inputs and outputs
This commit is contained in:
parent
1277814070
commit
6e96de513b
@ -11,6 +11,5 @@ mkDerivation {
|
||||
maintainers = [ lib.maintainers.ttuegel ];
|
||||
};
|
||||
nativeBuildInputs = [ extra-cmake-modules ];
|
||||
buildInputs = [ ki18n ];
|
||||
propagatedBuildInputs = [ kwidgetsaddons kxmlgui ];
|
||||
buildInputs = [ ki18n kwidgetsaddons kxmlgui ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user