diff options
Diffstat (limited to 'gnu/packages/rust-apps.scm')
| -rw-r--r-- | gnu/packages/rust-apps.scm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gnu/packages/rust-apps.scm b/gnu/packages/rust-apps.scm index 274a2c8aa7f..155da867ea0 100644 --- a/gnu/packages/rust-apps.scm +++ b/gnu/packages/rust-apps.scm | |||
| @@ -14,7 +14,7 @@ | |||
| 14 | ;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro> | 14 | ;;; Copyright © 2021 Alexandru-Sergiu Marton <brown121407@posteo.ro> |
| 15 | ;;; Copyright © 2021, 2023-2025 Maxim Cournoyer <maxim@guixotic.coop> | 15 | ;;; Copyright © 2021, 2023-2025 Maxim Cournoyer <maxim@guixotic.coop> |
| 16 | ;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com> | 16 | ;;; Copyright © 2021, 2022 Petr Hodina <phodina@protonmail.com> |
| 17 | ;;; Copyright © 2021 jgart <jgart@dismail.de> | 17 | ;;; Copyright © 2021, 2026 jgart <jgart@dismail.de> |
| 18 | ;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr> | 18 | ;;; Copyright © 2021 Nicolas Graves <ngraves@ngraves.fr> |
| 19 | ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org> | 19 | ;;; Copyright © 2022 Aleksandr Vityazev <avityazev@posteo.org> |
| 20 | ;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com> | 20 | ;;; Copyright © 2022 Gabriel Arazas <foo.dogsquared@gmail.com> |
| @@ -140,7 +140,8 @@ | |||
| 140 | #:use-module (gnu packages video) | 140 | #:use-module (gnu packages video) |
| 141 | #:use-module (gnu packages xdisorg) | 141 | #:use-module (gnu packages xdisorg) |
| 142 | #:use-module (gnu packages xorg) | 142 | #:use-module (gnu packages xorg) |
| 143 | #:use-module (gnu packages wxwidgets)) | 143 | #:use-module (gnu packages wxwidgets) |
| 144 | #:use-module (gnu packages xml)) | ||
| 144 | 145 | ||
| 145 | (define-public aardvark-dns | 146 | (define-public aardvark-dns |
| 146 | (package | 147 | (package |
