| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
| |
* guix/git.scm (switch-to-ref)[obj]: Wrap in 'resolve' lambda. Add
'tag-or-commit' case.
(update-cached-checkout): Document it.
|
|
|
|
|
|
| |
* gnu/packages/telephony.scm (jami-client-gnome): Rename to...
(jami): ... this. Update 'name' field accordingly.
(jami-client-gnome): New variable.
|
|
|
|
| |
* gnu/packages/video.scm (vlc): Update to 3.0.7.1.
|
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (clusterssh)[arguments]:
Add ’augment-library-path’ phase so libraries are found.
[propagated-inputs]: Make all of these…
[inputs]: …regular.
|
|
|
|
| |
* gnu/packages/video.scm (youtube-dl): Update to 2019.07.16.
|
|
|
|
|
| |
* gnu/packages/mail.scm (dkimproxy)[arguments]: Wrap dkim_responder.pl.
[inputs]: Add perl-mime-tools and perl-timedate.
|
|
|
|
|
|
|
|
| |
This is a follow-up to 66e39000c612a9e16e6db709954582c6c0db8499, in a
way, since it adds the forgotten *6 inputs.
* gnu/packages/mail.scm (dkimproxy)[arguments]: Refactor ’make-wrapper’ phase.
Add perl-io-socket-inet6 and perl-socket6 to the list.
|
|
|
|
|
| |
* gnu/packages/mail.scm (dkimproxy)[synopsis]: Do so.
[description]: Also.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[synopsis]:
Remove unfortunate ‘a’.
[description]: Fix typo. Edit for clarity.
|
|
|
|
|
|
| |
* gnu/packages/networking.scm (perl-net-dns-resolver-mock)[inputs]:
Move perl-net-dns to here…
[propagated-inputs]: …from here.
|
|
|
|
| |
* gnu/packages/mail.scm (dkimproxy)[license]: Change to gpl2+.
|
|
|
|
|
|
| |
* gnu/packages/mail.scm (dkimproxy)[source]: Add patch.
* gnu/packages/patches/dkimproxy-add-ipv6-support.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
|
| |
Should fix <https://debbugs.gnu.org/cgi/bugreport.cgi?bug=36634>.
* gnu/packages/virtualization.scm (libvirt)[source]: Add patch.
* gnu/packages/patches/libvirt-remove-ATTRIBUTE_UNUSED.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
|
|
|
|
|
|
| |
* gnu/packages/admin.scm (clusterssh)[arguments]: Add ‘refer-to-inputs’ and ‘delete-failing-tests’ phases.
[inputs]: Move xterm to here…
[propagated-inputs]: …from here.
|
|
|
|
|
| |
* gnu/packages/admin.scm (clusterssh)[propagated-inputs]:
Add perl-sort-naturally.
|