mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-01 07:16:39 +01:00
gnu: colobot: Build with librsvg-for-system.
* gnu/packages/games.scm (colobot)[native-inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
7e99958167
commit
99dfb5bfd9
1 changed files with 1 additions and 1 deletions
|
@ -7754,7 +7754,7 @@ (define-public colobot
|
|||
(base32
|
||||
"1s86cd36rwkff329mb1ay1wi5qqyi35564ppgr3f4qqz9wj9vs2m"))))
|
||||
("gettext" ,gettext-minimal)
|
||||
("librsvg" ,librsvg)
|
||||
("librsvg" ,(librsvg-for-system))
|
||||
("po4a" ,po4a)
|
||||
("python" ,python-wrapper)))
|
||||
(inputs
|
||||
|
|
Loading…
Reference in a new issue