summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: igt-gpu-tools: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (igt-gpu-tools)[source]: Hard-code name.
* gnu: daemontools: Don't assume sources match NAME.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (daemontools)[source, argumenst]: Hard-code name.
* gnu: nnn: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (nnn)[source]: Hard-code name.
* gnu: thefuck: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (thefuck)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: masscan: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/admin.scm (masscan)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: pam-krb5: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (pam-krb5)[source]: Hard-code name.
* gnu: audit: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (audit)[source]: Hard-code name.
* gnu: hungrycat: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (hungrycat)[source]: Hard-code name.
* gnu: avogadro: Don't use unstable tarball.Tobias Geerinckx-Rice2019-02-08
| | | | | * gnu/packages/chemistry.scm (avogadro)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: launchmon: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/admin.scm (launchmon)[source]: Hard-code name.
* gnu: florence: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/accessibility.scm (florence)[source]: Hard-code name.
* gnu: i3blocks: Use GIT-FILE-NAME.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/wm.scm (i3blocks)[source]: Use GIT-FILE-NAME.
* gnu: spice-protocol: Update to 0.12.15.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.12.15.
* gnu: torsocks: Update to 2.3.0.Tobias Geerinckx-Rice2019-02-08
| | | | | | * gnu/packages/tor.scm (torsocks): Update to 2.3.0. [inputs]: Remove which. [arguments]: Update 'absolutize' substitutions.
* gnu: torsocks: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/tor.scm (torsocks)[source]: Hard-code name.
* gnu: sdl2-ttf: Update to 2.0.15.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/sdl.scm (sdl2-ttf): Update to 2.0.15.
* gnu: rcas-web: Update to 0.1.0.Ricardo Wurmus2019-02-08
| | | | | * gnu/packages/bioinformatics.scm (rcas-web): Update to 0.1.0. [inputs]: Replace guile2.2-redis with guile-redis.
* gnu: swaks: Update to 20181104.0.Arun Isaac2019-02-09
| | | | * gnu/packages/mail.scm (swaks): Update to 20181104.0.
* gnu: Add dune-pdelab.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-pdelab): New variable.
* gnu: Add dune-functions.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-functions): New variable.
* gnu: Add dune-typetree.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-typetree): New variable.
* gnu: Add dune-alugrid.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-alugrid): New variable.
* gnu: Add usbmuxd.Danny Milosavljevic2019-02-08
| | | | * gnu/packages/libusb.scm (usbmuxd): New variable.
* gnu: Add ifuse.Danny Milosavljevic2019-02-08
| | | | * gnu/packages/libusb.scm (ifuse): New variable.
* gnu: libimobiledevice: Propagate "libplist".Danny Milosavljevic2019-02-08
| | | | | | * gnu/packages/libusb.scm (libimobiledevice)[propagated-inputs]: Add libplist. [inputs]: Remove libplist.
* gnu: guile-redis: Update to 1.3.0.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/guile-xyz.scm (guile-redis): Update to 1.3.0.
* gnu: Add dune-localfunctions.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-localfunctions): New variable.
* gnu: Add dune-istl.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-istl): New variable.
* gnu: Add dune-grid.Ricardo Wurmus2019-02-08
| | | | * gnu/packages/maths.scm (dune-grid): New variable.
* gnu: umoci: Update to 0.4.4.Tobias Geerinckx-Rice2019-02-08
| | | | * gnu/packages/virtualization.scm (umoci): Update to 0.4.4.
* gnu: guile-squee: Fix the license.Christopher Baines2019-02-08
| | | | | | | The license originally specified in the package definition was incorrect. The true license is the Lesser GNU General Public License. * gnu/packages/guile-xyz.scm (guile-squee): Change license to license:lgpl3+.
* git: Always use the system certificates by default.Ludovic Courtès2019-02-08
| | | | | | | | | | | | 'guix pull' was always doing it, and now '--with-branch' & co. will do it as well. * guix/git.scm (honor-system-x509-certificates!): New procedure. (%certificates-initialized?): New variable. (with-libgit2): Add call to 'honor-system-x509-certificates!'. * guix/scripts/pull.scm (honor-x509-certificates): Call 'honor-system-x509-certificates!' and fall back to 'honor-lets-encrypt-certificates!'.
* guix build: '--with-branch' & co. fetch submodules.Ludovic Courtès2019-02-08
| | | | | * guix/scripts/build.scm (transform-package-source-branch)[replace]: Add 'recursive?' field to the new package.
* git: Add a 'recursive?' field to <git-checkout> records.Ludovic Courtès2019-02-08
| | | | | | * guix/git.scm (<git-checkout>)[recursive?]: New field. (latest-repository-commit*): Add #:recursive? and honor it. (git-checkout-compiler): Honor the 'recursive?' field of CHECKOUT.
* git: Support recursive updates of submodules.Ludovic Courtès2019-02-08
| | | | | | | | | | | | * guix/git.scm: Autoload (git submodule). (url-cache-directory): Add #:recursive? and honor it. (call-with-repository): New procedure. (with-repository): New macro. (update-submodules): New procedure. (update-cached-checkout): Add #:recursive? and #:log-port and honor them. (latest-repository-commit): Add #:recursive? and honor it. [dot-git?]: Recognize ".git" regular files when RECURSIVE? is true.
* build: clean-go: Do not warn about *.go files in "test-tmp".Eric Bavier2019-02-07
| | | | * Makefile.am (clean-go): Ignore "test-tmp" directory.
* gnu: hdf5: Upgrade to 1.8.21.Eric Bavier2019-02-07
| | | | | * gnu/packages/maths.scm (hdf5): Upgrade to 1.8.21. [source]: Make version manipulations more readable using match.
* gnu: hdf5: Remove use of deprecated MPI1 symbols.Eric Bavier2019-02-07
| | | | | | | * gnu/packages/patches/hdf5-1.8-mpi-deprecations.patch, gnu/packages/patches/hdf5-mpi-deprecations.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/maths.scm (hdf5, hdf5-1.10)[source]: Use them.
* gnu: superlu-dist: Remove use of deprecated MPI1 symbols.Eric Bavier2019-02-07
| | | | | | * gnu/packages/patches/superlu-dist-fix-mpi-deprecations.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/maths.scm (superlu-dist)[source]: Use it.
* gnu: emacs-fish-completion: Update to 1.0.Pierre Neidhardt2019-02-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-fish-completion): Update to 1.0.
* gnu: Add gpx.Tim Stahel2019-02-07
| | | | | | * gnu/packages/engineering.scm (gpx): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add dune-geometry.Ricardo Wurmus2019-02-07
| | | | * gnu/packages/maths.scm (dune-geometry): New variable.
* gnu: Add dune-common.Ricardo Wurmus2019-02-07
| | | | * gnu/packages/maths.scm (dune-common): New variable.
* gnu: Add coq-autosubstDan Frumin2019-02-07
| | | | | | * gnu/packages/coq.scm (coq-autosubst): New variable. Signed-off-by: Julien Lepiller <julien@lepiller.eu>
* gnu: linux-libre: Update to 4.20.7.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.20.7. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.20.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.20. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.98.Mark H Weaver2019-02-07
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.98. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.155.Mark H Weaver2019-02-07
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.155.
* gnu: linux-libre@4.4: Update to 4.4.173.Mark H Weaver2019-02-07
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.173.
* gnu: Add emacs-redshank.Pierre Neidhardt2019-02-07
| | | | * gnu/packages/emacs-xyz.scm (emacs-redshank): New variable.