Age | Commit message (Expand) | Author |
2017-11-19 | gnu: gajim: Add python2-axolotl to inputs....* gnu/packages/messaging.scm (gajim)[inputs]: Add python2-axolotl.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rutger Helling |
2017-11-19 | gnu: qtox: Add filteraudio to inputs....* gnu/packages/messaging.scm (qtox)[inputs]: Add filteraudio.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rutger Helling |
2017-11-19 | gnu: c-toxcore: Update to 0.1.10....* gnu/packages/messaging.scm (c-toxcore): Update to 0.1.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Rutger Helling |
2017-11-19 | zlib: Fix race condition when closing gzip ports....Fixes <https://bugs.gnu.org/29335>.
* guix/zlib.scm (close-procedure): Remove.
(make-gzip-input-port): Do (dup (fileno port)) to get a file descriptor
for 'gzdopen'. Close PORT before returning. Use 'gzclose' as the
'close' procedure of the returned port.
(make-gzip-output-port): Likewise.
| Ludovic Courtès |
2017-11-19 | ssh: Use (guix i18n)....* guix/ssh.scm: Use (guix i18n) instead of (guix ui).
| Ludovic Courtès |
2017-11-19 | gnu: audacity: Fix building on non-Intel systems....* gnu/packages/audio.scm (audacity)[arguments]: On non-Intel systems add
a configure-flag to disable SSE optimizations.
| Efraim Flashner |
2017-11-19 | gnu: nss, nss-certs: Update to 3.34....* gnu/packages/certs.scm (nss-certs): Update to 3.34.
* gnu/packages/gnuzilla.scm (nss): Update to 3.34.
| Marius Bakke |
2017-11-19 | gnu: bitcoin: Update to 0.15.1....* gnu/packages/finance.scm (bitcoin-core): Update to 0.15.1.
| Marius Bakke |
2017-11-19 | gnu: strace: Update to 4.20....* gnu/packages/linux.scm (strace): Update to 4.20.
| Marius Bakke |
2017-11-19 | gnu: samba: Update to 4.7.2....* gnu/packages/samba.scm (samba): Update to 4.7.2.
| Marius Bakke |
2017-11-19 | gnu: tevent: Update to 0.9.34....* gnu/packages/samba.scm (tevent): Update to 0.9.34.
| Marius Bakke |
2017-11-19 | Update email address for ng0. | ng0 |
2017-11-19 | gnu: Patch ikiwiki to set PERL5LIB in the CGI wrapper....This helps with CGI support.
* gnu/packages/web.scm (ikiwik)[arguments]: Add 'include-PERL5LIB-in-wrapper
phase.
| Christopher Baines |
2017-11-18 | gnu: nano: Update to 2.9.0....* gnu/packages/nano.scm (nano): Update to 2.9.0.
| Efraim Flashner |
2017-11-18 | gnu: owncloud-client: Update to 2.3.4....* gnu/packages/sync.scm (owncloud-client): Update to 2.3.4.
| Efraim Flashner |
2017-11-18 | gnu: owncloud-client: Don't check for updates....* gnu/packages/sync.scm (owncloud-client)[source]: Add patch.
* gnu/packages/patches/owncloud-disable-updatecheck.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
| Efraim Flashner |
2017-11-18 | gnu: libreoffice: Remove GTK+ 2....LibreOffice doesn't need to use both GTK+ 2 and GTK+ 3.
* gnu/packages/libreoffice.scm (libreoffice)[inputs]: Remove gtk+-2.
[configure-flags]: Add "--disable-gtk".
Signed-off-by: Leo Famulari <leo@famulari.name>
| Rutger Helling |
2017-11-18 | gnu: libassuan: Update to 2.4.4....* gnu/packages/gnupg.scm (libassuan): Update to 2.4.4.
| Leo Famulari |
2017-11-18 | gnu: mes: Update to 0.11....* gnu/packages/mes.scm (mes): Update to 0.11.
| Jan Nieuwenhuizen |
2017-11-18 | gnu: audacity: Update to 2.2.0....* gnu/packages/patches/audacity-build-with-system-portaudio.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (audacity): Update to 2.2.0.
[source]: Add patch to build with system portaudio; add snippet to remove most
bundled libraries.
[inputs]: Replace "gtk+-2" with "gtk+", replace "wxwidgets-gtk2" with
"wxwidgets"; remove "libsbsms"; add "suil" and "portmidi".
[arguments]: Adjust configure flags to avoid using bundled libraries; remove
phase "autoreconf"; add phases "fix-sbsms-check" and "use-upstream-headers".
| Ricardo Wurmus |
2017-11-18 | gnu: java-mail: Let build phase return boolean....* gnu/packages/java.scm (java-mail)[arguments]: Let build phase
"move-version.java" return #t.
| Ricardo Wurmus |
2017-11-18 | gnu: bitshuffle-for-snappy: Simplify....* gnu/packages/compression.scm (bitshuffle-for-snappy)[arguments]: Simplify
Makefile generation.
| Ricardo Wurmus |
2017-11-18 | gnu: bitshuffle: Let build phase return #t....* gnu/packages/compression.scm (bitshuffle)[arguments]: Let
"make-required-dir" return #t.
| Ricardo Wurmus |
2017-11-18 | gnu: python-pylast: Update to 2.0.0....* gnu/packages/music.scm (python-pylast): Update to 2.0.0.
[native-inputs]: Add python-pycodestyle and python-flaky.
| Ricardo Wurmus |
2017-11-18 | gnu: Move date/time packages from python.scm to time.scm....* gnu/packages/python.scm (python-pytz, python2-pytz, python-dateutil,
python2-dateutil, python-parsedatetime, python2-parsedatetime,
python-tzlocal, python-isodate, python2-isodate, python-iso8601,
python2-iso8601, python-monotonic, python2-monotonic, python-pyrfc3339,
python2-pyrfc3339, python-arrow, python2-arrow, python-aniso8601,
python2-aniso8601): Move from here...
* gnu/packages/time.scm: ...to here.
* gnu/packages/calendar.scm,
gnu/packages/check.scm,
gnu/packages/django.scm,
gnu/packages/ebook.scm,
gnu/packages/gnome.scm,
gnu/packages/irc.scm,
gnu/packages/jrnl.scm,
gnu/packages/mail.scm,
gnu/packages/openstack.scm,
gnu/packages/package-management.scm,
gnu/packages/python-crypto.scm,
gnu/packages/python-web.scm,
gnu/packages/rdf.scm,
gnu/packages/statistics.scm,
gnu/packages/tls.scm,
gnu/packages/tryton.scm,
gnu/packages/version-control.scm: Adjust accordingly.
| Ricardo Wurmus |
2017-11-18 | gnu: Move more testing packages from python.scm to check.scm....* gnu/packages/python.scm (python-flexmock, python2-flexmock,
python-freezegun, python2-freezegun, python-flaky, python2-flaky): Move from
here...
* gnu/packages/check.scm: ...to here.
| Ricardo Wurmus |
2017-11-18 | gnu: Add java-plexus-container-default....* gnu/packages/java.scm (java-plexus-container-default): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-plexus-archiver....* gnu/packages/java.scm (java-plexus-archiver): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-plexus-io....* gnu/packages/java.scm (java-plexus-io): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-plexus-container-default-bootstrap....* gnu/packages/java.scm (java-plexus-container-default-bootstrap): New
variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-tukaani-xz....* gnu/packages/java.scm (java-tukaani-xz): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-geronimo-xbean-reflect....* gnu/packages/java.scm (java-geronimo-xbean-reflect): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-jdom....* gnu/packages/java.scm (java-jdom): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-log4j-1.2-api....* gnu/packages/java.scm (java-log4j-1.2-api): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-log4j-core....* gnu/packages/java.scm (java-log4j-core): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-kafka-clients....* gnu/packages/java.scm (java-kafka-clients): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-commons-beanutils....* gnu/packages/java.scm (java-commons-beanutils): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-commons-collections....* gnu/packages/java.scm (java-commons-collections): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-commons-csv....* gnu/packages/java.scm (java-commons-csv): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-jeromq....* gnu/packages/java.scm (java-jeromq): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-mail....* gnu/packages/java.scm (java-mail): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-jboss-jms-api-spec....* gnu/packages/java.scm (java-jboss-jms-api-spec): New variable.
| Julien Lepiller |
2017-11-18 | licenses: Add cddl1.1....* guix/licenses.scm (cddl1.1): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-iq80-snappy....* gnu/packages/compression.scm (java-iq80-snappy): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add java-snappy....* gnu/packages/compression.scm (java-snappy): New variable.
| Julien Lepiller |
2017-11-18 | gnu: Add bitshuffle....* gnu/packages/compression.scm (bitshuffle): New variable.
| Julien Lepiller |
2017-11-18 | build-system: texlive: Only make a union of directories....* guix/build/texlive-build-system.scm (configure): Filter the input
directories to ensure that source tarballs are excluded.
| Ricardo Wurmus |
2017-11-18 | gnu: Remove duplicates from (gnu packages tex)....* gnu/packages/tex.scm (texlive-latex-hyperref, texlive-latex-fancyvrb):
Remove duplicates.
| Ricardo Wurmus |
2017-11-18 | gnu: r-genomeinfodbdata: Update to 0.99.1....* gnu/packages/bioinformatics.scm (r-genomeinfodbdata): Update to 0.99.1.
| Ricardo Wurmus |
2017-11-18 | gnu: r-go-db: Update to 3.5.0....* gnu/packages/bioinformatics.scm (r-go-db): Update to 3.5.0.
| Ricardo Wurmus |