mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: gnubg: Update to 1.08.003.
* gnu/packages/games.scm (gnubg): Update to 1.08.003. [native-inputs]: Add flex. Replace python-2 by python. Remove libxcrypt. Change-Id: I1093f481ad664b4183b09c238d220fd36009ca4d
This commit is contained in:
parent
24701a21e8
commit
c0e31bbb7c
1 changed files with 7 additions and 7 deletions
|
@ -2395,7 +2395,7 @@ such as chess or stockfish.")
|
||||||
(define-public gnubg
|
(define-public gnubg
|
||||||
(package
|
(package
|
||||||
(name "gnubg")
|
(name "gnubg")
|
||||||
(version "1.07.001")
|
(version "1.08.003")
|
||||||
(source
|
(source
|
||||||
(origin
|
(origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
|
@ -2403,10 +2403,10 @@ such as chess or stockfish.")
|
||||||
version "-sources.tar.gz"))
|
version "-sources.tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"07l2srlm05c99l4pppba8l54bnh000ns2rih5h8rzbcw84lrffbj"))))
|
"0yar8j6g2f1q9zz9m9ha9xzvjr6mwp2qrzwhp9ppizyg2fdrczbg"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(inputs (list ;; XXX: Build with an older Pango for 'pango_font_get_hb_font' and
|
(inputs (list ;; XXX: Build with an older Pango for 'pango_font_get_hb_font' and
|
||||||
;; 'pango_coverage_get_type'. Try removing this for versions > 1.07.001.
|
;; 'pango_coverage_get_type'. Try removing this for versions > 1.08.003.
|
||||||
pango-1.42
|
pango-1.42
|
||||||
glib
|
glib
|
||||||
readline
|
readline
|
||||||
|
@ -2415,10 +2415,10 @@ such as chess or stockfish.")
|
||||||
glu
|
glu
|
||||||
gtkglext
|
gtkglext
|
||||||
sqlite
|
sqlite
|
||||||
libcanberra
|
libcanberra))
|
||||||
libxcrypt)) ;required by Python.h
|
(native-inputs (list flex
|
||||||
(native-inputs `(("python-2" ,python-2)
|
python
|
||||||
("pkg-config" ,pkg-config)))
|
pkg-config))
|
||||||
(arguments
|
(arguments
|
||||||
`(#:configure-flags
|
`(#:configure-flags
|
||||||
;; SSE instructions are available on Intel systems only.
|
;; SSE instructions are available on Intel systems only.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue