summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-09-12gnu: sg3-utils: Update to 1.43....* gnu/packages/scsi.scm (sg3-utils): Update to 1.43. [license]: Add bsd-2. Tobias Geerinckx-Rice
2018-09-12gnu: syslinux: Use HTTPS home page....* gnu/packages/bootloaders.scm (syslinux)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-09-12gnu: syslinux: Use INVOKE....* gnu/packages/bootloaders.scm (syslinux)[arguments]: Substitute INVOKE for SYSTEM*. Tobias Geerinckx-Rice
2018-09-12gnu: zsh: Update to 5.6.1....* gnu/packages/shells.scm (zsh): Update to 5.6.1. Tobias Geerinckx-Rice
2018-09-12gnu: zsh: Use HTTPS....* gnu/packages/shells.scm (zsh)[source, home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-09-12gnu: Add perl-mock-config....* gnu/packages/perl-check.scm (perl-mock-config): New public variable. Tobias Geerinckx-Rice
2018-09-12gnu: perl-moosex-getopt: Update to 0.73....* gnu/packages/perl.scm (perl-moosex-getopt): Update to 0.73. [native-inputs]: Add perl-module-build-tiny, perl-path-tiny, perl-test-needs. Efraim Flashner
2018-09-11netsurf: Register patch....Follow-up to f9e140a243b6d6b5d28bd0813b69604562a39653. * gnu/local.mk (dist_patch_DATA): Add netsurf-message-timestamp.patch. Eric Bavier
2018-09-11mpi: Factorize openmpi setup build phase....* gnu/packages/mpi.scm (%openmpi-setup): New variable. * gnu/packages/maths.scm (scalapack, slepc-openmpi, mumps-openmpi) (superlu-dist, p4est, petsc-openmpi, hypre-openmpi, elemental) (sundials-openmpi, arpack-ng-openmpi)[arguments]: Use it in #:phases. Eric Bavier
2018-09-11font-fantasque-sans: Upgrade to 1.7.2....* gnu/packages/fonts.scm (font-fantasque-sans): Upgrade to 1.7.2. [native-inputs]: Add zip. [arguments]: Add 'xrange->range phase for python3 compatibility. Adjust install phase to work with newly generated font variants. Eric Bavier
2018-09-11gnu: emacs-helm: Update to 3.0....* gnu/packages/emacs.scm (emacs-helm): Update to 3.0. Pierre Neidhardt
2018-09-11gnu: Add emacs-hackernews....* gnu/packages/emacs.scm (emacs-hackernews): New variable. Pierre Neidhardt
2018-09-11gnu: emacs-evil-collection: Update to 20180911....* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180911. Pierre Neidhardt
2018-09-11gnu: emacs-magit-todos: Update to 1.1....* gnu/packages/emacs.scm (emacs-magit-todos): Update to 1.1. Pierre Neidhardt
2018-09-11gnu: emacs-helm-system-packages: Update to 1.10.1....* gnu/packages/emacs.scm (emacs-helm-system-packages): Update to 1.10.1. Pierre Neidhardt
2018-09-11guix: Do not close current-error-port....Reported-by: Ludovic Courtès <ludo@gnu.org>. * guix/scripts/build.scm (guix-build), guix/scripts/package.scm (guix-package): Duplicate port before handing it to build-output-port. Ricardo Wurmus
2018-09-11ui: Do not filter hash mismatch lines....Reported by Pjotr Prins <pjotr.public12@thebird.nl>. * guix/ui.scm (build-output-port): Add pattern for hash mismatch error; be more careful with error messages in verbose mode. Ricardo Wurmus
2018-09-11gnu: mes: Oops, use mirror://gnu download url....* gnu/packages/mes.scm (mes): Oops, use mirror://gnu download url. Jan Nieuwenhuizen
2018-09-11gnu: snakemake: Update home page....* gnu/packages/python.scm (snakemake)[home-page]: Update. Tobias Geerinckx-Rice
2018-09-11gnu: snakemake: Update to 5.2.2....* gnu/packages/python.scm (snakemake): Update to 5.2.2. Tobias Geerinckx-Rice
2018-09-11gnu: obnam: Add deprecation warning....* gnu/packages/backup.scm (obnam)[synopsis, description]: Note its retirement. Tobias Geerinckx-Rice
2018-09-11gnu: unbound: Update to 1.8.0....* gnu/packages/dns.scm (unbound): Update to 1.8.0. Tobias Geerinckx-Rice
2018-09-11gnu: perl-dbd-mysql: Update to 4.047....* gnu/packages/databases.scm (perl-dbd-mysql): Update to 4.047. [arguments]: Add 'skip-library-detection' phase. Tobias Geerinckx-Rice
2018-09-11gnu: libreoffice: Update to 6.1.0.3....* gnu/packages/libreoffice.scm (libreoffice): Update to 6.1.0.3. [source]: Correct indenting. [inputs]: Add libnumbertext and python-lxml. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2018-09-11gnu: Add libnumbertext....* gnu/packages/libreoffice.scm (libnumbertext): New public variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Jonathan Brielmaier
2018-09-11gnu: arpack-ng-openmpi: Fix build....* gnu/packages/maths.scm (arpack-ng-openmpi)[arguments]: Add 'set-test-environment phase. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul Garlick
2018-09-11gnu: Add emacs-irony-mode....* gnu/packages/emacs.scm (emacs-irony-mode): New variable. (emacs-irony-mode-server): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Tim Gesthuizen
2018-09-11gnu: jupyter-guile-kernel: Add dependencies to the search path....This allows: guix environment --ad-hoc jupyter jupyter-guile-kernel \ -- jupyter notebook to work out-of-the-box. * gnu/packages/guile.scm (jupyter-guile-kernel)[arguments]: In 'install-kernel' phase, add '-L' and '-C' flags to 'kernel.json'. [propagated-inputs]: Remove. [inputs]: Add GUILE-JSON and GUILE-SIMPLE-ZMQ. Ludovic Courtès
2018-09-11gnu: guile-simple-zmq, jupyter-guile-kernel: Update to 5bb66a0 and a7db924....* gnu/packages/guile.scm (guile-simple-zmq): Update to 5bb66a0. (jupyter-guile-kernel): Update to a7db924. Ludovic Courtès
2018-09-11gnu: Add r-svgui....* gnu/packages/cran.scm (r-svgui): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Mădălin Ionel Patrașcu
2018-09-11gnu: spice: Update to 0.14.1 [fixes CVE-2018-10873]....* gnu/packages/spice.scm (spice): Update to 0.14.1. [source](uri): Update to new "spice-server" subdirectory. [native-inputs]: Add GLIB-NETWORKING and GSETTINGS-DESKTOP-SCHEMAS. [arguments]: Remove configure-flag which is now off even when celt is available. Add phase to set $SSL_CERT_FILE. Marius Bakke
2018-09-11gnu: usbredir: Update to 0.8.0....* gnu/packages/spice.scm (usbredir): Update to 0.8.0. [source]: Use URL-FETCH. [native-inputs]: Remove AUTOCONF, AUTOMAKE and LIBTOOL. [arguments]: Remove. Marius Bakke
2018-09-11gnu: syncthing: Update to 0.14.50....* gnu/packages/syncthing.scm (syncthing): Update to 0.14.50. Leo Famulari
2018-09-11gnu: go-github-com-syncthing-notify: Update to 0.0.0-2.b76b458....* gnu/packages/syncthing.scm (go-github-com-syncthing-notify): Update to 0.0.0-2.b76b458. Leo Famulari
2018-09-10gnu: VLC: Update to 3.0.4....* gnu/packages/video.scm (vlc): Update to 3.0.4. Leo Famulari
2018-09-10gnu: git: Update to 2.19.0....* gnu/packages/version-control.scm (git): Update to 2.19.0. (cgit)[inputs]: Use the source of Git 2.18.0. Leo Famulari
2018-09-11profiles: Correctly deal with etc/ being a relative symlink....Fixes <https://bugs.gnu.org/32686>. Reported by Oleg Pykhalov <go.wigust@gmail.com>. * guix/build/profiles.scm (ensure-writable-directory): Add #:symlink. [absolute?]: New procedure. [unsymlink]: Use it to determine how to resolve readlink's result. (build-profile): Pass SYMLINK to 'ensure-writable-directory'. * tests/profiles.scm ("profile-derivation when etc/ is a relative symlink"): New test. Ludovic Courtès
2018-09-11gnu: Add r-abd....* gnu/packages/cran.scm (r-abd): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pimi
2018-09-11gnu: Add r-mosaic....* gnu/packages/cran.scm (r-mosaic): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pimi
2018-09-11gnu: Add r-mosaicdata....* gnu/packages/cran.scm (r-mosaicdata): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> pimi
2018-09-10gnu: guitarix: Update to 0.37.3....* gnu/packages/audio.scm (guitarix): Update to 0.37.3. [inputs]: Add curl. Ricardo Wurmus
2018-09-10gnu: guitarix-lv2: Use correct configure flag....* gnu/packages/audio.scm (guitarix-lv2)[arguments]: Change configure flag. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Thorsten Wilms
2018-09-10gnu: kakoune: Use HTTPS home page....* gnu/packages/text-editors.scm (kakoune)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-09-10gnu: mcrl2: Use HTTPS home page....* gnu/packages/maths.scm (mcrl2)[home-page]: Use HTTPS. Tobias Geerinckx-Rice
2018-09-10gnu: tor: Update to 0.3.4.8....* gnu/packages/tor.scm (tor): Update to 0.3.4.8. Tobias Geerinckx-Rice
2018-09-10gnu: kakoune: Update to 2018.09.04....* gnu/packages/text-editors.scm (kakoune): Update to 2018.09.04. Tobias Geerinckx-Rice
2018-09-10gnu: python-binaryornot: Update to 0.4.4....* gnu/packages/python.scm (python-binaryornot): Update to 0.4.4. Tobias Geerinckx-Rice
2018-09-10gnu: python-parse: Update to 1.8.4....* gnu/packages/python.scm (python-parse): Update to 1.8.4. Tobias Geerinckx-Rice
2018-09-10gnu: python-parse: Mark up description....* gnu/packages/python.scm (python-parse)[description]: Use @code{}. Tobias Geerinckx-Rice
2018-09-10gnu: python-jedi: Update to 0.12.1....* gnu/packages/python.scm (python-jedi): Update to 0.12.1. [synopsis, description]: Adjust to expanded functionality. Tobias Geerinckx-Rice