diff options
author | Leo Famulari <leo@famulari.name> | 2017-05-28 14:33:21 -0400 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2017-05-28 14:34:43 -0400 |
commit | 5cd0122e60edc9ed0ee365aebef960cf89f0fd19 (patch) | |
tree | fae8e1cb4e2626ede3ab4e46665a0fd77733fece /gnu/local.mk | |
parent | 22e6656d259838ae9014c1ed876caa9d819be6df (diff) | |
download | guix-5cd0122e60edc9ed0ee365aebef960cf89f0fd19.tar guix-5cd0122e60edc9ed0ee365aebef960cf89f0fd19.tar.gz |
gnu: synfigstudio: Fix patch name in 'gnu/local.mk'.
This is a followup to commit 2ac2b17251be51778963e6ced0b83e461d175d01.
* gnu/local.mk (dist_patch_DATA): Fix typo.
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 2e60585432..1937da8968 100644 --- a/gnu/local.mk +++ b/gnu/local.mk @@ -990,7 +990,7 @@ dist_patch_DATA = \ %D%/packages/patches/superlu-dist-scotchmetis.patch \ %D%/packages/patches/swish-e-search.patch \ %D%/packages/patches/swish-e-format-security.patch \ - %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch.patch \ + %D%/packages/patches/synfigstudio-fix-ui-with-gtk3.patch \ %D%/packages/patches/t1lib-CVE-2010-2642.patch \ %D%/packages/patches/t1lib-CVE-2011-0764.patch \ %D%/packages/patches/t1lib-CVE-2011-1552+CVE-2011-1553+CVE-2011-1554.patch \ |