diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/gimp.scm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gnu/packages/gimp.scm b/gnu/packages/gimp.scm index 73102e30cf..1598064c86 100644 --- a/gnu/packages/gimp.scm +++ b/gnu/packages/gimp.scm @@ -1,7 +1,7 @@ ;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014, 2015, 2021 Ludovic Courtès <[email protected]> ;;; Copyright © 2016, 2018 Ricardo Wurmus <[email protected]> -;;; Copyright © 2016, 2017, 2018, 2020 Efraim Flashner <[email protected]> +;;; Copyright © 2016-2018, 2020, 2023 Efraim Flashner <[email protected]> ;;; Copyright © 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2018 Leo Famulari <[email protected]> ;;; Copyright © 2018 Thorsten Wilms <[email protected]> @@ -261,7 +261,7 @@ provided, as well as a framework to add new color models and data types.") ("libnsgif" ,libnsgif) ("libpng" ,libpng) ("libraw" ,libraw) - ("librsvg" ,librsvg) + ("librsvg" ,(librsvg-for-system)) ("libspiro" ,libspiro) ("libtiff" ,libtiff) ("libwebp" ,libwebp) |