aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: services: web: Have fcgiwrap log to a file.fcgiwrap-loggingChristopher Baines2021-04-01
| | | | | | | This makes it easier to access the output. * gnu/services/web.scm (fcgiwrap-shepherd-service): Pass #:log-file to make-forkexec-constructor.
* gnu: services: web: Cleanup whitespace.Christopher Baines2021-04-01
| | | | | | Replace tabs with spaces, and delete trailing whitespace. * gnu/services/web.scm: Cleanup whitespace.
* gnu: emacs-gif-screencast: Update to 1.2.Pierre Neidhardt2021-04-01
| | | | * gnu/packages/emacs-xyz.scm (emacs-gif-screencast): Update to 1.2.
* gnu: gimp: Ship a copy of the gegl patch.Tobias Geerinckx-Rice2021-04-01
| | | | | | | | | | | As Ludo' rightly points out, GitHub's patches are probably as stable as their tarballs. * gnu/packages/gimp.scm (gimp)[source]: Use SEARCH-PATCHES instead of an origin. * gnu/packages/patches/gimp-make-gegl-introspect-optional.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: mumi: Update to 0.0.1-5.9f070bd.Ricardo Wurmus2021-03-31
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-5.9f070bd.
* Revert "Revert some commits that caused `guix pull` to fail."zimoun2021-03-31
| | | | This reverts commit 8ec0ca8faff62f19426f22aeb1bd59a8950ca05a.
* gnu: r-absfiltergsea: Move to (gnu packages bioconductor).zimoun2021-03-31
| | | | | * gnu/packages/cran.scm (r-absfiltergsea): Move this variable from here... * gnu/packages/bioconductor.scm (r-absfiltergsea): ...to here.
* gnu: r-bisquerna: Move to (gnu packages bioconductor).zimoun2021-03-31
| | | | | * gnu/packages/cran.scm (r-bisquerna): Move this variable from here... * gnu/packages/bioconductor.scm (r-bisquerna): ...to here.
* gnu: linux-libre 4.4: Update to 4.4.264.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.264. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre 4.9: Update to 4.9.264.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.264. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre 4.14: Update to 4.14.228.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.228. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre 4.19: Update to 4.19.184.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.184. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre 5.4: Update to 5.4.109.Leo Famulari2021-03-31
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.109. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre 5.10: Update to 5.10.27.Leo Famulari2021-03-31
| | | | | | | * gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.27. (linux-libre-5.10-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.10-x86_64.conf: Update for linux-libre@5.10.27.
* gnu: linux-libre: Update to 5.11.11.Leo Famulari2021-03-31
| | | | | | | * gnu/packages/linux.scm (linux-libre-5.11-version): Update to 5.11.11. (linux-libre-5.11-pristine-source): Update hash. * gnu/packages/aux-files/linux-libre/5.11-x86_64.conf: Update for linux-libre@5.11.11.
* doc: Fix a typo in the Julia build system section.Leo Famulari2021-03-31
| | | | * doc/guix.texi (julia-build-system): Fix typo.
* gnu: strawberry: Update to 0.9.2.Brendan Tildesley2021-03-31
| | | | | | | * gnu/packages/music.scm (strawberry): Update to 0.9.2. [arguments]: Remove unused configure flags. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: git-annex: Update to 8.20210330.Kyle Meyer2021-03-31
| | | | | | * gnu/packages/haskell-apps.scm (git-annex): Update to 8.20210330. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* news: Add 'fr' translation.Ludovic Courtès2021-03-31
| | | | * etc/news.scm: Add French translation of POWER9 entry.
* gnu: guix: Update to 8f9052d.Ludovic Courtès2021-03-31
| | | | * gnu/packages/package-management.scm (guix): Update to 8f9052d.
* scripts: Scripts that defaulted to -v2 now default to -v3.Ludovic Courtès2021-03-31
| | | | | | | | This is a followup to e45ef9a648c155c35b51e6b15049a1bd5416f0a1. * guix/scripts/archive.scm (%default-options): Change 'verbosity' to 3. * guix/scripts/build.scm (%default-options): Likewise. * guix/scripts/copy.scm (%default-options): Likewise.
* status: Don't display download URLs for '--verbosity=1'.Ludovic Courtès2021-03-31
| | | | | | | | | | | | | With this change, each substitute occupies a single line of output (instead of two) when using '-v1', the default for 'guix package' & co. * guix/status.scm (print-build-event): Add #:print-urls? and honor it. (print-build-event/quiet): Pass #:print-urls? #f. (print-build-event/quiet-with-urls): New procedure. (logger-for-level): Add case for LEVEL 2. * doc/guix.texi (Common Build Options): Adjust '--verbosity' documentation.
* substitute: Emit a single newline upon completion.Ludovic Courtès2021-03-31
| | | | | | | | | The immediate effect is that, with '--verbosity=1', only two lines are displayed for each substitute, instead of two lines followed by an empty line. * guix/scripts/substitute.scm (process-substitution): Emit a single newline upon completion when PRINT-BUILD-TRACE? is true.
* gnu: julia-commonsubexpressions: Fix Texinfo syntax.Ludovic Courtès2021-03-31
| | | | | * gnu/packages/julia-xyz.scm (julia-commonsubexpressions)[synopsis] [description]: Fix Texinfo syntax.
* gnu: Remove unnecessary imports from (gnu packages gnome).Ludovic Courtès2021-03-31
| | | | | | * gnu/packages/gnome.scm: Remove unnecessary #:use-module forms. In particular, the (guix store) import led to a name clash with 'build' from (gnu packages build-tools).
* services: sysctl: Export <sysctl-configuration> record field accessors.muradm2021-03-31
| | | | | | | * gnu/services/sysctl.scm (sysctl-configuration-sysctl) (sysctl-configuration-settings): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* services: xorg: Export %default-xorg-server-arguments.Valentin Herrmann2021-03-31
| | | | | | * gnu/services/xorg.scm (%default-xorg-server-arguments): Export. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: virt-manager: Update to 3.2.0.Pierre Langlois2021-03-31
| | | | | | | | | | * gnu/packages/virtualization.scm (virt-manager): Update to 3.2.0. [arguments]: Remove #:test-target. Remove fix-qemu-img-reference phase. Adapt check phase to use pytest, although they still do not run. [native-inputs]: Add python-docutils. Suggest adding python-pytest to enable tests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libvirt-glib: Update to 4.0.0.Pierre Langlois2021-03-31
| | | | | | | * gnu/packages/virtualization.scm (libvirt-glib): Update to 4.0.0. [build-system]: Switch to meson-build-system. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: python-libvirt: Update to 7.1.0.Pierre Langlois2021-03-31
| | | | | | * gnu/packages/virtualization.scm (python-libvirt): Update to 7.1.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libvirt: Update to 7.1.0.Pierre Langlois2021-03-31
| | | | | | | | | | | | | | | | * gnu/packages/virtualization.scm (libvirt): Update to 7.1.0. [source]: Remove libvirt-create-machine-cgroup.patch, add libvirt-do-not-create-var-dirs.patch. [build-system]: Switch to meson-build-system. [arguments]: Use meson-0.55. Adapt #:configure-flags for meson, there is no need for --docdir anymore. Remove fix-BOURNE_SHELL-definition phase. Add fix-sysconfdir-and-localstatedir phase. Adapt disable-broken-tests to meson. [native-inputs]: Add python-docutils and rpcsvc-proto. * gnu/packages/patches/libvirt-create-machine-cgroup.patch: Delete. * gnu/packages/patches/libvirt-do-not-create-var-dirs.patch: New patch. * gnu/local.mk (dist_patch_DATA): Add new patch, remove the other. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Make 'publish' test umask-insensitive.Cees de Groot2021-03-31
| | | | | | | | | | Fixes <https://bugs.gnu.org/47239>. Reported by Konrad Hinsen <konrad.hinsen@fastmail.net>. * tests/publish.scm ("with cache"): Pass the result of 'stat:perms' to 'logand' to be umask-insensitive. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: plink-ng: Build prettify binary.Efraim Flashner2021-03-31
| | | | | * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust make-flags to also build prettify.
* gnu: plink-ng: Remove custom install phase.Efraim Flashner2021-03-31
| | | | | * gnu/packages/bioinformatics.scm (plink-ng)[arguments]: Adjust make-flags and remove custom 'install phase.
* gnu: plink-ng: Sort inputs alphabetically.Efraim Flashner2021-03-31
| | | | | * gnu/packages/bioinformatics.scm (plink-ng)[inputs]: Sort alphabetically.
* gnu: plink-ng: Update to 2.00a2.3.Efraim Flashner2021-03-31
| | | | | * gnu/packages/bioinformatics.scm (plink-ng): Update to 2.00a2.3. [arguments]: Adjust make-flags.
* gnu: Add texlive-fourier.Paul Garlick2021-03-31
| | | | * gnu/packages/tex.scm: New variable.
* gnu: python-icalendar: Update to 4.0.7.Efraim Flashner2021-03-31
| | | | * gnu/packages/python-xyz.scm (python-icalendar): Update to 4.0.7.
* gnu: mumi: Update to 0.0.1-4.887471f.Ricardo Wurmus2021-03-31
| | | | * gnu/packages/mail.scm (mumi): Update to 0.0.1-4.887471f.
* gnu: Add emacs-julia-snail.zimoun2021-03-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-julia-snail): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add emacs-julia-repl.zimoun2021-03-31
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-julia-repl): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: Add guile-imanifest.Xinglu Chen2021-03-31
| | | | | | * gnu/packages/guile-xyz.scm (guile-imanifest): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net>
* news: Add entry announcing powerpc64le-linux support.Chris Marusich2021-03-30
| | | | * etc/news.scm: Add entry.
* doc: Document powerpc64le-linux support.Chris Marusich2021-03-30
| | | | | * doc/guix.texi (GNU Distribution): Document support for powerpc64le-linux as a "technology preview."
* gnu: perl-net-dns: Update to 1.30.Tobias Geerinckx-Rice2021-03-31
| | | | * gnu/packages/networking.scm (perl-net-dns): Update to 1.30.
* gnu: youtube-dl: Update to 2021.03.31.Tobias Geerinckx-Rice2021-03-31
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2021.03.31.
* gnu: butt: Update to 0.1.29.Tobias Geerinckx-Rice2021-03-31
| | | | * gnu/packages/audio.scm (butt): Update to 0.1.29.
* gnu: libupnp: Update to 1.14.4.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/upnp.scm (libupnp): Update to 1.14.4.
* gnu: sg3-utils: Update to 1.46.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/scsi.scm (sg3-utils): Update to 1.46.
* gnu: quickjs: Update to 2021-03-27.Tobias Geerinckx-Rice2021-03-30
| | | | * gnu/packages/javascript.scm (quickjs): Update to 2021-03-27.