diff options
author | Paul van der Walt <paul@denknerd.org> | 2015-03-02 00:31:05 +0100 |
---|---|---|
committer | Paul van der Walt <paul@denknerd.org> | 2015-03-05 10:23:07 +0100 |
commit | 3e40bb829851cc33f55bcc725d9db9b7383274a7 (patch) | |
tree | ed7057cc17831948a3dc713ed7b3c14a9838e5e5 /gnu-system.am | |
parent | 1a8bf1dc41d37f217828b7d0f2c61707ee028111 (diff) | |
download | patches-3e40bb829851cc33f55bcc725d9db9b7383274a7.tar patches-3e40bb829851cc33f55bcc725d9db9b7383274a7.tar.gz |
gnu: Add zathura.
* gnu/packages/pdf.scm (zathura): New variable.
* gnu/packages/patches/zathura-plugindir-environment-variable.patch: New file.
* gnu-system.am: Add it.
Diffstat (limited to 'gnu-system.am')
-rw-r--r-- | gnu-system.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu-system.am b/gnu-system.am index b9c425ade4..21930cdfb9 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -551,7 +551,8 @@ dist_patch_DATA = \ gnu/packages/patches/xf86-video-trident-remove-mibstore.patch \ gnu/packages/patches/xf86-video-vmware-glibc-2.20.patch \ gnu/packages/patches/xfce4-panel-plugins.patch \ - gnu/packages/patches/xmodmap-asprintf.patch + gnu/packages/patches/xmodmap-asprintf.patch \ + gnu/packages/patches/zathura-plugindir-environment-variable.patch MISC_DISTRO_FILES = gnu/packages/javac.in |