mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 00:12:56 +00:00
Build kstars with cfitsio and kparts
This commit is contained in:
parent
9e1c84a080
commit
ab1c27d086
@ -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 // {
|
||||
|
Loading…
Reference in New Issue
Block a user