diff options
author | Mark H Weaver <mhw@netris.org> | 2015-08-04 00:12:16 -0400 |
---|---|---|
committer | Mark H Weaver <mhw@netris.org> | 2015-08-04 16:21:17 -0400 |
commit | b1a2bc895a3c12a4a668a04aec3e0e32c5ec0857 (patch) | |
tree | ed741541c3f2c7722d901d7047294ad17f25b31c /gnu-system.am | |
parent | 008b525734d42276b796c8fcde2d9161b268c6c8 (diff) | |
download | guix-b1a2bc895a3c12a4a668a04aec3e0e32c5ec0857.tar guix-b1a2bc895a3c12a4a668a04aec3e0e32c5ec0857.tar.gz |
gnu: Add pidgin.
* gnu/packages/patches/pidgin-add-search-path.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/messaging.scm (pidgin): New variable.
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 4b1486eeee..372edc1166 100644 --- a/gnu-system.am +++ b/gnu-system.am @@ -578,6 +578,7 @@ dist_patch_DATA = \ gnu/packages/patches/perl-net-ssleay-disable-ede-test.patch \ gnu/packages/patches/perl-no-sys-dirs.patch \ gnu/packages/patches/perl-tk-x11-discover.patch \ + gnu/packages/patches/pidgin-add-search-path.patch \ gnu/packages/patches/pingus-sdl-libs-config.patch \ gnu/packages/patches/plotutils-libpng-jmpbuf.patch \ gnu/packages/patches/polkit-drop-test.patch \ |