diff options
author | Leo Famulari <leo@famulari.name> | 2016-01-06 10:43:18 -0500 |
---|---|---|
committer | Leo Famulari <leo@famulari.name> | 2016-01-07 02:35:38 -0500 |
commit | e6352001c444a82141ea4457e49e69a1c3f8b2bb (patch) | |
tree | 3793b354745f7c343318a5ef307f1d328534cf77 /gnu-system.am | |
parent | d4aaf954011646413e7c2ca39a34030821e84910 (diff) | |
download | guix-e6352001c444a82141ea4457e49e69a1c3f8b2bb.tar guix-e6352001c444a82141ea4457e49e69a1c3f8b2bb.tar.gz |
gnu: w3m: Update patch to use '-p1'.
* gnu/packages/patches/w3m-fix-compile.patch: Rename this file...
* gnu/packages/patches/w3m-libgc.patch: ...to this, and adjust patch
prefix level to '-p1'.
* gnu-system.am (dist_patch_DATA): Update patch name.
* gnu/packages/w3m.scm (w3m)[source]: Update patch name.
[source]: Drop patch flag -p0.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index 3dd49fe945..bed041a946 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -698,7 +698,7 @@ dist_patch_DATA = \ gnu/packages/patches/valgrind-enable-arm.patch \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ - gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/w3m-libgc.patch \ gnu/packages/patches/webkitgtk-2.4-sql-init-string.patch \ gnu/packages/patches/weechat-python.patch \ gnu/packages/patches/weex-vacopy.patch \ |