From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp10.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms5.migadu.com with LMTPS id wOfbKx9H/WP0HwAAbAwnHQ (envelope-from ) for ; Tue, 28 Feb 2023 01:13:19 +0100 Received: from aspmx1.migadu.com ([2001:41d0:2:bcc0::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp10.migadu.com with LMTPS id gCD9Kh9H/WNJOwEAG6o9tA (envelope-from ) for ; Tue, 28 Feb 2023 01:13:19 +0100 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id 48B1112012 for ; Tue, 28 Feb 2023 01:13:19 +0100 (CET) Authentication-Results: aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=BwGEfxKM; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Seal: i=1; s=key1; d=yhetil.org; t=1677543199; a=rsa-sha256; cv=none; b=OqXg/zJy7IX1WxUWTLJs5FP+79dZ4o8ON8l8bCIL7KJB1YrDCB+m0Q3+H5N1aOnYL/wd+q 9haqRILDfs69tY7g+a1/robI31IVDuAcfSogEjMl/hkERzQS82mXGy9Cmq4ito1H9yH88Q 7Or46iM+QqFy2dn9fM71gI72/N2rrLD5LPCleujjzyKaHjRJMrozTaxKcPQMP6ifCM/q7S e4KHNGSOj7m9wgbrDOhmPQJvh+K573KbCBLOvg8lOWs7GX7t5AlP8HXSfXUt/fu8HfLyQu Kj47OLf2MHpDSKNRrZYe2DYObRhLm+09bSw+tmyGzqaDf1R3kusXJpa2HZiePg== ARC-Authentication-Results: i=1; aspmx1.migadu.com; dkim=fail ("headers rsa verify failed") header.d=gmail.com header.s=20210112 header.b=BwGEfxKM; spf=pass (aspmx1.migadu.com: domain of "guix-patches-bounces+larch=yhetil.org@gnu.org" designates 209.51.188.17 as permitted sender) smtp.mailfrom="guix-patches-bounces+larch=yhetil.org@gnu.org"; dmarc=fail reason="SPF not aligned (relaxed)" header.from=gmail.com (policy=none) ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=yhetil.org; s=key1; t=1677543199; h=from:from:sender:sender:reply-to:subject:subject:date:date: message-id:message-id:to:to:cc:cc:mime-version:mime-version: content-transfer-encoding:content-transfer-encoding:resent-cc: resent-from:resent-sender:resent-message-id:in-reply-to:in-reply-to: references:references:list-id:list-help:list-unsubscribe: list-subscribe:list-post:dkim-signature; bh=nMP6/hcVmxIIvsSud9WZ2OnoUh69Srogl2zaxxyJfN4=; b=Kalo6QoJnO9YqC88/uUfkwlhSHoICd52o0rwan4hrd5ZDGNWdZQpOcqCBcqV3CDPGWOYPL vzu5whfArs7th6Y176I6GQWJDIoTKmEM6l3DIhr67wpnDIVRwtAQ6+17uz1O+mNV/w013B DPHPQWEKj1nwz2orbYRk+1sbGnh9fc4PLDAL0tijJVLuf40Qv2t0ahQ4LKFz4Cas8O7exd KrU0yN+0zJ0IfAZXovixFeVxdmXt8nJJXwc55tvKWZyBHTo1n2AnfOyP027auhpVTfgDGg kbmeTGsoWgLEvxdLmiJJxaS/C5h4pz9lMICYo2qu6bPlnIYhEM1G9HOkNK2oUw== Received: from localhost ([::1] helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1pWncB-0008Kq-SY; Mon, 27 Feb 2023 19:13:07 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1pWnc8-0008Js-GW for guix-patches@gnu.org; Mon, 27 Feb 2023 19:13:05 -0500 Received: from debbugs.gnu.org ([209.51.188.43]) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_128_GCM_SHA256:128) (Exim 4.90_1) (envelope-from ) id 1pWnc8-0005HR-81 for guix-patches@gnu.org; Mon, 27 Feb 2023 19:13:04 -0500 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1pWnc8-0005WF-2s for guix-patches@gnu.org; Mon, 27 Feb 2023 19:13:04 -0500 X-Loop: help-debbugs@gnu.org Subject: [bug#61674] [PATCH v3 4/4] gnu: stellarium: Enable ShowMySky. Resent-From: Sharlatan Hellseher Original-Sender: "Debbugs-submit" Resent-CC: guix-patches@gnu.org Resent-Date: Tue, 28 Feb 2023 00:13:04 +0000 Resent-Message-ID: Resent-Sender: help-debbugs@gnu.org X-GNU-PR-Message: followup 61674 X-GNU-PR-Package: guix-patches X-GNU-PR-Keywords: patch To: 61674@debbugs.gnu.org Cc: Sharlatan Hellseher Received: via spool by 61674-submit@debbugs.gnu.org id=B61674.167754316821148 (code B ref 61674); Tue, 28 Feb 2023 00:13:04 +0000 Received: (at 61674) by debbugs.gnu.org; 28 Feb 2023 00:12:48 +0000 Received: from localhost ([127.0.0.1]:49263 helo=debbugs.gnu.org) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWnbr-0005V1-Rh for submit@debbugs.gnu.org; Mon, 27 Feb 2023 19:12:48 -0500 Received: from mail-wm1-f42.google.com ([209.85.128.42]:44769) by debbugs.gnu.org with esmtp (Exim 4.84_2) (envelope-from ) id 1pWnbl-0005U1-HG for 61674@debbugs.gnu.org; Mon, 27 Feb 2023 19:12:43 -0500 Received: by mail-wm1-f42.google.com with SMTP id m25-20020a7bcb99000000b003e7842b75f2so4865473wmi.3 for <61674@debbugs.gnu.org>; Mon, 27 Feb 2023 16:12:41 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:from:to:cc:subject:date :message-id:reply-to; bh=nMP6/hcVmxIIvsSud9WZ2OnoUh69Srogl2zaxxyJfN4=; b=BwGEfxKM6AGUBu5VuEDOBpXLBkPMNnzPQstWcE9iQpJBMCnrDImeDPG9q6GcQ3ex4f XJxcj7kxcP95qi86MPiS39VmAa0CH1Pii8HgcfyMj4AUc5YFPMFej+QAVbkR9ZAsbaX5 +Ir1aTLrdzbMxcW8D6nAPCC9PE3igMFcPqQLLtdzwFz6M50PAo62jiioTBRFPl7sv00j Hv0gHhg5fGNpd2VMUgYzB3AvppzCoU62TbyOxjrJTo2+hMLRWwX2KR+oSQVGL9CqAeRM FSHWgeVG06umD2mhVqJvphW3VSyRz9nfkmcM09EM64XXK+eXA8lwWFcz88mKyjEK0wfI NLkA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=content-transfer-encoding:mime-version:references:in-reply-to :message-id:date:subject:cc:to:from:x-gm-message-state:from:to:cc :subject:date:message-id:reply-to; bh=nMP6/hcVmxIIvsSud9WZ2OnoUh69Srogl2zaxxyJfN4=; b=J1geLBDdi36CqbW5/DiFmzWsHH2qGorOM6PkdSJA4gAfCMbPLT3Qi/Rm/OnTLtculI zau1cq67KZkVvaLKBL9mzCDZK2oX1E+5WZh4NuDiPW3ahICAcZZxW8/LYQ4+SPgcYBWv jGkZykoU6JqoewEHoGu+G0aOzL/i9/TnuDuq6JGE1huL4W71YJ1ecKrKkyUCgAeP32Qn DTkKUzeoEtkrH8SEAEZO/aTzigaLJ3jfhH/J8qNnz0mJYVMTP7j/QzNg6mb26bFpvhpQ 5G1t9LM9TV2BovKolA6hTZoDI5v2T5QziVDhg5qwXkRGt1xYKTkZJdSA6irM75wDqLi2 mvPg== X-Gm-Message-State: AO0yUKXE8ISEAtXyDaI1NzWHsAilJyaDrzVqpWu2lFkfwfaEenIZLj/T 4GZbMYbYkpaFtx509kauaIs4898eaBE= X-Google-Smtp-Source: AK7set+MEjPLvoh4/n37RyR+spZ6Ui3T5cpoPLh6DYDXXb9LelamvIG8nTi17mLGquBs7eluDIhNGQ== X-Received: by 2002:a05:600c:4586:b0:3eb:376e:2ba5 with SMTP id r6-20020a05600c458600b003eb376e2ba5mr649558wmo.3.1677543155984; Mon, 27 Feb 2023 16:12:35 -0800 (PST) Received: from guxtil.incerto.xyz (cpc100856-bagu15-2-0-cust368.1-3.cable.virginm.net. [82.25.93.113]) by smtp.gmail.com with ESMTPSA id g10-20020a7bc4ca000000b003dc4a47605fsm14445812wmk.8.2023.02.27.16.12.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Mon, 27 Feb 2023 16:12:35 -0800 (PST) From: Sharlatan Hellseher Date: Tue, 28 Feb 2023 00:12:30 +0000 Message-Id: <20230228001230.3573-4-sharlatanus@gmail.com> X-Mailer: git-send-email 2.39.1 In-Reply-To: <20230228001230.3573-1-sharlatanus@gmail.com> References: <20230228001230.3573-1-sharlatanus@gmail.com> MIME-Version: 1.0 Content-Transfer-Encoding: 8bit X-BeenThere: debbugs-submit@debbugs.gnu.org X-Mailman-Version: 2.1.18 Precedence: list X-BeenThere: guix-patches@gnu.org List-Id: List-Unsubscribe: , List-Archive: List-Post: X-Migadu-Queue-Id: 48B1112012 X-Spam-Score: -0.39 X-Migadu-Spam-Score: -0.39 X-Migadu-Scanner: scn0.migadu.com List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+larch=yhetil.org@gnu.org Sender: guix-patches-bounces+larch=yhetil.org@gnu.org X-Migadu-Flow: FLOW_IN X-Migadu-Country: US X-TUID: FtimZYRpuW7b * gnu/packages/astronomy.scm (stellarium): [arguments]<#:configure-flags>: Enable ShowMySky optional dependencies to simulate scattering of light by the atmosphere. [inputs]: Replace QXLSX to QXLSX-QT5. Add CALCMYSKY-QT5. --- gnu/packages/astronomy.scm | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/gnu/packages/astronomy.scm b/gnu/packages/astronomy.scm index bf022c1804..473e7ce63a 100644 --- a/gnu/packages/astronomy.scm +++ b/gnu/packages/astronomy.scm @@ -917,8 +917,6 @@ (define-public stellarium #~(list "-DENABLE_GPS=1" ;; TODO: Enable when all of the dependencies are availalbe for Qt6. "-DENABLE_QT6=0" - ;; TODO: Pack missing in Guix https://10110111.github.io/CalcMySky/ - "-DENABLE_SHOWMYSKY=0" "-DENABLE_TESTING=0" (string-append "-DCMAKE_CXX_FLAGS=-isystem " #$(this-package-input "qtserialport") "/include/qt5")) @@ -929,7 +927,8 @@ (define-public stellarium (setenv "QT_QPA_PLATFORM" "offscreen") (setenv "HOME" "/tmp")))))) (inputs - (list gpsd + (list calcmysky-qt5 + gpsd indi libnova openssl @@ -942,7 +941,7 @@ (define-public stellarium qtserialport qttranslations qtwebengine-5 - qxlsx + qxlsx-qt5 zlib)) (native-inputs (list doxygen -- 2.39.1