Age | Commit message (Collapse) | Author |
|
* gnu/packages/syncthing.scm (go-github-com-pkg-errors): Move ...
* gnu/packages/golang.scm (go-github-com-pkg-errors): ... here.
|
|
* gnu/packages/golang.scm (go-github-com-lucas-clemente-quic-go: New variable.
|
|
* gnu/packages/golang.scm (go-github-com-cheekybits-genny): New variable.
|
|
* gnu/packages/golang.scm (go-github-com-marten-seemann-qtls): New variable.
|
|
* gnu/packages/golang.scm (go-golang-org-x-crypto): New variable.
|
|
* gnu/packages/golang.scm (go-golang-org-x-tools): New variable.
|
|
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-github-com-mattn-go-shellwords): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-github-com-gdamore-tcell): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/textutils.scm (go-github.com-mattn-go-runewidth): Update to
0.0.4-1.703b5e6.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-github-com-gdamore-encoding): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-golang-org-colorful): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-golang-org-sql-mock): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-golang-org-x-text-unicode-norm): Inherit from
go-golang-org-x-text-encoding.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-golang-org-x-text-transform): Inherit from
go-golang-org-x-text-encoding.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/golang.scm (go-golang-org-x-text-encoding): New variable.
Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
|
|
* gnu/packages/linux.scm (btrfs-progs): Update to 5.2.1.
|
|
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.4.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.62.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
|
|
* gnu/packages/dns.scm (unbound): Update to 1.9.2.
|
|
* gnu/packages/crypto.scm (signify): Update to 26.
[source]: Change to URL-FETCH to get the shiny new release tarball.
|
|
* gnu/packages/image-viewers.scm (feh): Update to 3.2.1.
|
|
|
|
|
|
* gnu/packages/kodi.scm (kodi): Update to 18.3.
|
|
* gnu/packages/image.scm (pngcrush)[description]: Fix typo.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
|
|
* gnu/packages/video.scm (libva-utils): New public variable.
|
|
* gnu/packages/video.scm (intel-vaapi-driver): New public variable.
|
|
* gnu/packages/linux.scm (linux-libre-5.2-version): Update to 5.2.3.
(linux-libre-5.2-pristine-source)[hash]: Update hash.
|
|
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.61.
(linux-libre-4.19-pristine-source)[hash]: Update hash.
|
|
* gnu/packages/linux.scm (deblob-scripts-5.2, deblob-scripts-4.19): Update
to versions 5.2.3 and 4.19.61 respectively, and update the hashes.
(deblob-scripts-4.14, deblob-scripts-4.9, deblob-scripts-4.4): Update to
versions 4.14.134, 4.9.186, and 4.4.186 respectively, although the scripts
themselves are unchanged.
|
|
This works around timeouts that sometimes occur after 1 hour of silence
while packing the linux-libre source tarball on slower machines.
* gnu/packages/linux.scm (make-linux-libre-source): Pass 'v' to 'tar'
when packing the result tarball.
|
|
* gnu/packages/linux.scm (%default-extra-linux-options):
Set CONFIG_SECURITY_DMESG_RESTRICT.
|
|
* gnu/packages/web.scm (hpcguix-web): Update to f39c90b.
[propagated-inputs]: Use GUILE-JSON-3 instead of GUILE-JSON-1.
|
|
* gnu/packages/emacs-xyz.scm (emacs-mastodon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-wc-mode): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ox-pandoc): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-ox-epub): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-gnus-alias): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/emacs-xyz.scm (emacs-bug-hunter): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Fixes <https://bugs.gnu.org/36813>.
Reported by Jakob L. Kreuze <zerodaysfordays.sdf.org@sdf.org>.
* guix/gexp.scm (program-file-compiler): Pass #:system and #:target to
'gexp->script'.
(load-path-expression): Add #:system and #:target and honor them.
(gexp->script): Likewise.
* tests/gexp.scm ("program-file #:system"): New test.
* doc/guix.texi (G-Expressions): Adjust accordingly.
|
|
* guix/gexp.scm (compiled-modules): Add #:target and honor it.
|
|
* guix/discovery.scm (scheme-files)[dot-prefixed?]: New procedure.
Use it to exclude any file starting with ".".
|
|
[[PGP Signed Part:No public key for F506FD169D8FD95A created at 2019-07-24T18:35:10+0200 using RSA]]
* gnu/tests/reconfigure.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/system.scm (switch-to-system)
(upgrade-shepherd-services, install-bootloader): Delete variable.
(local-eval): New variable.
(install): Remove 'bootloader-installer' and 'bootcfg-file' parameters.
(install): Add 'bootloader' parameter.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* guix/scripts/system/reconfigure.scm: New file.
* Makefile.am (MODULES): Add it.
* guix/scripts/system.scm (bootloader-installer-script): Export variable.
* gnu/machine/ssh.scm (switch-to-system, upgrade-shepherd-services)
(install-bootloader): Delete variable.
* gnu/machine/ssh.scm (deploy-managed-host): Rewrite procedure.
* gnu/services/herd.scm (live-service): Export variable.
* gnu/services/herd.scm (live-service-canonical-name): New variable.
* tests/services.scm (live-service): Delete variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/sdl.scm (sdl2): Update to 2.0.10.
|
|
* guix/scripts/build.scm (transform-package-source-commit)[replace]:
Special case COMMIT that starts with "v[0-9]".
|
|
* guix/git.scm (switch-to-ref): In the 'tag' case, resolve the target of
the tag.
* tests/guix-build-branch.sh: Adjust test accordingly.
|
|
Fixes <https://bugs.gnu.org/36371>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.
* guix/git.scm (git-checkout-compiler): Pass 'tag-or-commit' to
'latest-repository-commit*'.
* doc/guix.texi (Package Transformation Options): Update '--with-commit'
documentation accordingly.
* tests/guix-build-branch.sh: Add test.
|