aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: lsh: Use libc's argp instead of the bundled one.Ludovic Courtès2017-03-19
| | | | | | * gnu/packages/ssh.scm (lsh)[arguments] <#:configure-flags>: Add --with-system-argp and CPPFLAGS=-DHAVE_ARGP_PARSE. <#:phases>: In 'pre-configure' phase, modify src/Makefile.in.
* gnu: python-minimal@2: Add dependencies on libffi and zlib.Ludovic Courtès2017-03-19
| | | | | * gnu/packages/python.scm (python2-minimal)[inputs]: Add LIBFFI and ZLIB. [arguments]: Remove.
* gnu: elogind: Build with gperf 3.0.Ludovic Courtès2017-03-19
| | | | | | * gnu/packages/gperf.scm (gperf-3.0): New variable. * gnu/packages/freedesktop.scm (elogind)[native-inputs]: Use GPERF-3.0 instead of GPERF.
* gnu: graphite2: Fix test failure caused by rounding error on 32-bit CPUs.Leo Famulari2017-03-19
| | | | | | * gnu/packages/patches/graphite2-ffloat-store.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/fontutils.scm (graphite2): Use it.
* gnu: mesa: Fix another typo.Mark H Weaver2017-03-19
| | | | | | This is a followup to commit 2a8b89c27fe80a438ad95becb5da8ed4191d6cd4. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo (galluim -> gallium).
* gnu: libepoxy: Add support for aarch64.Efraim Flashner2017-03-19
| | | | | * gnu/packages/gl.scm (libepoxy)[arguments]: Add substitution to support aarch64.
* gnu: libepoxy: Update to 1.4.1.Efraim Flashner2017-03-19
| | | | | * gnu/packages/gl.scm (libepoxy): Update to 1.4.1. [home-page]: Use https.
* gnu: mesa: Fix typo.Leo Famulari2017-03-16
| | | | | | | | | | The typo caused the configure phase to fail like this: "configure: error: classic DRI driver '915' does not exist" This is a followup to commit c5e91014a2859b7e5c226c411fb14d19bb008a8a. * gnu/packages/gl.scm (mesa)[arguments]: Fix typo in #:configure-flags.
* Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner2017-03-16
|\
| * gnu: Add pzstd.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/compression.scm (pzstd): New variable.
| * gnu: Add zstd.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/compression.scm (zstd): New variable.
| * gnu: python-publicsuffix2: Update to 2.20160818.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/python.scm (python-publicsuffix2): Update to 2.20160818.
| * gnu: awscli: Update to 1.11.63.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/python.scm (awscli): Update to 1.11.63.
| * gnu: python-botocore: Update to 1.5.26.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/python.scm (python-botocore): Update to 1.5.26.
| * gnu: python-ptyprocess: Update to 0.5.1.Tobias Geerinckx-Rice2017-03-16
| | | | | | | | * gnu/packages/python.scm (python-ptyprocess): Update to 0.5.1.
| * gnu: Add prboom-plus.Kei Kebreau2017-03-15
| | | | | | | | * gnu/packages/games.scm (prboom-plus): New variable.
| * gnu: Add tftp-hpa.Gábor Boskovits2017-03-15
| | | | | | | | | | | | * gnu/packages/networking.scm (tftp-hpa): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: guile-next: Update to 2.2.0.Andy Wingo2017-03-15
| | | | | | | | * gnu/packages/guile.scm (guile-next): Update to 2.2.0.
| * gnu: profanity: Make the source URL version-agnostic.Leo Famulari2017-03-15
| | | | | | | | | | * gnu/packages/messaging.scm (profanity)[source]: Use (version) in the source URL.
| * gnu: units: Update to 2.14.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/maths.scm (units): Update to 2.14.
| * gnu: no-more-secrets: Update to 0.3.2.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/games.scm (no-more-secrets): Update to 0.3.2.
| * gnu: mailutils: Update to 3.2.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/mail.scm (mailutils): Update to 3.2.
| * gnu: Use INSTALL-FILE where appropriate.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/admin.scm (wpa-supplicant-minimal): Substitute the simpler INSTALL-FILE for COPY-FILE when invoked with redundant arguments. * gnu/packages/bioinformatics.scm (couger, aragorn, express-beta-diversity, edirect, fasttree, rsem, samtools-0.1): Likewise. * gnu/packages/code.scm (withershins): Likewise. * gnu/packages/conky.scm (conky): Likewise. * gnu/packages/debug.scm (delta, american-fuzzy-lop): Likewise. * gnu/packages/emacs.scm (emacs-mit-scheme-doc): Likewise. * gnu/packages/engineering.scm (librecad): Likewise.
| * gnu: cryptsetup: Update to 1.7.4.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/cryptsetup.scm (cryptsetup): Update to 1.7.4.
| * gnu: man-pages: Update to 4.10.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | * gnu/packages/man.scm (man-pages): Update to 4.10. [home-page]: Use HTTPS.
| * gnu: Add profanity.Mekeor Melire2017-03-15
| | | | | | | | | | | | * gnu/packages/messaging.scm (profanity): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add libstrophe.Mekeor Melire2017-03-15
| | | | | | | | | | | | * gnu/packages/messaging.scm (libstrophe): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: Add libmesode.Mekeor Melire2017-03-15
| | | | | | | | | | | | * gnu/packages/messaging.scm (libmesode): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
| * gnu: bitcoin-core: Update to 0.14.0.Leo Famulari2017-03-15
| | | | | | | | * gnu/packages/finance.scm (bitcoin-core): Update to 0.14.0.
* | gnu: jack-2: Fix build by patching fast_rand.Ricardo Wurmus2017-03-16
| | | | | | | | | | * gnu/packages/audio.scm (jack-2)[arguments]: Add phase "patch-fast_rand" to apply upstream fixes.
* | Revert "gnu: bdftopcf: Use libxfont2."Leo Famulari2017-03-16
| | | | | | | | | | | | | | | | Building with libxfont2 leads to an error in the configure phase: "No package 'xfont' found" This reverts commit 2060b4d95f182a09cbdf925675f53a8043e29b01.
* | gnu: nss, nss-certs: Update to 3.29.3.Marius Bakke2017-03-15
| | | | | | | | | | * gnu/packages/gnuzilla.scm (nss): Update to 3.29.3. * gnu/packages/certs.scm (nss-certs): Update to 3.29.3.
* | gnu: nss: Increase test timeouts.Marius Bakke2017-03-15
| | | | | | | | | | | | * gnu/packages/patches/nss-increase-test-timeout.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnuzilla.scm (nss)[source]: Use it.
* | Revert "Revert "gnu: nss: Build for aarch64-linux with 64-bit support.""Marius Bakke2017-03-15
| | | | | | | | This reverts commit adb984d23c003d5d48ada47bf5ad8105a3b8e412.
* | gnu: nss: Use 'modify-phases' syntax.Marius Bakke2017-03-15
| | | | | | | | * gnu/packages/gnuzilla.scm (nss)[arguments]: Use 'modify-phases'.
* | Merge branch 'master' into core-updatesMarius Bakke2017-03-15
|\|
| * gnu: mariadb: Update to 10.1.22 [fixes CVE-2017-3302 and CVE-2017-3313].Marius Bakke2017-03-15
| | | | | | | | * gnu/packages/databases.scm (mariadb): Update to 10.1.22.
| * gnu: python-waf: Update to 1.9.8.Efraim Flashner2017-03-15
| | | | | | | | | | * gnu/packages/python.scm (python-waf, python2-waf): Update to 1.9.8. [home-page]: Use https.
| * gnu: direnv: Update to 2.11.3.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/shellutils.scm (direnv): Update to 2.11.3.
| * gnu: conky: Update to 1.10.6.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/conky.scm (conky): Update to 1.10.6.
| * gnu: obs: Update to 18.0.1.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/video.scm (obs): Update to 18.0.1.
| * gnu: youtube-dl: Update to 2017.03.15.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.03.15.
| * gnu: stress-make: Fix description.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | * gnu/packages/debug.scm (stress-make)[description]: Fix typo. Avoid ambiguous use of ‘in order’.
| * gnu: znc: Update to 1.6.5.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | * gnu/packages/messaging.scm (znc): Update to 1.6.5.
| * gnu: grue-hunter: Correctly install documentation.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | * gnu/packages/games.scm (grue-hunter)[arguments]: Install and populate ‘/share/doc/grue-hunter’ as a directory, not a plain file.
| * gnu: samtools: End installation phases with truth.Tobias Geerinckx-Rice2017-03-15
| | | | | | | | | | * gnu/packages/bioinformatics.scm (samtools, samtools-0.1)[arguments]: Return #T instead of the undefined results of COPY-FILE or INSTALL-FILE.
| * gnu: w3m: Update to 0.5.3+git20170102 [security fixes].Leo Famulari2017-03-14
| | | | | | | | | | | | | | See 'NEWS' and 'ChangeLog' in the source distribution for more information about the security-related bug fixes. * gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20170102.
| * Revert "gnu: gitolite: Fix shebangs in hooks."Leo Famulari2017-03-14
| | | | | | | | | | | | | | | | | | | | This change embedded store references in the shebangs of scripts that were meant to be copied out of the store. Those scripts would break when the interpreters expected by the shebangs were garbage collected. <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=25966#28> This reverts commit d0c16adb190c7244ee3ef1329cba78a015ae5d10.
| * Revert "gnu: nss: Use 'modify-phases' syntax."Marius Bakke2017-03-14
| | | | | | | | This reverts commit 87f1c7efc18f8996b0b2817a5f7b84eebe2ddf5a.
| * Revert "gnu: nss, nss-certs: Update to 3.29.3."Marius Bakke2017-03-14
| | | | | | | | | | | | | | Hydra failed to build this version. See discussion at https://lists.gnu.org/archive/html/guix-devel/2017-03/msg00408.html. This reverts commit 4f3dcdd99ba13ab3bdbf1e014afcd076cd95fac7.