summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* services: Add 'hurd-vm service-type'.Jan (janneke) Nieuwenhuizen2020-06-14
| | | | | | | | | | * gnu/services/virtualization.scm (hurd-vm-shepherd-service, hurd-vm-disk-image): New procedures. (%hurd-vm-operating-system, hurd-vm-service-type): New variables. (<hurd-vm-configuration>): New record type. * doc/guix.texi (Virtualization Services): Document it. * gnu/services/shepherd.scm (scm->go): Use let-system, remove FIXME. Fixes fixes cross-building of shepherd modules for the Hurd image.
* system: image: Make sure target is set.Mathieu Othacehe2020-06-14
| | | | | * gnu/system/image.scm (system-image): Move "with-parameters" call so that it encapsulates "operating-system-bootcfg".
* system: image: Remove left-over.Mathieu Othacehe2020-06-14
| | | | | * gnu/system/image.scm: Remove a left-over since maybe-with-target procedure was removed.
* scripts: system: Fix "init" command.Mathieu Othacehe2020-06-14
| | | | | | | | This is a follow-up of 7ca533c7237622d70b423033c4506217d9ce4014. The introduced "target" variable is shadowing the target argument. * guix/scripts/system.scm (perform-action): Rename "target" variable to "target*".
* installer: final: Make sure 'bold' font files are loaded.Mathieu Othacehe2020-06-14
| | | | | * gnu/installer/newt/final.scm (run-install-shell): Force kmscon to open 'bold' font files, before the cow-store overlay is mounted.
* gnu: qtox: Don't use unstable tarball.Efraim Flashner2020-06-14
| | | | | * gnu/packages/messaging.scm (tox)[source]: Don't use autogenerated tarball.
* gnu: qtox: Update to 1.17.2.Reza Alizadeh Majd2020-06-14
| | | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.17.2. [arguments]: Add phase to disable network tests. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: c-toxcore: Update to 0.2.12.Reza Alizadeh Majd2020-06-14
| | | | | | * gnu/packages/messaging.scm (c-toxcore): Update to 0.2.12. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: pagekite: Update to 1.5.2.200603.Alex Griffin2020-06-14
| | | | * gnu/packages/networking.scm (pagekite): Update to 1.5.2.200603.
* gnu: python-socksipychain: Update to 2.1.2.Alex Griffin2020-06-14
| | | | * gnu/packages/python-xyz.scm (python-socksipychain): Update to 2.1.2.
* lint: Add 'check-for-collisions' checker.Ludovic Courtès2020-06-14
| | | | | | | | | | | | Suggested by Edouard Klein <edk@beaver-labs.com>. * guix/profiles.scm (check-for-collisions): Export. * guix/lint.scm (check-profile-collisions): New procedure. (%local-checkers): Add 'profile-collisions' checker. * tests/lint.scm ("profile-collisions: no warnings") ("profile-collisions: propagated inputs collide") ("profile-collisions: propagated inputs collide, store items"): New tests. * doc/guix.texi (Invoking guix lint): Document it.
* profiles: Fix pathological performance of 'manifest-transitive-entries'.Ludovic Courtès2020-06-14
| | | | | | | | | | | | | | For packages with lots of propagated inputs, 'manifest-transitive-entries', as called from 'check-for-collisions', would exhibit pathological behavior. For example, "guix install cl-ana" wouldn't complete in 1mn; now, it's down to 20s. The issue was that manifest entries would never be 'equal?' due to the delayed field in <manifest-entry>. * guix/profiles.scm (manifest-transitive-entries): Use a vhash instead of a set. Use 'manifest-entry=?' instead of 'equal?' when checking for equality.
* doc: Mention 'guix lint -c derivation'.Ludovic Courtès2020-06-14
| | | | * doc/guix.texi (Invoking guix lint): Mention the 'derivation' checker.
* ui: Set 'LESS' environment variable unconditionally.Ludovic Courtès2020-06-14
| | | | | | | | Fixes <https://bugs.gnu.org/41811>. Reported by Lars-Dominik Braun <lars@6xq.net>. * guix/ui.scm (call-with-paginated-output-port): Remove (getenv "LESS") call.
* gnu: zsh: Set default '$fpath'.Brice Waegeneire2020-06-14
| | | | | * gnu/packages/shells.scm (zsh)[arguments]: Add configure-flags 'disable-site-dir' and 'enable-additional-fpath'.
* gnu: kdeconnect: Update to 20.04.1.Efraim Flashner2020-06-14
| | | | | | * gnu/packages/kde.scm (kdeconnect): Update to 20.04.1. [source]: Update source URI. [arguments]: Adjust configure flags.
* gnu: Add bbswitch-module.Pierre Neidhardt2020-06-14
| | | | * gnu/packages/linux.scm (bbswitch-module): New variable.
* gnu: busybox: Update to 1.31.1.Danny Milosavljevic2020-06-14
| | | | | | | | * gnu/packages/patches/busybox-1.31.1-fix-build-with-glibc-2.31.patch: New file * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/busybox.scm (busybox): Update to 1.31.1. [source]: Use patch. [arguments]<#:phases>[check]: Fix test.
* gnu: busybox: Make build reproducible.Danny Milosavljevic2020-06-14
| | | | | * gnu/packages/busybox.scm (busybox)[arguments]<#:phases>[disable-timestamps]: New phase.
* gnu: Use ‘license:’ prefix in (gnu packages perl).Nicolas Goaziou2020-06-14
| | | | | * gnu/packages/perl.scm: Import (guix licenses) with a #:prefix and adjust all callers.
* gnu: Add perl-text-patch.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-text-patch): New variable.
* gnu: Add perl-locale-maketext-lexicon.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-locale-maketext-lexicon): New variable.
* gnu: Add perl-ppi.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-ppi): New variable.
* gnu: Add perl-compress-bzip2.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl-compression.scm (perl-compress-bzip2): New variable.
* gnu: Add perl-lingua-en-sentence.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-lingua-en-sentence): New variable.
* gnu: Add perl-text-haml.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-text-haml): New variable.
* gnu: Add perl-tie-simple.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-tie-simple): New variable.
* gnu: Add perl-data-section-simple.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-data-section-simple): New variable.
* gnu: Add perl-test-subcalls.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl-check.scm (perl-test-subcalls): New variable.
* gnu: Add perl-test-object.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl-check.scm (perl-test-object): New variable.
* gnu: Add perl-hook-lexwrap.Nicolas Goaziou2020-06-14
| | | | * gnu/packages/perl.scm (perl-hook-lexwrap): New variable.
* gnu: xl2tpd: Add pppd support.Ivan Kozlov2020-06-14
| | | | | | | | * gnu/packages/vpn.scm (xl2tpd)[inputs]: Add "linux-libre-headers" and "ppp", [arguments]: add a 'setup-environment phase to set "PPPD" and "KERNELSRC" variables. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: r-survival: Update to 3.2-3.Ricardo Wurmus2020-06-14
| | | | * gnu/packages/statistics.scm (r-survival): Update to 3.2-3.
* gnu: r-sf: Update to 0.9-4.Ricardo Wurmus2020-06-14
| | | | * gnu/packages/cran.scm (r-sf): Update to 0.9-4.
* gnu: r-units: Update to 0.6-7.Ricardo Wurmus2020-06-14
| | | | * gnu/packages/cran.scm (r-units): Update to 0.6-7.
* gnu: r-calibrate: Update to 1.7.6.Ricardo Wurmus2020-06-14
| | | | * gnu/packages/cran.scm (r-calibrate): Update to 1.7.6.
* gnu: r-flowworkspace: Update to 4.0.6.Ricardo Wurmus2020-06-14
| | | | * gnu/packages/bioconductor.scm (r-flowworkspace): Update to 4.0.6.
* gnu: starfighter: Update to 2.2.Kei Kebreau2020-06-13
| | | | * gnu/packages/games.scm (starfighter): Update to 2.2.
* gnu: wesnoth: Update to 1.14.12.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/games.scm (wesnoth): Update to 1.14.12.
* gnu: snd: Update to 20.4.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/audio.scm (snd): Update to 20.4.
* gnu: progress: Fix cross-compilation.Tobias Geerinckx-Rice2020-06-14
| | | | | * gnu/packages/admin.scm (progress)[arguments]: Use CC-FOR-TARGET and a target-specific pkg-config when cross-compiling.
* gnu: s6-portable-utils: Update to 2.2.2.4.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/skarnet.scm (s6-portable-utils): Update to 2.2.2.4.
* gnu: gnome-boxes: Update to 3.36.5.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/gnome.scm (gnome-boxes): Update to 3.36.5.
* gnu: evince: Update to 3.36.5.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/gnome.scm (evince): Update to 3.36.5.
* gnu: python-shellingham: Update to 1.3.2.Tobias Geerinckx-Rice2020-06-14
| | | | | * gnu/packages/python-xyz.scm (python-shellingham): Update to 1.3.2. [arguments]: Add ‘restore-setup.py’ phase.
* gnu: xapian: Update to 1.4.16.Tobias Geerinckx-Rice2020-06-14
| | | | | * gnu/packages/search.scm (xapian): Update to 1.4.16. (python-xapian-bindings)[source]: Update content hash.
* gnu: rclone: Update to 1.52.1.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/sync.scm (rclone): Update to 1.52.1.
* gnu: cogl: Update to 1.22.8.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/gnome.scm (cogl): Update to 1.22.8.
* gnu: gimp: Update to 2.10.20.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/gimp.scm (gimp): Update to 2.10.20.
* gnu: gegl: Update to 0.4.24.Tobias Geerinckx-Rice2020-06-14
| | | | * gnu/packages/gimp.scm (gegl): Update to 0.4.24.