3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00

gnu: stellarium: Fix package formatting.

* gnu/packages/astronomy.scm (stellarium): Fix package formatting.
This commit is contained in:
Danny Milosavljevic 2017-03-03 11:29:41 +01:00
parent 92ae98e2a0
commit 6b2afac9d5
No known key found for this signature in database
GPG key ID: E71A35542C30BAA5

View file

@ -127,10 +127,12 @@ programs for the manipulation and analysis of astronomical data.")
(base32
"04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
(build-system cmake-build-system)
(inputs `(("qt" ,qt)
("zlib" ,zlib)))
(native-inputs `(("gettext" ,gettext-minimal) ; xgettext is used at compile time
("perl" ,perl))) ; For pod2man
(inputs
`(("qt" ,qt)
("zlib" ,zlib)))
(native-inputs
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time
("perl" ,perl))) ; For pod2man
(arguments
`(#:test-target "tests"
#:phases (modify-phases %standard-phases