mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 23:46:13 -05:00
gnu: xournalpp: Build with librsvg-for-system.
* gnu/packages/pdf.scm (xournalpp)[inputs]: Replace librsvg with librsvg-for-system.
This commit is contained in:
parent
82df5c3af7
commit
4818e17baf
1 changed files with 1 additions and 1 deletions
|
@ -1040,7 +1040,7 @@ (define-public xournalpp
|
||||||
(inputs
|
(inputs
|
||||||
(list alsa-lib
|
(list alsa-lib
|
||||||
gtk+
|
gtk+
|
||||||
librsvg
|
(librsvg-for-system)
|
||||||
libsndfile
|
libsndfile
|
||||||
libxml2
|
libxml2
|
||||||
libzip
|
libzip
|
||||||
|
|
Loading…
Reference in a new issue