Unverified Commit 9000a86f authored by Peder Bergebakken Sundt's avatar Peder Bergebakken Sundt Committed by GitHub
Browse files

kstars: add pkg-config, switch to latest eigen (#507219)

parents 9ba419be e42601bc
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -5,8 +5,9 @@
  fetchpatch2,
  cfitsio,
  cmake,
  pkg-config,
  curl,
  eigen_3_4_0,
  eigen,
  gsl,
  indi-full,
  kdePackages,
@@ -35,13 +36,14 @@ stdenv.mkDerivation (finalAttrs: {
    kdoctools
    wrapQtAppsHook
    cmake
    pkg-config
  ];

  buildInputs = with kdePackages; [
    breeze-icons
    cfitsio
    curl
    eigen_3_4_0
    eigen
    gsl
    indi-full
    kconfig