gnu: stellarium: Enable ShowMySky.
* 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. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
		
							parent
							
								
									f6deb45c8f
								
							
						
					
					
						commit
						c89235fa85
					
				
					 1 changed files with 3 additions and 4 deletions
				
			
		| 
						 | 
					@ -918,8 +918,6 @@ deconvolution).  Such post-processing is not performed by Stackistry.")
 | 
				
			||||||
      #~(list "-DENABLE_GPS=1"
 | 
					      #~(list "-DENABLE_GPS=1"
 | 
				
			||||||
              ;; TODO: Enable when all of the dependencies are availalbe for Qt6.
 | 
					              ;; TODO: Enable when all of the dependencies are availalbe for Qt6.
 | 
				
			||||||
              "-DENABLE_QT6=0"
 | 
					              "-DENABLE_QT6=0"
 | 
				
			||||||
              ;; TODO: Pack missing in Guix https://10110111.github.io/CalcMySky/
 | 
					 | 
				
			||||||
              "-DENABLE_SHOWMYSKY=0"
 | 
					 | 
				
			||||||
              "-DENABLE_TESTING=0"
 | 
					              "-DENABLE_TESTING=0"
 | 
				
			||||||
              (string-append "-DCMAKE_CXX_FLAGS=-isystem "
 | 
					              (string-append "-DCMAKE_CXX_FLAGS=-isystem "
 | 
				
			||||||
                             #$(this-package-input "qtserialport") "/include/qt5"))
 | 
					                             #$(this-package-input "qtserialport") "/include/qt5"))
 | 
				
			||||||
| 
						 | 
					@ -930,7 +928,8 @@ deconvolution).  Such post-processing is not performed by Stackistry.")
 | 
				
			||||||
              (setenv "QT_QPA_PLATFORM" "offscreen")
 | 
					              (setenv "QT_QPA_PLATFORM" "offscreen")
 | 
				
			||||||
              (setenv "HOME" "/tmp"))))))
 | 
					              (setenv "HOME" "/tmp"))))))
 | 
				
			||||||
    (inputs
 | 
					    (inputs
 | 
				
			||||||
     (list gpsd
 | 
					     (list calcmysky-qt5
 | 
				
			||||||
 | 
					           gpsd
 | 
				
			||||||
           indi
 | 
					           indi
 | 
				
			||||||
           libnova
 | 
					           libnova
 | 
				
			||||||
           openssl
 | 
					           openssl
 | 
				
			||||||
| 
						 | 
					@ -943,7 +942,7 @@ deconvolution).  Such post-processing is not performed by Stackistry.")
 | 
				
			||||||
           qtserialport
 | 
					           qtserialport
 | 
				
			||||||
           qttranslations
 | 
					           qttranslations
 | 
				
			||||||
           qtwebengine-5
 | 
					           qtwebengine-5
 | 
				
			||||||
           qxlsx
 | 
					           qxlsx-qt5
 | 
				
			||||||
           zlib))
 | 
					           zlib))
 | 
				
			||||||
    (native-inputs
 | 
					    (native-inputs
 | 
				
			||||||
     (list doxygen
 | 
					     (list doxygen
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Reference in a new issue