diff options
author | Brendan Tildesley <mail@brendan.scot> | 2022-03-02 10:59:06 +1100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2022-02-27 01:00:06 +0100 |
commit | cda78ec8ac30670c5394f55f92d4a67c286b2575 (patch) | |
tree | fffb689924febd170547bfe41491e7fc7b21c222 /gnu/local.mk | |
parent | 5d65500c86f798d7ac2e19230f06cd8cdfd7387c (diff) | |
download | guix-cda78ec8ac30670c5394f55f92d4a67c286b2575.tar guix-cda78ec8ac30670c5394f55f92d4a67c286b2575.tar.gz |
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>
Diffstat (limited to 'gnu/local.mk')
-rw-r--r-- | gnu/local.mk | 2 |
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 \ |