gnu: darktable: Update release-monitoring-url.
* gnu/packages/photo.scm (darktable)[properties]: Update
release-monitoring-url.
Change-Id: Icf7dbddfc2b2a3c9c630849a219cf2975ae8323f
gnu: homebank: Update to 5.9.2.
* gnu/packages/finance.scm (homebank): Update to 5.9.2.
Change-Id: Ib2943224c9edb17abf2e3231d069732caff7a330
gnu: homebank: Add release-monitoring-url property.
* gnu/packages/finance.scm (homebank)[properties]: Add
release-monitoring-url.
Change-Id: I9d205aa829abc4b9ebc290b4eb7a1c9b6d1e4328
gnu: btop: Fix building on "riscv64-linux-gnu".
* gnu/packages/admin.scm (btop): Fix building on "riscv64-linux-gnu".
[arguments]<#:make-flags>: Properly set "CC" and "CXX" to the target compiler.
Change-Id: Ic56d372f83e7ed3fa1843d3ab53303f9b3762616
linux-container: ‘containerized-operating-system’ provides ‘loopback’ service.
Fixes #420.
Previously, in systems produced by ‘guix system container’, the
‘loopback’ Shepherd service would fail to start with EEXIST, because the
“lo” interface already exists in the container. This commit provides a
fake ‘loopback’ Shepherd service that does nothing.
* gnu/system/linux-container.scm (dummy-networking-service-type): Change
to honor its configuration value.
(containerized-operating-system)[services-to-drop]: Add
‘static-networking-service-type’ in the non-‘shared-network?’ case.
[services-to-add]: Add ‘dummy-networking-service-type’ for loopback in
the non-‘shared-network?’ case.
Reported-by: Antonio Carlos Padoan Junior <acpadoanjr@yahoo.com.br>
Change-Id: I326b5f3b5e08f67b6613c186497c44b1e887b02e
gnu: Add jacquesctf.
* gnu/packages/instrumentation.scm (jacquesctf): New variable.
Change-Id: I869ba22e152eb863f11d37880dbd769950504742
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Modified-by: Ludovic Courtès <ludo@gnu.org>
gnu: Add yactfr.
* gnu/packages/instrumentation.scm (yactfr): New variable.
Change-Id: I48203e19513cd52ebd97faa307ad524b8a5c5dcd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Modified-by: Ludovic Courtès <ludo@gnu.org>
gnu: openttd-opengfx: Update to 3739bbe.
* gnu/packages/games.scm (openttd-opengfx): Update to 3739bbe.
[source]: Use ‘git-fetch’ and change URL.
[arguments]: Define ‘REPO_DATE’ and ‘PYTHON’.
Change-Id: I10a43f7e220337bbea7cbf0a2b62d636603c8e97
Modified-by: Ludovic Courtès <ludo@gnu.org>
gnu: nml: Update to 0.7.6.
* gnu/packages/game-development.scm (nml): Update to 0.7.6.
[arguments]: Remove.
Change-Id: I358fe50ac42209c20b19da361d2e78d0576b6ac4
install: Adjust for (package-source guix) not being a <channel>.
Fixes guix/guix#422.
* gnu/system/install.scm (%installation-services)[guix-package-commit]:
New procedure.
<guix-configuration>: Use it instead of ‘channel-commit’.
Change-Id: I6ed5bc3f21a375e639fabfcbcdaf70b6347d1c5c
services: static-networking: Remove use of unbound variable.
Use of ‘G_’ was added in 670d985cabf81a28660c4a8024f752decc495dce but
it’s actually unbound.
* gnu/services/base.scm (network-set-up/linux): Remove uses of ‘G_’,
which is unbound.
Change-Id: I6e879688ceee2fcb738e5e213cd3d539c9d89e20
gnu: Add limesuite-ng.
* gnu/packages/radio.scm (limesuite-ng): New variable.
Change-Id: I3df16ede6ba42249e201b3331d03a9ec15adaeda
Signed-off-by: Ian Eure <ian@retrospec.tv>
gnu: Add emacs-rfc-mode.
* gnu/packages/emacs-xyz.scm (emacs-rfc-mode): New variable.
Signed-off-by: Ian Eure <ian@retrospec.tv>
gnu: zeromq: Disable a failing test.
* gnu/packages/networking.scm (zeromq)
[phases] {disable-problematic-tests}: New phase.
Fixes: #415
Change-Id: I8daaf4fa610bf03da9d2d47aa13fd03d247cbdb3
gnu: emacs-mastodon: Update to 2.0.1.
* gnu/packages/emacs-xyz.scm (emacs-mastodon): Update to 2.0.1.
Change-Id: I41087da048f15f54e87e33f8951ecdff34375b73
Signed-off-by: Ian Eure <ian@retrospec.tv>
gnu: emacs-dirvish: Update to 2.3.0.
* gnu/packages/emacs-xyz.scm (emacs-dirvish): Update to 2.3.0.
Signed-off-by: Ian Eure <ian@retrospec.tv>
gnu: python-hy: Update to 1.1.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 1.1.0.
Change-Id: Ibc78fb0fd883e9957d88e20dfc7e40993a0ee1bc
gnu: gmic: Update to 3.5.5.
* gnu/packages/image-processing.scm (gmic): Update to 3.5.5.
Change-Id: Ib24e581bb1f9586d573531c3013fe00cda23607f
environment: Set LANG by default.
* guix/scripts/environment.scm (launch-environment/container): Set LANG
to C.UTF-8 unless already set.
Change-Id: I2dba595c8d5f4e9b45264f8185c72779fead2ce6
Signed-off-by: Ekaitz Zarraga <ekaitz@elenq.tech>
daemon: Remove ‘singleton’ and replace ‘typedef’ with ‘using’ in ‘types.hh’
* nix/libutil/util.hh (singleton): Remove.
* nix/libstore/build.cc (DerivationGoal::startBuilder)
(SubstitutionGoal::tryNext, SubstitutionGoal::tryToRun)
(LocalStore::ensurePath, LocalStore::repairPath): Use normal
construction function instead of ‘singleton’.
* nix/libstore/local-store.cc (LocalStore::addToStoreFromDump)
(LocalStore::addTextToStore, LocalStore::importPath): Likewise.
* nix/nix-daemon/nix-daemon.cc (performOp): Likewise.
Change-Id: If0d929407c09482f3b506a1c51dfda70e29696dd
Signed-off-by: Ludovic Courtès <ludo@gnu.org>