Build kstars with cfitsio and kparts

This commit is contained in:
Thomas Tuegel
2015-05-15 05:48:54 -05:00
parent 9e1c84a080
commit ab1c27d086
+2 -1
View File
@@ -327,7 +327,8 @@ let
kstars = super.kstars // { kstars = super.kstars // {
buildInputs = buildInputs =
super.kstars.buildInputs super.kstars.buildInputs
++ (with kf5; [ kparts ]); ++ (with kf5; [ kparts ])
++ [ pkgs.cfitsio ];
}; };
ktp-accounts-kcm = super.ktp-accounts-kcm // { ktp-accounts-kcm = super.ktp-accounts-kcm // {