mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: stellarium: Fix package formatting.
* gnu/packages/astronomy.scm (stellarium): Fix package formatting.
This commit is contained in:
parent
92ae98e2a0
commit
6b2afac9d5
1 changed files with 6 additions and 4 deletions
|
@ -127,10 +127,12 @@ (define-public stellarium
|
||||||
(base32
|
(base32
|
||||||
"04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
|
"04avigz8i8mi2x6x71bqr9np85n1p9qnvbj2hxr947f1jv22zr8g"))))
|
||||||
(build-system cmake-build-system)
|
(build-system cmake-build-system)
|
||||||
(inputs `(("qt" ,qt)
|
(inputs
|
||||||
("zlib" ,zlib)))
|
`(("qt" ,qt)
|
||||||
(native-inputs `(("gettext" ,gettext-minimal) ; xgettext is used at compile time
|
("zlib" ,zlib)))
|
||||||
("perl" ,perl))) ; For pod2man
|
(native-inputs
|
||||||
|
`(("gettext" ,gettext-minimal) ; xgettext is used at compile time
|
||||||
|
("perl" ,perl))) ; For pod2man
|
||||||
(arguments
|
(arguments
|
||||||
`(#:test-target "tests"
|
`(#:test-target "tests"
|
||||||
#:phases (modify-phases %standard-phases
|
#:phases (modify-phases %standard-phases
|
||||||
|
|
Loading…
Reference in a new issue