diff options
author | Nicolas Graves <ngraves@ngraves.fr> | 2024-10-27 19:31:31 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2024-11-06 22:18:07 +0100 |
commit | 87e96479139953363d28e266b630efb37fc8137b (patch) | |
tree | 801958988d99f44abd5a2f60f42d5a1f7bf24d23 /gnu/packages/gnome.scm | |
parent | f2ada4d04ed5acb96c770755bdb43b00c80c053f (diff) | |
download | guix-87e96479139953363d28e266b630efb37fc8137b.tar guix-87e96479139953363d28e266b630efb37fc8137b.tar.gz |
gnu: libgda: Rename patch for guix lint.
* gnu/packages/gnome.scm (libgda)[source]<origin>: Rename patch for
CVE to be ignored by guix lint.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/gnome.scm')
-rw-r--r-- | gnu/packages/gnome.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/gnome.scm b/gnu/packages/gnome.scm index dac01aa14a..d25956fe7b 100644 --- a/gnu/packages/gnome.scm +++ b/gnu/packages/gnome.scm @@ -13659,7 +13659,7 @@ developed with the aim of being used with the Librem 5 phone.") name "-" version ".tar.xz")) (sha256 (base32 "0w564z7krgjk19r39mi5qn4kggpdg9ggbyn9pb4aavb61r14npwr")) - (patches (search-patches "libgda-cve-2021-39359.patch" + (patches (search-patches "libgda-CVE-2021-39359.patch" "libgda-disable-data-proxy-test.patch" "libgda-fix-build.patch" "libgda-fix-missing-initialization.patch" |