summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrendan Tildesley <mail@brendan.scot>2022-03-02 10:59:06 +1100
committerTobias Geerinckx-Rice <me@tobias.gr>2022-02-27 01:00:06 +0100
commitcda78ec8ac30670c5394f55f92d4a67c286b2575 (patch)
treefffb689924febd170547bfe41491e7fc7b21c222
parent5d65500c86f798d7ac2e19230f06cd8cdfd7387c (diff)
downloadguix-patches-base-for-series-11517.tar
guix-patches-base-for-series-11517.tar.gz
* gnu/local.mk (dist_patch_DATA): Fix typo. This follows up on commit 6693ff05696d71a9ca556760a1597b48a95c5298. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
-rw-r--r--gnu/local.mk2
1 files changed, 1 insertions, 1 deletions
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 \