diff options
author | Andreas Enge <andreas@enge.fr> | 2015-02-21 19:24:54 +0100 |
---|---|---|
committer | Andreas Enge <andreas@enge.fr> | 2015-02-21 19:24:54 +0100 |
commit | 8cc91fa04131e1b37339bd08c48b117f1c32aa29 (patch) | |
tree | 3f69b804e09a78a1a1ab0aa16927be2e9282551c /gnu-system.am | |
parent | 94c43007200ba97879004db546dfc6bd8473da0d (diff) | |
download | guix-8cc91fa04131e1b37339bd08c48b117f1c32aa29.tar.gz |
gnu: Add weex.
* gnu/packages/ftp.scm (weex): New variable. * gnu/packages/patches/weex-vacopy.patch: New file. * gnu-system.am (dist_patch_DATA): Register patch.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu-system.am b/gnu-system.am index 71697be181..24c5dc1a91 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -504,6 +504,7 @@ dist_patch_DATA = \ gnu/packages/patches/vpnc-script.patch \ gnu/packages/patches/vtk-mesa-10.patch \ gnu/packages/patches/w3m-fix-compile.patch \ + gnu/packages/patches/weex-vacopy.patch \ gnu/packages/patches/wicd-urwid-1.3.patch \ gnu/packages/patches/wmctrl-64-fix.patch \ gnu/packages/patches/xf86-video-ark-remove-mibstore.patch \ |