diff options
author | Efraim Flashner <efraim@flashner.co.il> | 2023-08-14 23:49:56 +0300 |
---|---|---|
committer | Efraim Flashner <efraim@flashner.co.il> | 2023-08-15 05:45:46 +0300 |
commit | 32d0bdf4e5fdd5104f1eb90e81bd95eebd261ef3 (patch) | |
tree | e47d72f78778b1ff49eb1ab9f1ab8cddc9304ec2 /gnu/packages/games.scm | |
parent | ae387663bb33422460ae07dbcb8ef77f5fcb8462 (diff) | |
download | guix-32d0bdf4e5fdd5104f1eb90e81bd95eebd261ef3.tar.gz |
gnu: xboard: Build with librsvg-for-system.
* gnu/packages/games.scm (xboard)[inputs]: Replace librsvg with librsvg-for-system.
Diffstat (limited to 'gnu/packages/games.scm')
-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 a417630624..ec825c47bb 100644 --- a/gnu/packages/games.scm +++ b/gnu/packages/games.scm @@ -3739,7 +3739,7 @@ object-oriented programming.") (assoc-ref inputs "chess") "/bin/gnuchessx")))))))) (inputs - (list alsa-utils chess gtk+-2 librsvg)) + (list alsa-utils chess gtk+-2 (librsvg-for-system))) (native-inputs (list texinfo pkg-config)) (home-page "https://www.gnu.org/software/xboard/") |