Age | Commit message (Expand) | Author |
2021-02-26 | gnu: cmh: Update to 1.1.0....* gnu/packages/algebra.scm (cmh): Update to 1.1.0.
(fplll-4-cmh): Remove variable.
| Andreas Enge |
2021-02-26 | gnu: python-pikepdf: Update to 2.6.0....* gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.6.0.
| Nicolas Goaziou |
2021-02-26 | gnu: Add cffi-c-ref....* gnu/packages/lisp-xyz.scm (cl-cffi-c-ref, ecl-cffi-c-ref, sbcl-cffi-c-ref):
New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Adam Kandur |
2021-02-25 | gnu: Return appropriate defconfig for ppc64 (non-LE)...* gnu/packages/linux.scm (system->defconfig): Add "powerpc64-" prefix.
| Carl Dong |
2021-02-25 | gnu: make-nsis: Fix build...* gnu/packages/installers.scm (make-nsis)[arguments]: Use
C{,PLUS}_INCLUDE_PATH instead of CPATH environment variable to fix
build.
| Carl Dong |
2021-02-26 | gnu: mcabber: Enable enchant support....* gnu/packages/messaging.scm (mcabber) [arguments]: Add --enable-enchant
configure-flag.
[inputs]: Add enchant.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: mcabber: Disable static libraries....* gnu/packages/messaging.scm (mcabber) [arguments]: Add --disable-static
configure-flag.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: mcabber: Add missing native-inputs....* gnu/packages/messaging.scm (mcabber) [native-inputs]: Add perl and
python-wrapper.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: mcabber: Update to 1.1.2....* gnu/packages/messaging.scm (mcabber) [version]: Update to 1.1.2.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: loudmouth: Generate documentation....* gnu/packages/messaging.scm (loudmouth) [outputs]: New output "doc".
[arguments]: Add --enable-gtk-doc and --with-html-dir configure-flags.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: loudmouth: Enable GSSAPI....* gnu/packages/messaging.scm (loudmouth) [inputs]: Add mit-krb5.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: loudmouth: Disable static libraries....* gnu/packages/messaging.scm (loudmouth) [arguments]: Add --disable-static
configure-flag and CFLAGS make-flag.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: loudmouth: Update to 1.5.4....* gnu/packages/messaging.scm (loudmouth) [version]: Update to 1.5.4.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
| Raghav Gururajan |
2021-02-26 | gnu: Add agent-proxy....* gnu/packages/embedded.scm (agent-proxy): New variable.
Signed-off-by: Léo Le Bouter <lle-bout@zaclys.net>
| Clément Lassieur |
2021-02-25 | gnu: ruby-solargraph: Update to 0.40.3....* gnu/packages/ruby.scm (ruby-solargraph): Update to 0.40.3.
[propagated-inputs]: Add ruby-benchmark, ruby-e2emap, ruby-kramdown,
ruby-kramdown-parser-gfm. Remove ruby-htmlentities.
| Tomás Ortín Fernández |
2021-02-25 | gnu: Add ruby-benchmark....* gnu/packages/ruby.scm (ruby-benchmark): New variable.
Signed-off-by: Björn Höfling <bjoern.hoefling@bjoernhoefling.de>
| Tomás Ortín Fernández |
2021-02-25 | gnu: Add ruby-e2mmap....* gnu/packages/ruby.scm (ruby-e2mmap): New variable.
| Tomás Ortín Fernández |
2021-02-25 | gnu: Python 3.9: Update to 3.9.2....* gnu/packages/python.scm (python-3.9): Update to 3.9.2.
[source]: Remove obsolete patch.
* gnu/packages/patches/python-3.9-CVE-2021-3177.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Greg Hogan |
2021-02-25 | gnu: Add caf....* gnu/packages/cpp.scm (caf): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
| Greg Hogan |
2021-02-25 | gnu: Add go-github-com-operatorfoundation-ed25519....* gnu/packages/golang.scm (go-github-com-operatorfoundation-ed25519):
New variable.
Co-authored-by: jgart <jgart@dismail.de>
Co-authored-by: Julien Lepiller <julien@lepiller.eu>
Co-authored-by: Ryan Prior <rprior@protonmail.com>
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Co-authored-by: Yasuaki Kudo <yasu@yasuaki.com>
Co-authored-by: Stephen Paul Weber <singpolyma@singpolyma.net>
Signed-off-by: Julien Lepiller <julien@lepiller.eu>
| LibreMiami |
2021-02-25 | gnu: emacs-undo-tree: Update home-page....* gnu/packages/emacs-xyz.scm (emacs-undo-tree)[home-page]: Use new URL.
| Nicolas Goaziou |
2021-02-25 | file-systems: 'mount-file-system' preserves source flags for bind mounts....Fixes <https://bugs.gnu.org/46292>.
* gnu/build/file-systems.scm (mount-file-system): If FS is a bind mount,
add its original mount flags to FLAGS.
| Ludovic Courtès |
2021-02-25 | syscalls: Add 'mounts' and the <mount> record type....* guix/build/syscalls.scm (<mount>): New record type.
(option-string->mount-flags, mount-flags)
(octal-decode, mounts): New procedures.
(mount-points): Rewrite in terms of 'mount'.
* tests/syscalls.scm ("mounts"): New test.
| Ludovic Courtès |
2021-02-25 | syscalls: Define MS_RELATIME....* guix/build/syscalls.scm (MS_RELATIME): New variable.
| Ludovic Courtès |
2021-02-25 | tests: docker-system: Increase VM memory....* gnu/tests/docker.scm (run-docker-system-test)[vm]: Increase
'memory-size'.
| Ludovic Courtès |
2021-02-25 | system: vm: Use Guile 3.0 in Docker images....* gnu/system/vm.scm (system-docker-image): Use GUILE-3.0.
| Ludovic Courtès |
2021-02-25 | services: shepherd: Make /run/booted-system a symlink to the store item....Fixes <https://bugs.gnu.org/46767>.
Previously /run/booted-system would end up referring to
/var/guix/profiles/system-NNN-link; consequently, the booted system
would not be GC-protected.
* gnu/services/shepherd.scm (shepherd-boot-gexp): Call
'canonicalize-path' instead of 'readlink'.
| Ludovic Courtès |
2021-02-25 | machine: ssh: Use 'formatted-message'....* gnu/machine/ssh.scm (machine-check-initrd-modules): Use
'formatted-message' instead of 'format' + '&message'.
| Ludovic Courtès |
2021-02-25 | gnu: guile-simple-zmq: Update to 0.0.0-8.e944617....* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-8.e944617.
[build-system]: Switch to gnu-build-system.
[arguments]: Remove the set-libzmq-file-name phase.
[inputs]: Add autoconf, automake and pkg-config.
| Mathieu Othacehe |
2021-02-25 | gnu: Add python-esptool....* gnu/packages/engineering.scm (python-esptool-3.0): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| qblade |
2021-02-25 | doc: Fix typo....* doc/guix.texi (Reduced Binary Seed Bootstrap): Fix typo.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Gurjeet Singh |
2021-02-25 | gnu: Add emacs-keystore-mode....* gnu/packages/emacs-xyz.scm (emacs-keystore-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| Joseph LaFreniere |
2021-02-25 | gnu: Add emacs-ecukes....* gnu/packages/emacs-xyz.scm (emacs-ecukes): New variable.
| Joseph LaFreniere |
2021-02-25 | describe: Make sure package-channels always returns a list....* guix/describe.scm (package-channels): Return an empty list if the file
origin could not be determined.
| Mathieu Othacehe |
2021-02-25 | describe: Add missing include....This is a follow-up of 17fbd5a5c9c09ff54ce95985dcbcdd1b9c60a34e.
* guix/describe.scm: Add "channel-name" to (guix channels) autoload.
| Mathieu Othacehe |
2021-02-25 | describe: Add package-channels....* guix/describe.scm (package-channels): New procedure.
(package-provenance): Rewrite using package-channels procedure.
| Mathieu Othacehe |
2021-02-25 | gnu: Add cl-irc....* gnu/packages/lisp-xyz.scm (cl-irc, ecl-cl-irc, sbcl-cl-irc): New variables.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
| Aurora |
2021-02-24 | gnu: Open vSwitch: Update to 2.13.3 [fixes CVE-2020-35498]....* gnu/packages/networking.scm (openvswitch): Update to 2.13.3.
| Leo Famulari |
2021-02-25 | gnu: Add chili-sddm-theme....* gnu/packages/display-managers.scm (chili-sddm-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Zheng Junjie |
2021-02-25 | gnu: solaar: Add missing dependencies for the GUI....* gnu/packages/admin.scm (solaar)[propagated-inputs]: Add PYTHON-PYYAML,
PYTHON-PSUTIL, PYTHON-XLIB, GTK+, and PYTHON-PYGOBJECT.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| lasnesne |
2021-02-24 | guix: scripts: Fix corner cases of hint for option typo....* guix/scripts.scm (option-hint): Fix corner cases.
(parse-command-line)[parse-options-from]: Remove 'string?' check
introduced in 11f11d7ecb817d1421f8b5340bcced59396d8708.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| zimoun |
2021-02-24 | substitute: Ensure backtraces go to file descriptor 4....Fixes <https://bugs.gnu.org/46362>.
Reported by Zhu Zihao <all_but_last@163.com>.
Previously, backtraces due to uncaught exceptions would always to go
file descriptor 2; the daemon would read it and error out with something
like:
error: got unexpected path `Backtrace:' from substituter
This patch fixes that by ensuring backtraces are properly displayed on
file descriptor 4.
* guix/scripts/substitute.scm (with-redirected-error-port): New macro.
(guix-substitute): Use 'with-redirected-error-port' instead of 'parameterize'.
| Ludovic Courtès |
2021-02-24 | substitute: Do not unwind stack traces upon uncaught exceptions....This is similar to commit a168c3e4f8d580f70e1c26bcdfc5b8378b2fa42d.
* guix/scripts/substitute.scm (with-networking): Use
'with-throw-handler' instead of 'catch'.
| Ludovic Courtès |
2021-02-24 | ui: Bug-report URL in '--help' can be translated....* guix/ui.scm (show-bug-report-information): Add "/en" to the help URL
and pass it to 'G_'.
| Ludovic Courtès |
2021-02-24 | gnu: luajit-lua52-openresty: Use a source file-name....* gnu/packages/lua.scm (luajit-lua52-openresty)[source]: Add file-name
field.
| Efraim Flashner |
2021-02-24 | gnu: mame: Update to 0.229....* gnu/packages/emulators.scm (mame): Update to 0.229.
| Nicolas Goaziou |
2021-02-24 | Revert "gnu: Add ghc-protolude-0.2."...This reverts commit 9ef7937766dd2e79807f3b0a6cd141ed310650a9.
| Léo Le Bouter |
2021-02-24 | Revert "gnu: purescript: Move to version-specific ghc-protolude-0.2 input."...This reverts commit 59c3ea22546f9bd7e0560a66f98a020af7d1ad6e.
| Léo Le Bouter |
2021-02-24 | Revert "gnu: ghc-protolude: Update to 0.3.0."...This reverts commit a281a67f3ca56b5dfa670b4019d26d4c39e0c804.
| Léo Le Bouter |
2021-02-24 | gnu: greenclip: Move to version-specific ghc-protolude-0.3 input....* gnu/packages/haskell-apps.scm (greenclip)[inputs]: Replace ghc-protolude
with ghc-protolude-0.3.
| Léo Le Bouter |