summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2018-04-30guix system: search: Display default Shepherd service names.Ludovic Courtès
Fixes <https://bugs.gnu.org/29707>. Reported by Clément Lassieur <clement@lassieur.org>. * guix/scripts/system/search.scm (service-type-default-shepherd-services) (service-type-shepherd-names): New procedures. (service-type->recutils): Use it. * tests/guix-system.sh: Add test.
2018-04-30gnu: Remove a couple of old deprecated package aliases.Ludovic Courtès
* gnu/packages/emacs.scm (geiser-next, paredit/old-name): Remove.
2018-04-30gnu: skribilo: Update to 0.9.4 and switch to Guile 2.2.Ludovic Courtès
* gnu/packages/skribilo.scm (skribilo): Update to 0.9.4. [arguments]: Remove #:configure-flags. Adjust -C flag added to 'skribilo.in' in 'pre-configure' phase. [inputs]: Switch to GUILE-2.2. [native-inputs]: Switch to GUILE-LIB and GUILE-READER.
2018-04-30services: Re-export static-networking-service, static-networking-service-type.Danny Milosavljevic
* gnu/services/networking.scm: Re-export static-networking-service, static-networking-service-type.
2018-04-30gnu: wine: Add Kerberos support.Rutger Helling
* gnu/packages/wine.scm (wine)[inputs]: Add mit-krb5.
2018-04-30gnu: wine-staging: Update to 3.7.Rutger Helling
* gnu/packages/wine.scm (wine-staging): Update to 3.7.
2018-04-30gnu: wine-staging-patchset-data: Update to 3.7.Rutger Helling
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.7.
2018-04-30gnu: linux-libre: Update to 4.16.6.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.16.6. (%linux-libre-hash): Update hash.
2018-04-30gnu: linux-libre@4.14: Update to 4.14.38.Mark H Weaver
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.38. (%linux-libre-4.14-hash): Update hash.
2018-04-30gnu: linux-libre@4.9: Update to 4.9.97.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.97.
2018-04-30gnu: linux-libre@4.4: Update to 4.4.130.Mark H Weaver
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.130.
2018-04-30services: Add modem-manager-service-type.Danny Milosavljevic
* gnu/services/networking.scm (modem-manager-service-type): New variable. (<modem-manager-configuration>): New variable. (modem-manager-configuration): New procedure. (modem-manager-configuration?): New procedure. * doc/guix.texi (Networking Services): Document it. * gnu/tests/networking.scm: Import (gnu services base).
2018-04-30services: Move static-networking to (gnu services base).Danny Milosavljevic
* gnu/services/networking.scm (static-networking, static-networking?, static-networking-interface, static-networking-ip, static-networking-netmask, static-networking-gateway, static-networking-requirement, static-networking-service, static-networking-service-type): Move to... * gnu/services/base.scm: ...here.
2018-04-29gnu: Add java-apache-ivy.Julien Lepiller
* gnu/package/java.scm (java-apache-ivy): New variable. * gnu/packages/patches/java-apache-ivy-port-to-latest-bouncycastle.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
2018-04-29gnu: Add java-jsch-agentproxy-jsch.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-jsch): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-connector-factory.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-connector-factory): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-usocket-nc.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-usocket-nc): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-pageant.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-pageant): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-usocket-jna.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-usocket-jna): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-sshagent.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-sshagent): New variable.
2018-04-29gnu: Add java-jsch-agentproxy-core.Julien Lepiller
* gnu/packages/java.scm (java-jsch-agentproxy-core): New variable.
2018-04-29gnu: Add java-bouncycastle.Julien Lepiller
* gnu/packages/java.scm (java-bouncycastle): New variable. (java-bouncycastle-bcprov, java-bouncycastle-bcpkix): Remove variable. (java-kafka-clients)[inputs]: Use java-bouncycastle.
2018-04-29build: Use only one domain for guix-manual.Julien Lepiller
* Makefile.am (assert-no-store-file-names): Exclude guix-manual. * po/doc/guix.pot po/doc/contributing.pot: Merge into... * po/doc/guix-manual.pot: ...this. * po/doc/guix.fr.po po/doc/contributing.fr.po: Merge into... * po/doc/guix-manual.fr.po: ...this. * doc/local.mk: Replace old file names. * po/doc/local.mk: Replace old file names.
2018-04-29gnu: Add u-boot-mx6cuboxi.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot-mx6cuboxi): New variable.
2018-04-29gnu: Add u-boot-wandboard.Vagrant Cascadian
* gnu/packages/bootloaders.scm (u-boot-wandboard): New variable.
2018-04-29gnu: make-u-boot-package: Install 'SPL' files also.Vagrant Cascadian
* gnu/packages/bootloaders.scm (make-u-boot-package)[arguments]: Add 'SPL' files to the files installed during custom 'install phase.
2018-04-29file-systems: Expound '%pseudo-file-system-types'.Ludovic Courtès
Reported by Tobias Geerinckx-Rice <me@tobias.gr>. * gnu/system/file-systems.scm (%pseudo-file-system-types): Add "debugfs", "efivarfs", "hugetlbfs", "overlay", and "securityfs".
2018-04-29gnu: utf8proc: Update to 2.1.1.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (utf8proc): Update to 2.1.1.
2018-04-29gnu: Use HTTPS for julialang.org home pages.Tobias Geerinckx-Rice
* gnu/packages/textutils.scm (utf8proc)[home-page]: Use HTTPS. * gnu/packages/julia.scm (julia)[home-page]: Likewise
2018-04-28gnu: python-autopep8: Update to 1.3.5Fis Trivial
* gnu/packages/python.scm (python-autopep8): Update to 1.3.5 Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28gnu: Add python-autogradFis Trivial
* gnu/packages/machine-learning.scm (python-autograd, python2-autograd): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28gnu: escpr: Update to 1.6.20.Diego Nicola Barbato
* gnu/packages/cups.scm (escpr): Update to 1.6.20. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-04-28gnu: gcc-toolchain: Add "static" output.Ludovic Courtès
This allows the use of 'gcc-toolchain' to create statically-linked executables (requires libc.a.) * gnu/packages/commencement.scm (make-gcc-toolchain): Add "static" output. Add "libc-static" to 'inputs'. Add call to 'union-build' for the "static" output.
2018-04-28gnu: dfc: Update to 3.1.1.Kei Kebreau
* gnu/packages/admin.scm (dfc): Update to 3.1.1.
2018-04-28gnu: notmuch: Update to 0.26.2.Marius Bakke
* gnu/packages/mail.scm (notmuch): Update to 0.26.2.
2018-04-28gnu: godot: Update to 3.0.2.Marius Bakke
* gnu/packages/game-development.scm (godot): Update to 3.0.2.
2018-04-28gnu: godot: Remove unused bundled libraries from the source.Marius Bakke
While at it, also use system libvpx. * gnu/packages/game-development.scm (godot)[source](snippet): New field. [arguments]: Add "builtin_libvpx=no" to #:scons-flags. [inputs]: Add LIBVPX.
2018-04-28gnu: godot: Add a file extension to source file name.Marius Bakke
* gnu/packages/game-development.scm (godot)[source](file-name): Append ".tar.gz".
2018-04-28gnu: python-yapf: Update to 0.21.0.Fis Trivial
* gnu/packages/python.scm (python-yapf): Update to 0.21.0. Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-04-28gnu: mes: Update to 0.13.Jan Nieuwenhuizen
* gnu/packages/mes.scm (mes): Update to 0.13. Use new gitlab url scheme.
2018-04-28gnu: virt-manager: Update to 1.5.1.Roel Janssen
* gnu/packages/virtualization.scm (virt-manager): Update to 1.5.1.
2018-04-28gnu: fabric: Update to 1.14.0.Roel Janssen
* gnu/packages/admin.scm (fabric): Update to 1.14.0; [native-inputs]: Add python2-pynacl and python2-bcrypt.
2018-04-28gnu: roary: Update to 3.12.0.Roel Janssen
* gnu/packages/bioinformatics.scm (roary): Update to 3.12.0.
2018-04-28gnu: gnome-terminal: Update to 3.28.1.Roel Janssen
* gnu/packages/gnome.scm (gnome-terminal): Update to 3.28.1.
2018-04-28gnu: vte: Update to 0.52.1.Roel Janssen
* gnu/packages/gnome.scm (vte): Update to 0.52.1.
2018-04-28gnu: star: Update to 2.6.0a.Roel Janssen
* gnu/packages/bioinformatics.scm (star): Update to 2.6.0a.
2018-04-28gnu: multiqc: Update to 1.5.Roel Janssen
* gnu/packages/bioinformatics.scm (multiqc): Update to 1.5.
2018-04-28gnu: express: Link with shared protobuf library.Roel Janssen
* gnu/packages/bioinformatics.scm (express): Link with shared protobuf library.
2018-04-28gnu: Add r-codedepends.Ricardo Wurmus
* gnu/packages/cran.scm (r-codedepends): New variable.
2018-04-28gnu: bamtools: Update to 2.5.1.Roel Janssen
* gnu/packages/bioinformatics.scm (bamtools): Update to 2.5.1.