Build kstars with cfitsio and kparts

This commit is contained in:
Thomas Tuegel 2015-05-14 20:51:38 -05:00
parent 9e1c84a080
commit ab1c27d086

View File

@ -327,7 +327,8 @@ let
kstars = super.kstars // {
buildInputs =
super.kstars.buildInputs
++ (with kf5; [ kparts ]);
++ (with kf5; [ kparts ])
++ [ pkgs.cfitsio ];
};
ktp-accounts-kcm = super.ktp-accounts-kcm // {