diff options
Diffstat (limited to 'gnu/packages')
-rw-r--r-- | gnu/packages/bittorrent.scm | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/gnu/packages/bittorrent.scm b/gnu/packages/bittorrent.scm index 06d4b25a57..560b6155fa 100644 --- a/gnu/packages/bittorrent.scm +++ b/gnu/packages/bittorrent.scm @@ -2,7 +2,7 @@ ;;; Copyright © 2014 Taylan Ulrich Bayirli/Kammer <[email protected]> ;;; Copyright © 2014, 2015, 2016 Ludovic Courtès <[email protected]> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Leo Famulari <[email protected]> -;;; Copyright © 2016, 2017, 2018, 2019, 2020, 2022 Efraim Flashner <[email protected]> +;;; Copyright © 2016-2020, 2022, 2023 Efraim Flashner <[email protected]> ;;; Copyright © 2016 Tomáš Čech <[email protected]> ;;; Copyright © 2016, 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <[email protected]> ;;; Copyright © 2017 Jelle Licht <[email protected]> @@ -525,9 +525,7 @@ features.") python-zope-interface)) (native-inputs (list intltool python-wheel - (if (string-prefix? "x86_64-" (%current-system)) - librsvg - librsvg-2.40))) + (librsvg-for-system))) ;; TODO: Enable tests. ;; After "pytest-twisted" is packaged, HOME is set, and an X server is ;; started, some of the tests still fail. There are likely some tests |