nckx pushed a commit to branch master
in repository guix.

commit cda78ec8ac30670c5394f55f92d4a67c286b2575
Author: Brendan Tildesley <[email protected]>
AuthorDate: Wed Mar 2 10:59:06 2022 +1100

    gnu: Fix typo.
    
    * gnu/local.mk (dist_patch_DATA): Fix typo.
    
    This follows up on commit 6693ff05696d71a9ca556760a1597b48a95c5298.
    
    Signed-off-by: Tobias Geerinckx-Rice <[email protected]>
---
 gnu/local.mk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/local.mk b/gnu/local.mk
index 5edb31d3de..c8026a1ec1 100644
--- a/gnu/local.mk
+++ b/gnu/local.mk
@@ -1770,7 +1770,7 @@ dist_patch_DATA =                                         
\
   %D%/packages/patches/rust-nettle-disable-vendor.patch                 \
   %D%/packages/patches/rust-nettle-sys-disable-vendor.patch     \
   %D%/packages/patches/rust-openssl-sys-no-vendor.patch        \
-  %D%/packages/patches/rust-pinot-0.1-implement-math-table     \
+  %D%/packages/patches/rust-pinot-0.1-implement-math-table.patch       \
   %D%/packages/patches/rust-shell2batch-lint-fix.patch         \
   %D%/packages/patches/rust-wl-clipboard-rs-newer-wl.patch      \
   %D%/packages/patches/sbc-fix-build-non-x86.patch             \

Reply via email to