Skip to content

Commit

Permalink
kstars: add optional dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
freezeboy committed Dec 23, 2020
1 parent d63dc15 commit 8db56b4
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions pkgs/applications/science/astronomy/kstars/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,14 @@
lib, mkDerivation, extra-cmake-modules, fetchurl,

kconfig, kdoctools, kguiaddons, ki18n, kinit, kiconthemes, kio,
knewstuff, kplotting, kwidgetsaddons, kxmlgui,
knewstuff, kplotting, kwidgetsaddons, kxmlgui, knotifyconfig,

qtx11extras, qtwebsockets,

qtx11extras, qtwebsockets, qtkeychain, libsecret,

eigen, zlib,

cfitsio, indilib, xplanet, libnova, gsl
cfitsio, indilib, xplanet, libnova, libraw, gsl, wcslib
}:

mkDerivation rec {
Expand All @@ -27,13 +28,13 @@ mkDerivation rec {
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
kconfig kdoctools kguiaddons ki18n kinit kiconthemes kio
knewstuff kplotting kwidgetsaddons kxmlgui
knewstuff kplotting kwidgetsaddons kxmlgui knotifyconfig

qtx11extras qtwebsockets
qtx11extras qtwebsockets qtkeychain libsecret

eigen zlib

cfitsio indilib xplanet libnova gsl
cfitsio indilib xplanet libnova libraw gsl wcslib
];

cmakeFlags = [
Expand Down

0 comments on commit 8db56b4

Please sign in to comment.