summary refs log tree commit diff
AgeCommit message (Collapse)Author
2022-03-22gnu: hwdata: Remove unused gzip native input.Brendan Tildesley
* gnu/packages/pciutils.scm (hwdata)[native-inputs]: Remove gzip. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-03-22gnu: hwdata: Set #:target #f.Brendan Tildesley
* gnu/packages/pciutils.scm (hwdata): Set #:target #f. Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-03-22gnu: Add openboard.Nicolas Goaziou
* gnu/packages/education.scm (openboard): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-03-22profiles: manual-database: Remove GDBM workaround.Maxim Cournoyer
* guix/profiles.scm (manual-database): No longer set the MALLOC_PERTURB_ environment variable.
2022-03-22packages: Clarify comment about build-system package record field.jgart
* guix/packages.scm (<package>): Clarify that what goes in the build-system package record field is a build-system record instance. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-22gnu: vim-tagbar: Fix typo in phase name.jgart
* gnu/packages/vim.scm (vim-tagbar)[arguments]: Fix typo in phase name. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-22gnu: tuxguitar: Update to 1.5.5.jgart
* gnu/packages/music.scm (tuxguitar): Update to 1.5.5. [arguments]: Remove trailing booleans. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-22gnu: keepassxc: Improve package style.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc)[arguments]: Use G-expressions. [native-inputs]: Remove labels.
2022-03-22gnu: keepassxc: Update to 2.7.0.Nicolas Goaziou
* gnu/packages/password-utils.scm (keepassxc): Update to 2.7.0. [arguments]<#:phases>: Skip failing test. [inputs]: Add BOTAN, MINIZIP and PCSC-LITE. test
2022-03-22gnu: opencv: Add pkgconfig generation flag.Blake Shaw
* gnu/packages/image-processing.scm (opencv)[arguments]: Add OPENCV_GENERATE_PKGCONFIG flag. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-03-21packages: Fix time-travel from Guix 1.1.0 / Guile < 2.2.7.Maxime Devos
* guix/packages.scm: Only set #:replace? #true when Guile is >= 2.2.7. Fixes: <https://issues.guix.gnu.org/53765> Reported-By: Peter Kois <kangus@gmail.com> Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-21gnu: Add python-pytest-pudb.jgart
* gnu/packages/check.scm (python-pytest-pudb): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-21system: Use 'shadow-with-man-pages' in %BASE-PACKAGES-UTILS.Ludovic Courtès
* gnu/system.scm (%base-packages-utils): Replace SHADOW with SHADOW-WITH-MAN-PAGES.
2022-03-21gnu: shadow: Add variant with man pages.Ludovic Courtès
* gnu/packages/admin.scm (shadow)[properties]: New field. (shadow-with-man-pages): New variable.
2022-03-21gnu: openboardview: Unbundle imgui.Maxim Cournoyer
* gnu/packages/patches/openboardview-use-system-imgui.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/electronics.scm (openboardview)[source]: Delete "imgui" subdirectory from snippet and apply patch. [inputs]{imgui}: New input.
2022-03-21gnu: imgui: Add support for fontconfig and the C++ standard library.Maxim Cournoyer
* gnu/packages/toolkits.scm (imgui)[source]: Streamline snippet. [arguments]: Use gexps. [phases]{build}: Add include directive to fonconfig headers. Also build the C++ sources found under the "misc" directory. {install}: Install headers found under the "misc" directory. [inputs]: Add fontconfig.
2022-03-21gnu: openboardview: Update to 8.95.2.Maxim Cournoyer
* gnu/packages/electronics.scm (openboardview): Update to 8.95.2. [source]: Update snippet comment. [phases]{remove-timestamps}: Delete phase.
2022-03-21gnu: beancount: Disable sanity check.Christine Lemmer-Webber
* gnu/packages/finance.scm (beancount): Disable sanity check.
2022-03-21gnu: emacs-repology: Update to 1.2.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-repology): Update to 1.2.3.
2022-03-21gnu: emacs-ebdb: Update to 0.8.13.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebdb): Update to 0.8.13.
2022-03-21gnu: Add atomic-queue.Arun Isaac
* gnu/packages/cpp.scm (atomic-queue): New variable.
2022-03-21gnu: cl-printv: Update to 0.1.0-2.e717a7f.jgart
* gnu/packages/lisp-xyz.scm (sbcl-printv): Update to 0.1.0-2.e717a7f. [inputs]: Add figlet. [arguments]: Add 'patch-figlet-executable' phase. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21gnu: tinmop: Update to 0.9.6.cage
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.6. [native-inputs]: Use new style. [inputs]: Use new style. Add ncurses, sbcl-purgatory, sbcl-trivial-clipboard and sqlite. [synopsis, description]: Update them. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21gnu: cl-croatoan: Update to 0.0.1-5.5d0949d.cage
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-5.5d0949d. [inputs]: Use new style. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-21gnu: guix: Fix test suite on riscv64-linux.Efraim Flashner
* gnu/packages/package-management.scm (guix)[arguments]: Add phase when building for riscv64-linux to adjust the test suite.
2022-03-20gnu: pyzo: Update to 4.12.3.Nicolas Goaziou
* gnu/packages/python-xyz.scm (pyzo): Update to 4.12.3.
2022-03-20gnu: linux-libre 5.4: Update to 5.4.186.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.186. (linux-libre-5.4-pristine-source): Update hash.
2022-03-20gnu: linux-libre 5.10: Update to 5.10.107.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.107. (linux-libre-5.10-pristine-source): Update hash.
2022-03-20gnu: linux-libre 5.15: Update to 5.15.30.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.30. (linux-libre-5.15-pristine-source): Update hash.
2022-03-20gnu: linux-libre: Update to 5.16.16.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.16. (linux-libre-5.16-pristine-source): Update hash.
2022-03-20home: import: Clarify alias parsing code.Ludovic Courtès
* guix/scripts/home/import.scm (generate-bash-configuration+modules) [bash-alias->pair]: Return #f on match failure. [parse-aliases]: Adjust accordingly and use 'match'. Remove 'filter' call.
2022-03-20home: import: Properly parse aliases that contain quotes.Ludovic Courtès
* guix/scripts/home/import.scm (generate-bash-configuration+modules): Define 'alias-rx'. [bash-alias->pair]: Use it. * tests/home-import.scm (match-home-environment-bash-service-with-alias): New variable. ("manifest->code: Bash service with aliases"): New test.
2022-03-20home: symlink-manager: Respect XDG_CONFIG_HOME during activation.Andrew Tropin
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Respect XDG_CONFIG_HOME during activation. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: Migrate fountutils and xdg modules to xdg-configuration-files.Andrew Tropin
* gnu/home/services/fontutils.scm (home-fontconfig-service-type): Migrate to xdg-configuration-files. * gnu/home/services/xdg.scm (home-xdg-user-directories-service-type, home-xdg-mime-applications-service-type): Migrate to xdg-configuration-files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: shells: Migrate zsh to xdg-configuration-files.Andrew Tropin
* gnu/home/services.scm (home-zsh-service-type): Additionally extend home-xdg-configuration-files-service-type. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: Add home-xdg-configuration-files service.Andrew Tropin
* gnu/home/services.scm (home-xdg-configuration-files): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: Explicitly connect home-file and symlink-manager services.Andrew Tropin
* gnu/home/services.scm (home-files-directory): New variable. * gnu/home/symlink-manager.scm (update-symlinks-script): Use home-files-directory variable from (gnu home services). Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: symlink-manager: Add missing 'done' word in message.Andrew Tropin
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Add missing 'done' word in message, keep code width below 80 column. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20home: symlink-manager: Use existing home-directory symbol.Andrew Tropin
* gnu/home/services/symlink-manager.scm (update-symlinks-script): Use existing home-directory symbol instead of additional getenv call. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-20services: thermald: Add 'adaptive?' field.Jelle Licht
* gnu/services/pm.scm (<thermald-configuration>): Add 'adaptive?' field. (thermald-shepherd-service): Use it to pass --adaptive to thermald. * doc/guix.texi (Power Management Services): Document the 'adaptive?' field of 'thermald-configuration'.
2022-03-20gnu: lagrange: Update to 1.11.2.Efraim Flashner
* gnu/packages/web-browsers.scm (lagrange): Update to 1.11.2.
2022-03-20gnu: flatpak: Update to 1.12.7.Efraim Flashner
* gnu/packages/package-management.scm (flatpak): Update to 1.12.7.
2022-03-20gnu: weechat: Update to 3.4.1.Efraim Flashner
* gnu/packages/irc.scm (weechat): Update to 3.4.1.
2022-03-20gnu: system-config-printer: Use new style for arguments.Liliana Marie Prikler
* gnu/packages/gnome.scm (system-config-printer)[arguments]: Use G-Expressions. Delete trailing #ts.
2022-03-20gnu: system-config-printer: Update to 1.5.16.Liliana Marie Prikler
* gnu/packages/gnome.scm (system-config-printer): Update to 1.5.16. [#:phases]<patch-Makefile.am>: Rename to ... <patch-build-files>: ... this. Also patch configure.ac [inputs]: Replace intltool with gettext-minimal.
2022-03-20gnu: system-config-printer: Add install directories to pythonpath.Liliana Marie Prikler
* gnu/packages.gnome.scm (system-config-printer)[#:phases]: Add ‘add-install-to-pythonpath’ between ‘install’ and ‘wrap-for-python’.
2022-03-20gnu: mumble: Use correct path for libmumbleoverlay.Liliana Marie Prikler
* gnu/packages/telephony.scm (mumble)[fix-mumble-overlay]: Use ‘libmumbleoverlay.so’ instead of the old ‘libmumble.so.1’. Drop trailing #t.
2022-03-20gnu: emacs-helm: Update to 3.8.5.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.5.
2022-03-20gnu: emacs-eldev: Update to 1.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-eldev): Update to 1.0.
2022-03-20gnu: emacs-ebuild-mode: Update to 1.56.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.56.