[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
04/04: gnu: Fix typo.
From: |
guix-commits |
Subject: |
04/04: gnu: Fix typo. |
Date: |
Tue, 1 Mar 2022 19:12:59 -0500 (EST) |
nckx pushed a commit to branch master
in repository guix.
commit cda78ec8ac30670c5394f55f92d4a67c286b2575
Author: Brendan Tildesley <mail@brendan.scot>
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 <me@tobias.gr>
---
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 \