diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 23:51:39 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:46 +0300 |
commit | 19dc2ae52a4837ee7f8286184847a67f14b930a4 (patch) | |
tree | 51bf5e2d2d1248047038262b130f3ea4e7eed7d2 /gnu | |
parent | 32d0bdf4e5fdd5104f1eb90e81bd95eebd261ef3 (diff) | |
download | guix-19dc2ae52a4837ee7f8286184847a67f14b930a4.tar.gz guix-19dc2ae52a4837ee7f8286184847a67f14b930a4.zip |
gnu: pioneers: Build with librsvg-for-system.
* gnu/packages/games.scm (pioneers)[inputs]: Replace librsvg with
librsvg-for-system.
Diffstat (limited to 'gnu')
-rw-r--r-- | gnu/packages/games.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/games.scm b/gnu/packages/games.scm index ec825c47bb..4ea133b7ea 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -5165,7 +5165,7 @@ are only two levels to play with, but they are very addictive.") (("\"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 |