summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: vulkan-headers: Update to 1.1.97.Rutger Helling2019-01-10
| | | | | | | | | * gnu/packages/vulkan.scm (vulkan-headers): Update to 1.1.97. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-loader): Update hash. [source]: Use git-fetch. * gnu/packages/vulkan.scm (vulkan-tools): Update hash. [source]: Use git-fetch.
* gnu: tzdata: Update to 2018i.Leo Famulari2019-01-09
| | | | | * gnu/packages/base.scm (tzdata): Update to 2018i. (tzdata-for-tests): Keep at version 2018g.
* Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2019-01-09
|\
| * doc: Recommend using the installer script.Ricardo Wurmus2019-01-08
| | | | | | | | | | * doc/guix.texi (Installation): Make it clear that the installer script is the recommended, easy way to install Guix.
| * pull: Document '--system'.Ludovic Courtès2019-01-08
| | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/34010>. Reported by Alex Kost <alezost@gmail.com>. This is a followup to 5923102f7b58f0a0120926ec5b81ed48b26a188e. * guix/scripts/pull.scm (show-help): Add '--system'.
| * self: Compress Info files.Ludovic Courtès2019-01-08
| | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/33993>. Reported by Adonay Felipe Nogueira <adfeno@hyperbola.info>. * guix/self.scm (info-manual): Compress Info files.
| * build-self: Spin only on TTYs.Ludovic Courtès2019-01-08
| | | | | | | | | | * build-aux/build-self.scm (build-program): Spin only when 'isatty?' returns true.
| * gnu: dvdisaster: Run regression tests.Eric Bavier2019-01-08
| | | | | | | | | | * gnu/packages/cdrom.scm (dvdisaster)[arguments]: Remove #:tests? argument. Add 'check' phase.
| * gnu: dvdisaster: Install desktop file.Eric Bavier2019-01-08
| | | | | | | | * gnu/packages/cdrom.scm (dvdisaster)[arguments]: Add 'install-desktop phase.
| * gnu: prosody: Update to 0.11.1.Clément Lassieur2019-01-08
| | | | | | | | | | | | | | | | | | * gnu/packages/messaging.scm (prosody): Update to 0.11.1. [arguments]: Replace "Makefile" with "GNUmakefile". Change "5.1" to "5.2". Explain why there are no tests. [inputs]: Replace lua-5.1, lua5.1-bitop, lua5.1-expat, lua5.1-socket, lua5.1-filesystem, lua5.1-sec with lua-5.2, lua5.2-bitop, lua5.2-expat, lua5.2-socket, lua5.2-filesystem, lua5.2-sec.
| * gnu: Add lua5.2-sec.Clément Lassieur2019-01-08
| | | | | | | | | | | | * gnu/packages/lua.scm (lua5.2-sec): New variable. (make-lua-sec): New procedure. (lua5.1-sec, lua5.2-sec): Call it.
| * gnu: Add lua-filesystem and lua5.2-filesystem.Clément Lassieur2019-01-08
| | | | | | | | | | | | * gnu/packages/lua.scm (lua-filesystem, lua5.2-filesystem): New variables. (make-lua-filesystem): New procedure. (lua-filesystem, lua5.1-filesystem, lua5.2-filesystem): Call it.
| * gnu: Add lua5.2-socket.Clément Lassieur2019-01-08
| | | | | | | | | | | | * gnu/packages/lua.scm (lua5.2-socket): New variable. (make-lua-socket): New procedure. (lua5.1-socket, lua5.2-socket): Call it.
| * gnu: Add lua5.2-expat.Clément Lassieur2019-01-08
| | | | | | | | | | | | * gnu/packages/lua.scm (lua5.2-expat): New variable. (make-lua-expat): New procedure. (lua5.1-expat, lua5.2-expat): Call it.
| * gnu: criu: Update to 3.11.Efraim Flashner2019-01-08
| | | | | | | | | | * gnu/packages/virtualization.scm (criu): Update to 3.11. [arguments]: Add custom phase to patch python calls.
| * gnu: criu: Fix building on armhf-linux.Efraim Flashner2019-01-08
| | | | | | | | | | * gnu/packages/virtualization.scm (criu)[arguments]: Hardcode the arm version in the Makefile.
| * gnu: gajim-omemo: Update to 2.6.26.Clément Lassieur2019-01-08
| | | | | | | | * gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.26.
| * gnu: gajim: Update to 1.1.1.Clément Lassieur2019-01-08
| | | | | | | | | | * gnu/packages/messaging.scm (gajim): Update to 1.1.1. [arguments]: Replace #:test-target with a 'check' phase.
| * gnu: tor: Update to 0.3.4.10.Tobias Geerinckx-Rice2019-01-08
| | | | | | | | * gnu/packages/tor.scm (tor): Update to 0.3.4.10.
| * gnu: privoxy: Update to 3.0.28.Tobias Geerinckx-Rice2019-01-08
| | | | | | | | * gnu/packages/tor.scm (privoxy): Update to 3.0.28.
| * gexp: 'gexp->script' does not emit load-path expression when unnecessary.Ludovic Courtès2019-01-07
| | | | | | | | | | | | | | | | | | | | This removes two elements from %LOAD-PATH and %LOAD-COMPILED-PATH of the 'guix' command and thus further reduces the number of 'stat' calls it makes. * guix/gexp.scm (load-path-expression): Return #f when MODULES and EXTENSIONS are both empty. (gexp->script): Don't emit anything when SET-LOAD-PATH is #f.
| * self: Move all modules into a single directory.Ludovic Courtès2019-01-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This halves the number of elements in %LOAD-PATH and %LOAD-COMPILED-PATH and halves the number of 'stat' calls as reported by: env -i $(type -P guix) build -e '(@ (gnu packages base) coreutils)' -nd * guix/self.scm (node-source+compiled, guile-module-union): New procedures. (guix-command): Remove 'compiled-modules' parameter. Remove 'source-directories' and 'object-directories' variables and add 'module-directory'. Change command so that it adds nothing but MODULE-DIRECTORY to %LOAD-PATH and %LOAD-COMPILED-PATH. (whole-package): Remove #:compiled-modules. Assume MODULES contains 'share/guile/site' and 'lib/guile' and adjust code accordingly. (compiled-guix): When PULL-VERSION is 1, use 'node-source+compiled' only. Remove #:compiled-modules argument to 'whole-package'. * guix/channels.scm (whole-package-for-legacy): Add 'module+compiled' and pass it to 'whole-package'.
| * gnu: libnet: Update to 1.2-rc3.Rutger Helling2019-01-07
| | | | | | | | | | * gnu/packages/networking.scm (libnet): Update to 1.2-rc3. [source]: Use git-fetch.
| * import: opam: Parse comments.Julien Lepiller2019-01-07
| | | | | | | | * guix/import/opam.scm: Add comment support in parser.
| * gnu: ocaml-graph: Add upstream-name.Julien Lepiller2019-01-07
| | | | | | | | * gnu/packages/ocaml.scm (ocaml-graph)[properties]: Add upstream-name.
| * import: opam: Add updater.Julien Lepiller2019-01-07
| | | | | | | | * guix/import/opam.scm (%opam-updater): New variable.
| * import: opam: Add recursive option.Julien Lepiller2019-01-07
| | | | | | | | | | | | * guix/script/import/opam.scm: Add recursive option. * guix/import/opam.scm (opam->guix-package): return two values. (opam-recursive-import): New variable.
| * gnu: Move coq packages from ocaml to coq.Julien Lepiller2019-01-07
| | | | | | | | | | | | * gnu/packages/ocaml.scm (coq, proof-general, coq-flocq, coq-gappa, coq-mathcomp) (coq-coquelicot, coq-bignums, coq-interval): Move from here... * gnu/packages/coq.scm: ... to here. New file.
| * gnu: emacs-guix: Update to 0.5.1.1.Alex Kost2019-01-07
| | | | | | | | * gnu/packages/emacs.scm (emacs-guix): Update to 0.5.1.1.
| * gnu: containerd: Update synopsis.Danny Milosavljevic2019-01-07
| | | | | | | | * gnu/packages/docker.scm (containerd)[synopsis]: Modify.
| * gnu: containerd: Enable tests.Danny Milosavljevic2019-01-07
| | | | | | | | * gnu/packages/docker.scm (containerd)[arguments]: Remove #:tests?.
| * gnu: Add missing use-module clause.Ricardo Wurmus2019-01-07
| | | | | | | | | | | | This is a follow-up to 4e5b8f7215b8e0ae864b954cd511404098fd2840. * gnu/packages/docker.scm: Add missing use-module clause.
| * gnu: Add r-corpcor.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-corpcor): New variable.
| * gnu: Add r-ddrtree.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-ddrtree): New variable.
| * gnu: Add r-qlcmatrix.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-qlcmatrix): New variable.
| * gnu: Add r-combinat.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-combinat): New variable.
| * gnu: Add r-densityclust.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-densityclust): New variable.
| * gnu: Add r-sparsesvd.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-sparsesvd): New variable.
| * gnu: Add r-docopt.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-docopt): New variable.
| * gnu: Add r-rvcheck.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-rvcheck): New variable.
| * gnu: Add r-tidytree.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-tidytree): New variable.
| * gnu: Add r-colorramps.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-colorramps): New variable.
| * gnu: Add r-wordcloud.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-wordcloud): New variable.
| * gnu: Add r-waveslim.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-waveslim): New variable.
| * gnu: Add r-tiff.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-tiff): New variable.
| * gnu: Add r-fftwtools.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-fftwtools): New variable.
| * gnu: Add r-softimpute.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-softimpute): New variable.
| * gnu: Add r-adgoftest.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-adgoftest): New variable.
| * gnu: Add r-gsl.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-gsl): New variable.
| * gnu: Add r-stabledist.Ricardo Wurmus2019-01-07
| | | | | | | | * gnu/packages/cran.scm (r-stabledist): New variable.