mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-20 06:37:08 +01:00
gnu: pioneers: Build with librsvg-for-system.
* gnu/packages/games.scm (pioneers)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
32d0bdf4e5
commit
19dc2ae52a
1 changed files with 1 additions and 1 deletions
|
@ -5165,7 +5165,7 @@ (define-public pioneers
|
|||
(("\"beep\"")
|
||||
(string-append "\"" (assoc-ref inputs "beep") "/bin/beep\"")))
|
||||
#t)))))
|
||||
(inputs (list avahi beep gtk+ librsvg))
|
||||
(inputs (list avahi beep gtk+ (librsvg-for-system)))
|
||||
(native-inputs (list intltool itstool libxml2 pkg-config))
|
||||
(synopsis "Board game inspired by The Settlers of Catan")
|
||||
(description "Pioneers is an emulation of the board game The Settlers of
|
||||
|
|
Loading…
Reference in a new issue