aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Support placing the pkg and src directories in a lib outputChristopher Baines2019-05-20
|
* services: Add RabbitMQ.Christopher Baines2019-05-20
| | | | | | * 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 Baines2019-05-20
| | | | | * gnu/packages/rabbitmq.scm: New file. * gnu/local.mk: Add gnu/packages/rabbitmq.scm.
* Use a pid file in the mysql serviceChristopher Baines2019-05-20
|
* Alter the GitHub updater to allow release_ tagsChristopher Baines2019-05-20
| | | | As this is what's commonly used on GOV.UK.
* Add max_allowed_packet to the MariaDB/Mysql configurationChristopher Baines2019-05-20
| | | | | This should be done in govuk-guix, but this configuration is currently not easy.
* Export test-modulesChristopher Baines2019-05-20
|
* Make test-modules a parameterChristopher Baines2019-05-20
|
* services: Add elasticsearch.Christopher Baines2019-05-20
|
* gnu: Add elasticsearch.Christopher Baines2019-05-20
| | | | | * gnu/packages/databases.scm (elasticsearch-2.4.6, elasticsearch): New variables.
* gnu: xf86-video-voodoo: Ship patch locally.Tobias Geerinckx-Rice2019-05-20
| | | | | | | | | The ORIGIN patch has been modified in place, probably *wild guessing sounds* by a server-side cgit update. * gnu/packages/xorg.scm (xf86-video-voodoo)[source]: Use SEARCH-PATCHES. * gnu/packages/patches/xf86-video-voodoo-pcitag.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: emacs-idris-mode: Update source hash.Tobias Geerinckx-Rice2019-05-20
| | | | | | | The source tarball was modified in place. Only file metadata — specifically: time stamps — differ. * gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Update sha256.
* gnu: texlive-latex-acmart: Update to 1.60.Tobias Geerinckx-Rice2019-05-20
| | | | | | Forced by source hash change. * gnu/packages/tex.scm (texlive-latex-acmart): Update to 1.60.
* gnu: libu2f-host: Update to 1.1.10.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/security-token.scm (libu2f-host): Update to 1.1.10.
* gnu: s6: Update to 2.8.0.1.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/skarnet.scm (s6): Update to 2.8.0.1.
* gnu: skalibs: Update to 2.8.1.0.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/skarnet.scm (skalibs): Update to 2.8.1.0.
* gnu: stunnel: Update to 5.54.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/web.scm (stunnel): Update to 5.54.
* gnu: tumbler: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (tumbler)[source]: Hard-code NAME.
* gnu: tumbler: Update to 0.2.4.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (tumbler): Update to 0.2.4.
* gnu: garcon: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (garcon)[source]: Hard-code NAME.
* gnu: thunar: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (thunar)[source]: Hard-code NAME.
* gnu: exo: Don't use NAME in source URI.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (exo)[source]: Hard-code NAME.
* gnu: thunar: Update to 1.8.6.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (thunar): Update to 1.8.6.
* gnu: exo: Update to 0.12.5.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/xfce.scm (exo): Update to 0.12.5.
* gnu: restic: Update to 0.9.5.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/backup.scm (restic): Update to 0.9.5.
* gnu: wimlib: Update to 1.13.1.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/backup.scm (wimlib): Update to 1.13.1.
* gnu: Add tpacpi-bat.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/linux.scm (tpacpi-bat): New public variable.
* gnu: Add acpi-call-linux-module.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/linux.scm (acpi-call-linux-module): New public variable.
* gnu: Move Linux-Libre modules to their own section.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/linux.scm (vhba-module): Move to its own section.
* gnu: openconnect: Update to 8.03.Tobias Geerinckx-Rice2019-05-20
| | | | * gnu/packages/vpn.scm (openconnect): Update to 8.03.
* gnu: toutenclic: Update to 7.00.Nicolas Goaziou2019-05-19
| | | | | * gnu/packages/education.scm (toutenclic): Update to 7.00. [arguments]: Rename executable from "toutenclic.py" to "toutenclic".
* vm: Create installation media with MBR and HFS only, no GPT.Danny Milosavljevic2019-05-18
| | | | | | | | | | | | | | | * gnu/build/vm.scm (make-iso9660-image): Accept XORRISO, GRUB-MKRESCUE-ENVIRONMENT. * gnu/system/vm.scm (iso9660-image): Pass XORRISO; accept GRUB-MKRESCUE-ENVIRONMENT. (system-disk-image): Pass GRUB-MKRESCUE-ENVIRONMENT. * gnu/packages/patches/xorriso-no-mbr-in-inner-efi.patch: New file. * gnu/packages/patches/xorriso-no-partition-table-in-inner-efi.patch: New file. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/cdrom.scm (xorriso)[source]: Add patches. [arguments]<#:phases>[install-frontends]: Add phase.
* gnu: Borg: Fix a hang in the test suite.Leo Famulari2019-05-17
| | | | | | * gnu/packages/patches/borg-fix-hard-link-preloading.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/backup.scm (borg)[source]: Use it.
* gnu: glslang: Update to 7.11.3214.Rutger Helling2019-05-17
| | | | * gnu/packages/vulkan.scm (glslang): Update to 7.11.3214.
* gnu: wine: Update to 4.0.1.Rutger Helling2019-05-17
| | | | * gnu/packages/wine.scm (wine): Update to 4.0.1.
* gnu: linux-libre: Update to 5.1.3.Mark H Weaver2019-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 5.1.3. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.44.Mark H Weaver2019-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.44. (%linux-libre-4.19-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.120.Mark H Weaver2019-05-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.120. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.177.Mark H Weaver2019-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.177.
* gnu: linux-libre@4.4: Update to 4.4.180.Mark H Weaver2019-05-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.180.
* gnu: qd: Update source and home page.Tobias Geerinckx-Rice2019-05-17
| | | | | | | The tarball has been updated in place with only documentation changes. * gnu/packages/multiprecision.scm (qd)[source]: Update URL and hash. [home-page]: Update URL.
* gnu: ripit: Use archived source and home page.Tobias Geerinckx-Rice2019-05-17
| | | | * gnu/packages/cdrom.scm (ripit)[source, home-page]: Use archived URLs.
* gnu: proot: Don't use unstable tarball.Tobias Geerinckx-Rice2019-05-17
| | | | | * gnu/packages/linux.scm (proot)[source]: Use GIT-FETCH and GIT-FILE-NAME.
* gnu: et: Add FILE-NAME.Tobias Geerinckx-Rice2019-05-17
| | | | * gnu/packages/ssh.scm (et)[source]: Add FILE-NAME.
* gnu: mlucas: Update source hash.Tobias Geerinckx-Rice2019-05-17
| | | | | | | The tarball was modified in-place with too many small changes to list here, all of them apparently intended as minor bug fixes. * gnu/packages/maths.scm (mlucas)[source]: Update sha256.
* gnu: jq: Update sources.Tobias Geerinckx-Rice2019-05-17
| | | | | * gnu/packages/web.scm (jq)[source]: Update sha256. Add snippet to remove newly-bundled onigurama.
* gnu: kicad-library: Update source URL.Tobias Geerinckx-Rice2019-05-17
| | | | | * gnu/packages/engineering.scm (kicad-library)[source]: Update URL. Re-indent.
* gnu: foo2zjs: Update source hash.Tobias Geerinckx-Rice2019-05-17
| | | | | | | | | | | The tarball was modified in place, adding one line to foo2zjs/printer-profile.sh: ARGYLL_VER=1.6.3 +ARGYLL_VER=2.1.1 ARGYLL_ROOT=$HOME/src/Argyll_V${ARGYLL_VER} * gnu/packages/cups.scm (foo2zjs)[source]: Update sha256.
* gnu: emacs-idris-mode: Update source hash.Tobias Geerinckx-Rice2019-05-17
| | | | | | Only file modification times have changed. * gnu/packages/emacs-xyz.scm (emacs-idris-mode)[source]: Update sha256.
* gnu: icecat: Update to 60.6.3-guix1.Mark H Weaver2019-05-16
| | | | | * gnu/packages/gnuzilla.scm (%icecat-version): Update to 60.6.3-guix1. (icecat-source)[upstream-firefox-source]: Update hash.