Loading pkgs/by-name/ks/kstars/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { (cmakeBool "BUILD_QT5" false) (cmakeFeature "INDI_PREFIX" "${indi-full}") (cmakeFeature "XPLANET_PREFIX" "${xplanet}") (cmakeFeature "DATA_INSTALL_DIR" "$out/share/kstars/") (cmakeFeature "DATA_INSTALL_DIR" (placeholder "out") + "/share/kstars/") ]; meta = with lib; { Loading Loading
pkgs/by-name/ks/kstars/package.nix +1 −1 Original line number Diff line number Diff line Loading @@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: { (cmakeBool "BUILD_QT5" false) (cmakeFeature "INDI_PREFIX" "${indi-full}") (cmakeFeature "XPLANET_PREFIX" "${xplanet}") (cmakeFeature "DATA_INSTALL_DIR" "$out/share/kstars/") (cmakeFeature "DATA_INSTALL_DIR" (placeholder "out") + "/share/kstars/") ]; meta = with lib; { Loading