summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Export perform-actionrelease_39releaseChristopher Baines2020-05-24
|
* Tweak the sha256 value for go-github-com-kr-prettyChristopher Baines2020-05-23
| | | | This needs more investigation, but that can happen upstream.
* Disable tests for mongo-toolsChristopher Baines2020-05-23
| | | | | It would be nice to have them working, but for now just disable them. Fixing it can be worked on upstream in Guix.
* Have the GitHub updater just use Git tagsChristopher Baines2020-05-23
| | | | | | Some of the GitHub repositories used by GOV.UK have a few old releases, that mean the updater just picks the latest one of these, ignoring the more recent Git tags.
* gnu: Add ruby-annotate.Christopher Baines2020-05-23
|
* gnu: Add ruby-fugit.Christopher Baines2020-05-23
| | | | * gnu/packages/ruby.scm (ruby-fugit): New variable.
* gnu: Add ruby-et-orbi.Christopher Baines2020-05-23
| | | | * gnu/packages/ruby.scm (ruby-et-orbi): New variable.
* gnu: Add ruby-raabro.Christopher Baines2020-05-23
| | | | * gnu/packages/ruby.scm (ruby-raabro): New variable.
* gnu: Add packer.Christopher Baines2020-05-23
|
* Work around a issue in grootfs when unpacking tar archivesChristopher Baines2020-05-23
|
* gnu: Add terraform-provider-local.Christopher Baines2020-05-23
| | | | * gnu/packages/terraform.scm (terraform-provider-local): New variable.
* gnu: Add terraform-provider-aws.Christopher Baines2020-05-23
| | | | * gnu/packages/terraform.scm (terraform-provider-aws): New variable.
* gnu: Add terraform-provider-template.Christopher Baines2020-05-23
| | | | * gnu/packages/terraform.scm (terraform-provider-template): New variable.
* gnu: Add terraform-provider-libvirt.Christopher Baines2020-05-23
| | | | * gnu/packages/terraform.scm (terraform-provider-libvirt): New variable.
* gnu: Add terraform.Christopher Baines2020-05-23
| | | | | * gnu/packages/terraform.scm (New file). * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* Support placing the pkg and src directories in a lib outputChristopher Baines2020-05-23
|
* services: Add RabbitMQ.Christopher Baines2020-05-23
| | | | | | * gnu/services/message-broker.scm: New file. * gnu/services/message-broker.scm: New file. * gnu/local.mk: Add entries for new files.
* gnu: Add rabbitmq.Christopher Baines2020-05-23
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2020-05-23
|
* Alter the GitHub updater to allow release_ tagsChristopher Baines2020-05-23
| | | | As this is what's commonly used on GOV.UK.
* Export test-modulesChristopher Baines2020-05-23
|
* services: Add elasticsearch.Christopher Baines2020-05-23
|
* gnu: Add elasticsearch.Christopher Baines2020-05-23
| | | | | * gnu/packages/databases.scm (elasticsearch-2.4.6, elasticsearch): New variables.
* gnu: local.mk: Remove absent patch.Christopher Baines2020-05-23
| | | | | | | This follows on from 899ffa1381afbf5f955aeba4839e920b3d910953. * gnu/local.mk (dist_patch_DATA): Remove packages/patches/deja-dup-use-ref-keyword-for-iter.patch.
* gnu: gnome-shell: Use libnma.Brice Waegeneire2020-05-23
| | | | * gnu/packages/gnome.scm (gnome-shell)[inputs]: Add 'libnma'.
* gnu: dconf: Appease 'guix lint'.Brice Waegeneire2020-05-23
| | | | * gnu/packages/gnome.scm (dconf)[homepage]: Avoid permanent redirect.
* gnu: deja-dup: Update to 40.6.Brice Waegeneire2020-05-23
| | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/gnome.scm (deja-dup): Update to 40.6. [origin]: Use gitlab.gnome.org since the project migrated away from launchpad. [home-page]: Use 'wiki.gnome.org' instead of 'launchpad.net'. [build-system]: Switch to 'meson-build-system' because upstream removed cmake support. [arguments]: Enable tests. Remove arguments 'modules', 'imported-modules' and 'test-target'. Use argument 'glib-or-gtk?'. Replace configure-flags to only adjust 'RUN_PATH'. Use standard phases for 'configure' and 'check'. Adjust and rename phase 'patch-lockfile-deletion' to 'patch-paths'. Add phases 'patch-libgpg-error' and 'skip-gtk-update-icon-cache'. [inputs]: Remove 'libpeas', 'gobject-introspection'. Replace 'python-2' and 'python2-pygobject' with python-3 versions. Add 'json-glib', 'libsoup' and 'libgpg-error'. [native-inputs]: Remove 'cmake-minimal' and 'intltool'. Add 'appstream-glib','desktop-file-utils', 'glib:bin' and 'gobject-introspection'. * gnu/packages/patches/deja-dup-use-ref-keyword-for-iter.patch: Delete file.
* gnu: upower: Enable tests.Brice Waegeneire2020-05-23
| | | | | | | * gnu/packages/gnome.scm (upower)[arguments]: Enable tests and add phases 'pre-check'. [native-inputs]: Add 'python-pygobject', 'python-dbus', 'python-dbusmock' and 'umockdev'.
* gnu: umockdev: Update to 0.14.1.Brice Waegeneire2020-05-23
| | | | * gnu/packages/check.scm (umockdev) Update to 0.14.1.
* gnu: umockdev: Add 'gobject-introspection'.Brice Waegeneire2020-05-23
| | | | | * gnu/packages/check.scm (umockdev)[native-inuputs]: Add 'gobject-introspection'.
* gnu: python-argcomplete: Update to 1.11.1.Lars-Dominik Braun2020-05-23
| | | | | | | | | | * gnu/packages/python-xyz.scm (python-argcomplete)[version]: Update to 1.11.1. [arguments]: Remove, obsolete. [inputs]: Remove as well. * gnu/packages/patches/python-argcomplete-1.11.1-fish31.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-epc.Ryan Prior via Guix-patches via2020-05-23
| | | | | | * gnu/packages/python-xyz.py (python-epc): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-sexpdata.Ryan Prior via Guix-patches via2020-05-23
| | | | | | * gnu/packages/python-xyz.scm (python-sexpdata): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: Add python-importmagic.Ryan Prior via Guix-patches via2020-05-23
| | | | | | * gnu/packages/python-xyz.el (python-importmagic): New variable. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: icedove: Add a desktop file.Jonathan Brielmaier2020-05-23
| | | | | | * gnu/packages/gnuzilla.scm (icedove)[phases]: Add install-desktop-file phase. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: mediainfo: Update to 20.03.Michael Rohleder2020-05-23
| | | | | | * gnu/packages/video.scm (mediainfo): Update to 20.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: libmediainfo: Update to 20.03.Michael Rohleder2020-05-23
| | | | | | * gnu/packages/video.scm (libmediainfo): Update to 20.03. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* guix package: Support multiple profiles with '--list-installed'.zimoun2020-05-23
| | | | | | | * guix/scripts/package.scm (process-query): List installed multiple profiles. * tests/guix-package-net.sh: Test it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* tests: Use a #:prefix for (gcrypt hash).Ludovic Courtès2020-05-23
| | | | | | * tests/packages.scm: Use #:prefix instead of #:hide for (gcrypt hash). This accomodates for 'sha512' syntax literal matches with Guile-Gcrypt 0.3.0, which exports 'sha512' in addition to 'sha256'.
* gnu: guile-gcrypt: Update to 0.3.0.Ludovic Courtès2020-05-23
| | | | * gnu/packages/gnupg.scm (guile-gcrypt): Update to 0.3.0.
* guix-install.sh: Fix ‘systemctl not found’ error message at probe.Vincent Legoll2020-05-23
| | | | | | | * etc/guix-install.sh (chk_init_sys): Redirect systemctl errors to /dev/null. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* guix-install.sh: Add xz to requirements.Vincent Legoll2020-05-23
| | | | | | * etc/guix-install.sh (REQUIRE): Add xz to requirements list. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* build: Add a comment above the sysvinit section.Vincent Legoll2020-05-23
| | | | | | * nix/local.mk (sysvinitservicedir): Add a comment. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: spice-protocol: Update to 0.14.2.Tobias Geerinckx-Rice2020-05-23
| | | | | * gnu/packages/spice.scm (spice-protocol): Update to 0.14.2. [arguments]: Install COPYING manually now.
* gnu: qtractor: Update to 0.9.14.Tobias Geerinckx-Rice2020-05-23
| | | | | * gnu/packages/music.scm (qtractor): Update to 0.9.14. [source]: Fetch over HTTPS.
* gnu: polybar: Update to 3.4.3.Tobias Geerinckx-Rice2020-05-23
| | | | * gnu/packages/wm.scm (polybar): Update to 3.4.3.
* gnu: inxi: Update to 3.1.00-1.Tobias Geerinckx-Rice2020-05-23
| | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.1.00-1.
* gnu: redshift: Build and install redshift-gtk in a separate output.Marius Bakke2020-05-23
| | | | | | This also installs a redshift.desktop file as a side-effect. * gnu/packages/xdisorg.scm (redshift)[outputs, arguments]: New fields.
* gnu: Add libglvnd.Marius Bakke2020-05-23
| | | | * gnu/packages/gl.scm (libglvnd): New public variable.
* gnu: emacs-flycheck-grammalecte: Remove "/usr/bin/env" references.Nicolas Goaziou2020-05-23
| | | | | * gnu/packages/emacs-xyz.scm (emacs-flycheck-grammalecte)[arguments]: Fix more python3 locations.