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
|
||||
(package
|
||||
(name "gnubg")
|
||||
(version "1.07.001")
|
||||
(version "1.08.003")
|
||||
(source
|
||||
(origin
|
||||
(method url-fetch)
|
||||
|
@ -2403,10 +2403,10 @@ such as chess or stockfish.")
|
|||
version "-sources.tar.gz"))
|
||||
(sha256
|
||||
(base32
|
||||
"07l2srlm05c99l4pppba8l54bnh000ns2rih5h8rzbcw84lrffbj"))))
|
||||
"0yar8j6g2f1q9zz9m9ha9xzvjr6mwp2qrzwhp9ppizyg2fdrczbg"))))
|
||||
(build-system gnu-build-system)
|
||||
(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
|
||||
glib
|
||||
readline
|
||||
|
@ -2415,10 +2415,10 @@ such as chess or stockfish.")
|
|||
glu
|
||||
gtkglext
|
||||
sqlite
|
||||
libcanberra
|
||||
libxcrypt)) ;required by Python.h
|
||||
(native-inputs `(("python-2" ,python-2)
|
||||
("pkg-config" ,pkg-config)))
|
||||
libcanberra))
|
||||
(native-inputs (list flex
|
||||
python
|
||||
pkg-config))
|
||||
(arguments
|
||||
`(#:configure-flags
|
||||
;; SSE instructions are available on Intel systems only.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue