| Commit message (Collapse) | Author | Age |
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/music.scm (musescore)[snippet]: Remove crashpad_handler and
associated install actions.
[arguments]<#:configure-flags>: Add “-DBUILD_DIAGNOSTICS=OFF”.
[inputs]: Add qtquickcontrols-5.
Co-authored-by: Vivien Kraus <vivien@planete-kraus.eu>
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
| |
* gnu/packages/algebra.scm (giac): Update to 1.9.0-33.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 4.0.0.
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-jsonrpc): Update to 1.0.16.
[source]<origin>: Remove ".git" suffix from URL.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-vertico-posframe): Update to 0.5.9.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.27.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-engine-mode): Update to 2.2.1.
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-eglot): Update to 1.10.
[source]: Use GNU ELPA as upstream since the project as been merged into Emacs
and the GitHub repository is no longer up-to-date.
[arguments]: Remove tests, which do not exist in the tarball.
[propagated-inputs]: Add EMACS-EXTERNAL-COMPLETION, EMACS-SEQ, EMACS-XREF.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-external-completion): New variable.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-clojure-mode): Update to 5.16.0.
|
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-germinal, cl-germinal, ecl-germinal):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-tripod): Update to 0.0.1-1.b019a27.
[outputs, arguments]: New fields.
[inputs]: Add sbcl-local-time, sbcl-nactivitypub and sbcl-njson, and
reindent.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-coleslaw, cl-coleslaw, ecl-coleslaw):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
| |
* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.14.
[inputs]: Add imagemagick.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-cl-i18n): Update to 0.5.3-2.5b569f3.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-triads)[arguments]: Add 'build-binary' phase
to build and install the binary executable.
(ecl-triads): Remove the build-binary phase because this program has not
been tested on ECL upstream.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-6.35c92fc.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
| |
* gnu/home/services/xdg.scm (home-xdg-user-directories-service-type): Make it
possible to override user-directories configuration by extending.
|
|
|
|
| |
* gnu/packages/tor.scm (tor): Update to 0.4.7.12.
|
|
|
|
| |
* gnu/packages/file-systems.scm (nilfs-utils): New variable.
|
|
|
|
| |
* gnu/packages/guile-xyz.scm (guile-aws): New variable.
|
|
|
|
|
| |
* gnu/packages/kde-utils.scm (kdebugsettings)[description]: Remove use of
"allows to".
|
|
|
|
| |
* gnu/packages/cran.scm (r-gson)[description]: Fix pluralized "This package".
|
|\ |
|
| | |
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This provides glyphs for additional fonts such as Amharic that were
otherwise missing.
Fixes <https://issues.guix.gnu.org/60164>.
Reported by Wolf <wolf@wolfsden.cz>.
* gnu/services/base.scm (kmscon-service-type): In 'start' method,
pass #:environment-variables to set 'XDG_DATA_DIRS'.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Previously, db.sqlite-{wal,shm} could be left behind after stopping
guix-daemon. When resuming installation, SQLite could end up behaving
as if transactions visible in the WAL file had been committed, in spite
of having restored SAVED-DATABASE.
Fixes <https://issues.guix.gnu.org/59784>.
Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>.
* gnu/installer/final.scm (install-system): Before restarting
guix-daemon, delete db.sqlite-{wal,shm}.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
As part of fixing <https://issues.guix.gnu.org/59784>, make sure
/var/guix/db.sqlite is only copied while guix-daemon is stopped.
* gnu/installer/final.scm (call-with-mnt-container): Add FIXME comment.
(install-system): Copy DATABASE-FILE and SAVED-DATABASE only when
'guix-daemon' is stopped. Add logging lines.
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
Fixes <https://issues.guix.gnu.org/60010>.
Reported by pelzflorian (Florian Pelz) <pelzflorian@pelzflorian.de>.
Previously, the 'modprobe' executable would try and fail to load the
module from /lib/modules/*. Set 'LINUX_MODULE_DIRECTORY' to make sure
'modprobe' looks for the module in the right place.
* gnu/system/install.scm (uvesafb-shepherd-service)[modprobe]: New
variable.
In 'start' method, invoke it instead of KMOD/bin/modprobe.
|
| |
| |
| |
| | |
* gnu/packages/guile-xyz.scm (guile-pubstrate): New variable.
|
| |
| |
| |
| | |
* gnu/packages/guile-xyz.scm (guile-8sync-for-pubstrate): New variable.
|
| |
| |
| |
| |
| | |
* gnu/packages/guile-xyz.scm (guile-webutils): Update to 0.1-1.d309d65.
[source]: Remove snippet.
|
| |
| |
| |
| | |
* gnu/packages/vim.scm (vim): Update to 9.0.1073.
|
| |
| |
| |
| | |
* gnu/packages/mastodon.scm (toot): Update to 0.32.1.
|
| |
| |
| |
| | |
* gnu/packages/mail.scm (khard): Update to 0.18.0.
|
| |
| |
| |
| | |
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221212.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (python-scanpy)[build-system]: Use
pyproject-build-system.
[arguments]: Remove custom 'build and 'install phases; move pytest arguments
to #:test-flags; add 'pretend-version phase; replace custom 'check phase with
'delete-bad-tests phase.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/bioinformatics.scm (python-multivelo)[build-system]: Use
pyproject-build-system.
[arguments]: Remove custom 'build and 'install phases.
|
| |
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (ecryptfs-utils)[inputs]:
Remove input labels.
[arguments]: Fix ‘utils-linux’ typo.
|
| |
| |
| |
| |
| |
| |
| |
| |
| | |
This should fix #59850, although there might be other binaries I missed.
* gnu/packages/linux.scm (ecryptfs-utils)[arguments]: Add a new
'wrap-scripts phase to do what it says.
[inputs]: Add coreutils, findutils, gawk, grep, keyutils, lsof, rsync,
sed, and which.
|
| |
| |
| |
| | |
* gnu/packages/telephony.scm (coturn): Update to 4.6.1.
|
| |
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/patches/flashrom-fix-building-on-aarch64.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/flashing-tools.scm (flashrom)[source]: Apply it.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.336.
(linux-libre-4.9-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.302.
(linux-libre-4.14-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.269.
(linux-libre-4.19-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.227.
(linux-libre-5.4-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.159.
(linux-libre-5.10-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.83.
(linux-libre-5.15-pristine-source): Update hash.
|
| |
| |
| |
| |
| | |
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.13.
(linux-libre-6.0-pristine-source): Update hash.
|
| |
| |
| |
| |
| |
| |
| | |
* gnu/packages/virtualization.scm (qemu): Update to 7.2.0.
[source](snippet): Don't remove slirp, as it's no longer bundled.
[arguments]: Remove related configure-flag. Specify Meson path.
[native-inputs]: Change from MESON to MESON-0.63.
|