| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/perl.scm (perl-data-entropy): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-crypt-rijndael): New variable.
|
|
|
|
| |
* gnu/packages/perl.scm (perl-data-float): New variable.
|
|
|
|
| |
* gnu/packages/web.scm (perl-http-lite): New variable.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/telephony.scm (bctoolbox): Delete variable.
(ortp): Delete variable.
* gnu/packages/audio.scm (bluez-alsa)[inputs]: Update ortp reference.
* gnu/packages/kde-internet.scm (kopete)[inputs]: Update ortp reference.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (qalculate-gtk): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/maths.scm (libqalculate): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gnome-initial-setup)[arguments]: Add
'set-gkbd-file-name' phase.
[inputs]: Add LIBGNOMEKBD.
|
|
|
|
|
|
| |
* gnu/packages/xdisorg.scm (clipnotify): Update to 6.0.1.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/patches/calibre-msgpack-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/ebook.scm (calibre)[source](patches): Add it.
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (bzrtp): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (ortp): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (bcg729): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
|
|
| |
* guix/scripts/system.scm (with-shepherd-error-handling): Use 'mbegin'
instead of 'begin'.
(perform-action): Print a message after 'upgrade-shepherd-services'.
That message had disappeared in commit
5c8c8c455420af27189d6045b3599fe6e27ad012.
|
|
|
|
|
|
|
| |
This procedure was unused since
5c8c8c455420af27189d6045b3599fe6e27ad012.
* guix/scripts/system.scm (call-with-service-upgrade-info): Remove.
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/39301>.
Reported by strypsteen@posteo.net.
* guix/scripts/system/reconfigure.scm (switch-to-system)
(upgrade-shepherd-services, install-bootloader): Wrap 'primitive-load'
call in 'parameterize'.
|
|
|
|
|
|
| |
This reverts commit 5517750344be05c91bc2979c1a0e2348a9ae902d.
That commit would remove all sorts of error checking when running those
programs.
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (bcmatroska2): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (belcard): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (belr): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (bctoolbox): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
|
|
| |
* gnu/packages/linphone.scm (bcunit): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
|
|
| |
* gnu/packages/mail.scm (muchsync): New variable.
|
|
|
|
|
| |
* gnu/packages/gps.scm (gpsd): Update to 3.20.
[inputs]: Add gtk+.
|
|
|
|
| |
* gnu/packages/lisp.scm (txr): Update to 234.
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (lollypop)[arguments]: Take down some at-ats
with proper module imports and prefixing. Remove the redundant
‘wrap-glib-or-gtk’ phaseis already run by the MESON-BUILD-SYSTEM.
|
|
|
|
|
| |
* gnu/packages/cross-base.scm (package-with-extra-patches): Add trailing
paren.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
These patches were originally found at the debian mingw-w64 team's
binutils repo, and should improve the reproducibility of our mingw-w64
toolchain.
* gnu/packages/patches/binutils-mingw-w64-reproducible-import-libraries.patch:
New file.
* gnu/packages/patches/binutils-mingw-w64-specify-timestamp.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
* gnu/packages/cross-base.scm (cross-binutils): Apply relevant patches
if target is mingw-w64.
(package-with-extra-patches): New procedure.
|
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/39301>.
Reported by strypsteen@posteo.net.
* guix/scripts/system/reconfigure.scm (switch-to-system)
(upgrade-shepherd-services, install-bootloader): Use 'system*' instead
of 'primitive-load'.
|
|
|
|
|
|
|
|
|
|
| |
Previously, 'switch-to-system.drv' and 'install-bootloader.drv' would
depend on the user's (guix config) module. This is no longer the case.
* guix/scripts/system/reconfigure.scm (not-config?): New procedure.
(switch-system-program): Do not import the user's (guix config). Use
'make-config.scm' instead.
(install-bootloader-program): Likewise.
|
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/40377>.
Reported by Brice Waegeneire <brice@waegenei.re>.
* guix/git.scm (switch-to-ref): In the 'tag case, remove call to
'tag-lookup'.
|
|
|
|
|
|
| |
* gnu/packages/matrix.scm (synapse): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
|
| |
* gnu/packages/matrix.scm: New file.
(python-matrix-synapse-ldap3): New variable.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add matrix.scm.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm: (python-pysaml2) New variable.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-txacme): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm: (python-txsni) New variable.
Co-authored-by: Alex ter Weele <alex.ter.weele@gmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm: (python-pem) New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm: (python-eliot) New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm: (python-boltons) New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-ldap3): New variable.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-prometheus-client): New variable.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pymacaroons): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-daemonize): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-signedjson): New variable.
Co-authored-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-canonicaljson): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-unpaddedbase64): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-frozendict): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
* gnu/services/telephony.scm (default-murmur-config): Add newline after
"max-user-bandwidth".
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/fonts.scm (font-iosevka-term): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
| |
* gnu/packages/fonts.scm (font-iosevka-term-slab): New variable.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|