summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
...
* Replace (compose not PROC) with simpler idioms.Ludovic Courtès2017-03-28
| | | | | | | | * gnu/packages/bioinformatics.scm (python-pysam)[arguments] <check>: Use (negate proc) instead of (compose not proc). * guix/import/cran.scm (recursive-import): Likewise. * guix/import/elpa.scm (filter-dependencies): Use 'remove' instead of '(filter (compose not proc) ...)'.
* gnu: python-pytest-2.9.2: Replace with python-pytest-3.0.Leo Famulari2017-03-28
| | | | | | | | | | * gnu/packages/python.scm (python-pytest-2.9.2): Replace with ... (python-pytest-3.0): ... new variable. (python2-pytest-3.0): New variable. (python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]: Replace python-pytest-2.9.2 with python-pytest-3.0. * gnu/packages/backup.scm (borg)[native-inputs]: Likewise. gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
* gnu: Add python-mandoMuriithi Frederick Muriuki2017-03-28
| | | | | | * gnu/packages/python.scm (python-mando, python2-mando): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-paramunittestMuriithi Frederick Muriuki2017-03-28
| | | | | | | * gnu/packages/python.scm (python-paramunittest, python2-paramunittest): New variables. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add python-sphinx@1.5.3.Muriithi Frederick Muriuki2017-03-28
| | | | * gnu/packages/python.scm (python-sphinx-1.5.3): New variable.
* gnu: Add python-pytest@3.0.7Muriithi Frederick Muriuki2017-03-28
| | | | | | * gnu/packages/python.scm (python-pytest-3.0.7): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: shroud: Use HTTPS source URL.Leo Famulari2017-03-28
| | | | * gnu/packages/password-utils.scm (shroud)[source]: Use HTTPS URL.
* gnu: shroud: Fix home page URL.Arun Isaac2017-03-28
| | | | | | * gnu/packages/password-utils.scm (shroud)[home-page]: Update URL. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: rocksdb: Update to 5.2.1.Marius Bakke2017-03-28
| | | | * gnu/packages/databases.scm (rocksdb): Update to 5.2.1.
* gnu: Add rdma-core.Marius Bakke2017-03-28
| | | | * gnu/packages/linux.scm (rdma-core): New variable.
* gnu: Add multipath-tools.Marius Bakke2017-03-28
| | | | * gnu/packages/linux.scm (multipath-tools): New variable.
* gnu: fio: Enable rbd support.Marius Bakke2017-03-28
| | | | * gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
* gnu: Add ceph.Marius Bakke2017-03-28
| | | | | | | | * gnu/packages/storage.scm, gnu/packages/patches/ceph-disable-cpu-optimizations.patch, gnu/packages/patches/ceph-skip-collect-sys-info-test.patch, gnu/packages/patches/ceph-skip-unittest_blockdev.patch: New files. * gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Register it.
* gnu: xmlstarlet: Disable failing tests.Marius Bakke2017-03-28
| | | | * gnu/packages/xml.scm (xmlstarlet)[arguments]: Add phase to disable two tests.
* Revert "gnu: snappy: Update to 1.1.4."Marius Bakke2017-03-28
| | | | | | | Rocksdb fails to build with this version: https://github.com/facebook/rocksdb/issues/1947 This reverts commit 9baab9aeeda394408290613c597bff1d96004dfb.
* gnu: fio: Install python scripts in separate output.Marius Bakke2017-03-28
| | | | | * gnu/packages/benchmark.scm (fio)[outputs]: New field. [arguments]: Rename 'wrap-python-scripts' phase to 'move-outputs'. Keep wrapper.
* import cran: Print package stream in the expected order.Ricardo Wurmus2017-03-28
| | | | * guix/scripts/import/cran.scm (guix-import-cran): Reverse list of packages.
* import cran: Automatically add gfortran and zlib when needed.Ricardo Wurmus2017-03-28
| | | | | * guix/import/cran.scm (needs-fortran?, needs-zlib?): New procedures. (description->package): Use them.
* download: Properly parse ftp:// URLs that lack user info.Ludovic Courtès2017-03-28
| | | | | | | | | | | Fixes a regression introduced in a4f542341511f33ece18d16b68118214da8143ec. Reported by Hartmut Goebel. * guix/build/download.scm (ftp-fetch): Account for the case where 'uri-userinfo' returns #f. Remove the case where it returns "" since that cannot happen.
* gnu: linux-libre: Update to 4.10.6.Mark H Weaver2017-03-28
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.6. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.18.Mark H Weaver2017-03-28
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.18.
* gnu: linux-libre@4.4: Update to 4.4.57.Mark H Weaver2017-03-28
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.57.
* derivations: Do not fetch narinfos for non-substitutable items.Ludovic Courtès2017-03-28
| | | | | | | | | | | | This avoids connections to substitute servers for derivations that are not substitutable anyway, such as profiles. Reported by Andy Wingo. * guix/derivations.scm (substitution-oracle): Skip derivations that do not pass 'substitutable-derivation?'. * tests/derivations.scm ("substitution-oracle and #:substitute? #f"): New test.
* gnu: epiphany: Update to 3.22.7.Leo Famulari2017-03-27
| | | | * gnu/packages/gnome.scm (epiphany): Update to 3.22.7.
* gnu: webkitgtk: Update to 2.16.0.Leo Famulari2017-03-27
| | | | | | | | | | | WebKitGTK+ 2.16.0 is the first stable release of WebKitGTK+ that uses libgcrypt instead of GnuTLS for some cryptographic functions: <https://bugs.webkit.org/show_bug.cgi?id=163125> <http://trac.webkit.org/changeset/208297/webkit> * gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0. [inputs]: Replace gnutls with libgcrypt.
* gnu: grafx2: Remove zero-width space.Tobias Geerinckx-Rice2017-03-28
| | | | | * gnu/packages/game-development.scm (grafx2)[description]: Remove invisible <U+200B> (‘zero-width space’) character.
* gnu: libgit2: Patch use-after-free.Ludovic Courtès2017-03-28
| | | | | | | * gnu/packages/patches/libgit2-use-after-free.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/version-control.scm (libgit2)[inputs]: Add it. [arguments] <#:phases>: Add 'apply-patch' phase.
* gnu: lm-sensors: Use a descriptive file name for the source tarball.Leo Famulari2017-03-27
| | | | * gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
* gnu: mcelog: Update to 149.Tobias Geerinckx-Rice2017-03-27
| | | | * gnu/packages/linux.scm (mcelog): Update to 149.
* gnu: corkscrew: Install the README file.Tobias Geerinckx-Rice2017-03-27
| | | | | * gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic ‘install-documentation’ phase.
* gnu: haunt: Disable test suite.David Thompson2017-03-27
| | | | * gnu/packages/guile.scm (haunt): Disable test suite.
* gnu: Add grafx2.David Thompson2017-03-27
| | | | * gnu/packages/game-development.scm (grafx2): New variable.
* gnu: geoclue: Update to 2.4.6.Leo Famulari2017-03-27
| | | | * gnu/packages/gnome.scm (geoclue): Update to 2.4.6.
* gnu: corkscrew: Improve descriptions.Tobias Geerinckx-Rice2017-03-27
| | | | | | * gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and condense. Remove scary warning (the tunnel is always encrypted through SSH) and speculation.
* gnu: corkscrew: Download source from a mirror.Tobias Geerinckx-Rice2017-03-27
| | | | | * gnu/packages/ssh.scm (corkscrew)[source]: Use ‘https://downloads.openwrt.org’.
* gnu: mosh: Update to 1.3.0.Tobias Geerinckx-Rice2017-03-27
| | | | * gnu/packages/ssh.scm (mosh): Update to 1.3.0.
* gnu: youtube-dl: Update to 2017.03.26.Tobias Geerinckx-Rice2017-03-27
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2017.03.26.
* gnu: gnuplot: Enable tikz backend.Danny Milosavljevic2017-03-27
| | | | * gnu/packages/maths.scm (gnuplot)[inputs]: Add lua.
* ui: Support Texinfo markup in package synopses.Alex Kost2017-03-27
| | | | | | | | | | | | * guix/ui.scm (package-field-string): New procedure. (package-description-string): Use it. (package-synopsis-string): New procedure. (package->recutils): Use it. * guix/scripts/lint.scm (check-synopsis-style)[check-texinfo-markup]: New procedure. Use it in checks. * tests/lint.scm: Test it. * gnu/packages/perl.scm (perl-try-tiny)[synopsis]: Adjust for the Texinfo markup.
* maint: Give command to install the pre-push hook.Ludovic Courtès2017-03-27
| | | | * HACKING: Add 'cp' line to install the pre-push hook.
* Revert "gnu: audacity: Use gtk+@3."Leo Famulari2017-03-26
| | | | | | | It appears that Audacity does not yet support GTK+-3 fully; the user interface was unusable with this change. This reverts commit 36e17ab417078710939771d5ab19976eec257309.
* gnu: claws-mail: Update to 3.15.0.Tobias Geerinckx-Rice2017-03-26
| | | | * gnu/packages/mail.scm (claws-mail): Update to 3.15.0.
* gnu: Add emacs-monroe.Vasile Dumitrascu2017-03-26
| | | | | | * gnu/packages/emacs.scm (emacs-monroe): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-keyfreq.Vasile Dumitrascu2017-03-26
| | | | | | * gnu/packages/emacs.scm (emacs-keyfreq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* profiles: Create fonts.dir/scale for all fonts directories.Huang Ying2017-03-26
| | | | | | | * guix/profiles.scm (fonts-dir-file): Create fonts.dir/scale files for all fonts directories. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* union: Add create-all-directories? parameter to 'union-build'.Huang Ying2017-03-26
| | | | | | | | * guix/build/union.scm (union-build): Add create-all-directories? keyword parameter. * tests/union.scm ("union-build #:create-all-directories? #t"): New test. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: perl-scalar-list-utils: Update to 1.47.Alex Sassmannshausen2017-03-26
| | | | * gnu/packages/perl.scm (perl-scalar-list-utils): Update to 1.47.
* gnu: perl-parse-cpan-meta: Update to 2.150010.Alex Sassmannshausen2017-03-26
| | | | * gnu/packages/perl.scm (perl-parse-cpan-meta): Update to 2.150010.
* gnu: perl-cpan-meta-yaml: Update to 0.018.Alex Sassmannshausen2017-03-26
| | | | * gnu/packages/perl.scm (perl-cpan-meta-yaml): Update to 0.018.
* gnu: perl-cpan-meta-requirements: Update to 2.140.Alex Sassmannshausen2017-03-26
| | | | * gnu/packages/perl.scm (perl-cpan-meta-requirements): Update to 2.140.