| Commit message (Collapse) | Author | Age |
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
* gnu/packages/gnome.scm (gcolor3): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
|
| |
* gnu/packages/python-xyz.scm (python-pyan3): New variable.
* gnu/packages/patches/python-pyan3-fix-absolute-path-bug.patch,
gnu/packages/patches/python-pyan3-fix-positional-arguments.patch: New files.
* gnu/local.mk: Register them.
|
|
|
|
|
| |
* gnu/packages/version-control.scm (git)[properties]: Set 'properties'
field.
|
|
|
|
| |
* gnu/packages/version-control.scm (git): Update to 2.33.0.
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/golang.scm (go-github-com-oneofone-xxhash): New variable.
Signed-off-by: Arun Isaac <arunisaac@systemreboot.net>
|
|
|
|
|
|
| |
* gnu/packages/tor.scm (tractor): Update to 3.12.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
|
|
|
|
|
|
|
|
|
| |
* gnu/system/pam.scm (unix-pam-service): Add account and session PAM entries
for pam-gnupg. Don't pass "#f" to "allow-root?" argument, because "lambda*"
already does this by default.
* doc/guix.texi (X Window): Document this.
* gnu/services/xorg.scm (<slim-configuration>)[gnupg?]: New record field.
(slim-pam-service): Pass "#:gnupg?" argument to "unix-pam-service".
|
|
|
|
| |
* gnu/packages/linux.scm (pam-gnupg): New variable.
|
|
|
|
| |
* gnu/packages/tor.scm (tor): Update to 0.4.6.7.
|
|
|
|
| |
* gnu/packages/gnome.scm (network-manager-applet): Update to 1.22.0.
|
|
|
|
| |
* gnu/packages/games.scm (cataclysm-dda): Update to 0.F-1.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-consult-notmuch): Update to 0.4.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-olivetti): Update to 2.0.1.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-org-fragtog): Update to 0.4.0.
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (cl-yxorp-cli): New variable.
Co-authored-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
|
|
| |
* gnu/packages/lisp-xyz.scm (cl-yxorp, ecl-yxorp, sbcl-yxorp): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
|
|
| |
* .mailmap: Add entry for Christine Lemmer-Webber.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.281.
(linux-libre-4.4-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.280.
(linux-libre-4.9-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.244.
(linux-libre-4.14-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.204.
(linux-libre-4.19-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.141.
(linux-libre-5.4-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.59.
(linux-libre-5.10-pristine-source): Update hash.
|
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-5.13-version): Update to 5.13.11.
(linux-libre-5.13-pristine-source): Update hash.
|
|
|
|
| |
* gnu/packages/tls.scm (openssl-1.0): Wrap in 'hidden-package'.
|
|
|
|
|
|
|
|
|
|
| |
OpenSSL version 1.1 brought some API changes which broke the build here, fix
that by accessing rsa->n (and e) directly, using RSA_get0_key instead.
* gnu/packages/patches/adb-libssl_11-compatibility.patch: New file
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/android.scm (android-platform-system-core)[origin]: Use it.
(adb)[inputs]: Replace openssl-1.0 with openssl.
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, tlsdate does not support a
current release of OpenSSL.
* gnu/packages/ntp.scm (tlsdate): Remove variable.
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, psyclpc does not support a
current release of OpenSSL.
* gnu/packages/messaging.scm (psyclpc): Remove variable.
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, eschalot does not support
a current release of OpenSSL.
* gnu/packages/crypto.scm (eschalot): Remove variable.
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, cadaver does not support a
current release of OpenSSL.
* gnu/packages/web.scm (cadaver): Remove variable.
|
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, pidentd does not support a
current release of OpenSSL, and there does not seem to be any activity
upstream to improve that.
* gnu/packages/networking.scm (pidentd): Remove variable.
|
|
|
|
|
|
|
|
| |
As discussed in <https://bugs.gnu.org/46602>, Dillo does not include a
supported implementation of TLS / HTTPS, and there does not seem to be
any activity upstream to improve that.
* gnu/packages/web-browsers.scm (dillo): Remove variable.
|
|
|
|
|
| |
* gnu/packages/syncthing.scm (syncthing): Update to 1.16.1.
[arguments]: Adjust the custom install phase to upstream changes.
|
|
|
|
|
|
|
|
| |
This commit broke splitting the package into multiple outputs.
See <https://bugs.gnu.org/50071>.
This reverts commit b33f5d7ff0627424a06fd0416761cd81c350e20a.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc/guix-cookbook.texi: Update copyright/name for Christine Lemmer-Webber.
* gnu/build/image.scm: Likewise.
* gnu/build/vm.scm: Likewise.
* gnu/packages/admin.scm: Likewise.
* gnu/packages/assembly.scm: Likewise.
* gnu/packages/audio.scm: Likewise.
* gnu/packages/backup.scm: Likewise.
* gnu/packages/check.scm: Likewise.
* gnu/packages/databases.scm: Likewise.
* gnu/packages/emacs-xyz.scm: Likewise.
* gnu/packages/finance.scm: Likewise.
* gnu/packages/gnupg.scm: Likewise.
* gnu/packages/guile-xyz.scm: Likewise.
* gnu/packages/guile.scm: Likewise.
* gnu/packages/haskell-xyz.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/password-utils.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/python-xyz.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/sphinx.scm: Likewise.
* gnu/packages/ssh.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/services/networking.scm: Likewise.
* gnu/system/vm.scm: Likewise.
|
|
|
|
|
| |
* gnu/packages/radio.scm (gnuradio)[inputs]: Replace python-pyqt with
python-pyqt-without-qtwebkit.
|
|
|
|
|
|
| |
* doc/guix-cookbook.texi (GUIX_PACKAGE_PATH): Fix typo in file name.
Reported-by: breathein on IRC.
|
|
|
|
|
|
| |
* gnu/packages/image.scm (exiv2)[arguments]: Don't skip tests. Add
test-target, configure-flags to enable tests.
[native-inputs]: Add googletest, python.
|
|
|
|
| |
* gnu/packages/image.scm (exiv2): Update to 0.27.4.
|
|
|
|
| |
* gnu/packages/linux.scm (ddcci-driver-linux): Update to 0.3.4.
|
|
|
|
| |
* guix/scripts/import/gem.scm (%options): Fix typo.
|
|
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-ahg): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
|
|
| |
* gnu/packages/xdisorg.scm (wob): Update to 0.12.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): Update to 0.8.2.
|
|
|
|
| |
* gnu/packages/emacs-xyz.scm (emacs-map): Update to 3.1.
|