diff options
author | Nikita Karetnikov <nikita@karetnikov.org> | 2013-03-04 01:34:13 +0000 |
---|---|---|
committer | Nikita Karetnikov <nikita@karetnikov.org> | 2013-03-06 20:52:04 +0000 |
commit | bd5ecea63754b2dbc0c142ae11d9d11716fd703a (patch) | |
tree | 6120d4233b34c26fab8565a9beb5e0854879ff74 /Makefile.am | |
parent | bbd60260dd3f40398a1da7d3beabc29ac02976fb (diff) | |
download | patches-bd5ecea63754b2dbc0c142ae11d9d11716fd703a.tar patches-bd5ecea63754b2dbc0c142ae11d9d11716fd703a.tar.gz |
gnu: Add w3m.
* gnu/packages/w3m.scm,
gnu/packages/patches/w3m-fix-compile.patch: New files.
* Makefile.am (MODULES): Add 'w3m.scm'.
(dist_patch_DATA): Add 'w3m-fix-compile.patch'.
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am index 78726a4556..0916d26fb9 100644 --- a/Makefile.am +++ b/Makefile.am @@ -163,6 +163,7 @@ MODULES = \ gnu/packages/tor.scm \ gnu/packages/vim.scm \ gnu/packages/vpn.scm \ + gnu/packages/w3m.scm \ gnu/packages/wdiff.scm \ gnu/packages/wget.scm \ gnu/packages/which.scm \ @@ -221,7 +222,8 @@ dist_patch_DATA = \ gnu/packages/patches/tar-gets-undeclared.patch \ gnu/packages/patches/tcsh-fix-autotest.patch \ gnu/packages/patches/teckit-cstdio.patch \ - gnu/packages/patches/vpnc-script.patch + gnu/packages/patches/vpnc-script.patch \ + gnu/packages/patches/w3m-fix-compile.patch bootstrapdir = $(guilemoduledir)/gnu/packages/bootstrap bootstrap_x86_64_linuxdir = $(bootstrapdir)/x86_64-linux |