summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2021-06-12gnu: Add telescope.cage
* gnu/packages/web-browsers.scm (telescope): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: xsettingsd: Add manuals.Brice Waegeneire
* gnu/packages/xdisorg.scm (xsettingsd)[arguments]: Modify install phase to include manuals.
2021-06-12gnu: xf86-video-intel: Update to 2.99.917-18.31486f4.Brice Waegeneire
* gnu/packages/xorg.scm (xf86-video-intel): Update to latest commit. [source]: Change url to quiet the linter.
2021-06-12gnu: libressl: Update to 3.3.3.Brice Waegeneire
* gnu/packages/tls.scm (libressl): Update to 3.3.3.
2021-06-12gnu: qalculate-gtk: Update to 3.19.0.Jack Hill
* gnu/packages/maths.scm (qalculate-gtk): Update to 3.19.0. [phases]: Remove 'add-pot-file. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: libqalculate: Update to 3.19.0.Jack Hill
* gnu/packages/maths (libqalculate): Update to 3.19.0. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: password-store: Update to 1.7.4.Xinglu Chen
* gnu/packages/password-utils.scm (password-store): Update to 1.7.4. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: emacs-emms: Update to 7.3.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-emms): Update to 7.3. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: emacs-ivy-rich: Update to 0.1.6-2.600b818.Michael Rohleder
* gnu/packages/emacs-xyz.scm (emacs-ivy-rich): Update to 0.1.6-2.600b818. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: emacs-vc-hgcmd: Update to 1.14.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-vc-hgcmd): Update to 1.14. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: emacs-ivy-posframe: Update to 0.6.1.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-ivy-posframe): Update to 0.6.1. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: Add emacs-ytel-show.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-ytel-show): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: Add emacs-ytel.Xinglu Chen
* gnu/packages/emacs-xyz.scm (emacs-ytel): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: Add emacs-doom-snippets.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-doom-snippets): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: Add emacs-reverse-im.Alexandr Vityazev
* gnu/packages/emacs-xyz.scm (emacs-reverse-im): New variable. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: lagrange: Update to 1.5.1.Solene Rapenne via Guix-patches via
* gnu/packages/web-browser.scm (lagrange): Update to 1.5.1. Signed-off-by: Nicolas Goaziou <[email protected]>
2021-06-12gnu: grub-efi: Enable the stack protector.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (grub-efi)[arguments]: Add "--enable-stack-protector" to #:configure-flags.
2021-06-12gnu: grub: Update to 2.06.Tobias Geerinckx-Rice
[source]: Remove upstreamed patches. * gnu/packages/patches/grub-setup-root.patch: Update patch. * gnu/packages/patches/grub-verifiers-Blocklist-fallout-cleanup.patch, gnu/packages/patches/grub-cross-system-i686.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them.
2021-06-12installer: Improve install device detection.Mathieu Othacehe
* gnu/installer/parted.scm (non-install-devices): Improve the detection by assuming that any device with the ISO9660 label is the installation device.
2021-06-12gnu: libopensmtpd, opensmtpd-filter-dkimsign: Add source URI.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (libopensmtpd, opensmtpd-filter-dkimsign) [source]: Add a URI that might work in Tasmania and 's further upstream regardless.
2021-06-12gnu: liquid-dsp: Make reproducibility explicit.Guillaume Le Vaillant
* gnu/packages/radio.scm (liquid-dsp)[native-inputs]: Add automake. [arguments]: Add flag to disable SIMD instructions to 'configure-flags'.
2021-06-12gnu: svt-hevc: Update upstream hash.Tobias Geerinckx-Rice
The v1.5.1 was moved in place (meditate on that) but the change is harmless. See <http://issues.guix.gnu.org/48966>. * gnu/packages/video.scm (svt-hevc)[source]: Adjust hash accordingly.
2021-06-12gnu: sudo: Update to 1.9.7p1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.7p1.
2021-06-12Revert "gnu: liburcu: Omit static library."Tobias Geerinckx-Rice
This reverts commit 702affc6d70dfec926ee5a0badce217a7044f9eb. It's too much trouble to add a :static output just for bcachefs-progs/static.
2021-06-12etc: indent-code.el: Remove any existing tabs.Tobias Geerinckx-Rice
* etc/indent-code.el (main): Call UNTABIFY on the sexp or entire buffer.
2021-06-12installer: Check partitions UUIDs.Mathieu Othacehe
* gnu/installer/parted.scm (&cannot-read-uuid): New condition. (cannot-read-uuid?, cannot-read-uuid-partition): New procedures. (check-user-partitions): Check that all user-partitions have a valid UUID, raide the above condition otherwise. * gnu/installer/newt/partition.scm (run-disk-page): Run an error page if the &cannot-read-uuid condition is raised.
2021-06-12installer: Print user partitions.Mathieu Othacehe
* gnu/installer/newt/partition.scm (run-partitioning-page): Print user-partitions to syslog.
2021-06-12gnu: mpdris2: Update to 0.9.1.Simon Streit
* gnu/packages/mpd.scm (mpdris2): Update to 0.9.1. Signed-off-by: Lars-Dominik Braun <[email protected]>
2021-06-12gnu: Add xkbset.Paul A. Patience
* gnu/packages/xdisorg.scm (xkbset): New variable. Signed-off-by: Ludovic Courtès <[email protected]>
2021-06-12gnu: libmediainfo: Fix usage of libcurl and libtinyxml2.Michael Rohleder
* gnu/packages/video.scm (libmediainfo): Fix usage of libcurl and libtinyxml2. [arguments]: Add configure-flags. [native-inputs]: Move zlib, tinyxml2, curl, libzen to ... [propagated-inputs]: ... Here. (mediainfo): [native-inputs]: Remove zlib, libzen. Move libmediainfo to ... [inputs]: ... Here. Signed-off-by: Ludovic Courtès <[email protected]>
2021-06-12profiles: Move some of the work to the build side.Ludovic Courtès
When running: guix environment --ad-hoc gnome --no-grafts --search-paths this reduces wall-clock time by ~5%. The number of object cache lookups goes down from 96K to 89K. (Note that 'gnome' is an interesting example because it has many propagated inputs, which themselves have propagated inputs too, which would lead to a long input list and a long manifest in the 'profile-derivation' gexp.) * guix/profiles.scm (profile-derivation)[inputs, search-paths]: Remove. [extra-inputs]: New variable. [builder]: Adjust call to 'build-profile'. * guix/build/profiles.scm (manifest-sexp->inputs+search-paths): New procedure. (build-profile): Remove 'inputs' parameter; make 'manifest' the 2nd positional parameter and add #:extra-inputs. Call 'manifest-sexp->inputs+search-paths' to obtain 'inputs' and 'search-paths'.
2021-06-12git: Update the mtime of the just-updated checkout.Ludovic Courtès
Reported by zimoun <[email protected]>. Previously, the mtime of CACHE-DIRECTORY may or may not have been updated after a pull. Thus, 'maybe-remove-expired-cache-entries' could potentially delete CACHE-DIRECTORY right before it's returned. * guix/git.scm (update-cached-checkout): Call 'utime' on CACHE-DIRECTORY.
2021-06-11gnu: linux-libre 4.4: Update to 4.4.272.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.272. (linux-libre-4.4-pristine-source): Update hash.
2021-06-11gnu: linux-libre 4.9: Update to 4.9.272.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.272. (linux-libre-4.9-pristine-source): Update hash.
2021-06-11gnu: linux-libre 4.14: Update to 4.14.236.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.236. (linux-libre-4.14-pristine-source): Update hash.
2021-06-11gnu: linux-libre 4.19: Update to 4.19.194.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.194. (linux-libre-4.19-pristine-source): Update hash.
2021-06-11gnu: linux-libre 5.4: Update to 5.4.125.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.125. (linux-libre-5.4-pristine-source): Update hash.
2021-06-11gnu: linux-libre 5.10: Update to 5.10.43.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.43. (linux-libre-5.10-pristine-source): Update hash.
2021-06-11gnu: linux-libre: Update to 5.12.10.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.12-version): Update to 5.12.10. (linux-libre-5.12-pristine-source): Update hash.
2021-06-11gnu: soapyhackrf: Update to 0.3.3-2.8d2e7be.Guillaume Le Vaillant
* gnu/packages/radio.scm (soapyhackrf): Update to 0.3.3-2.8d2e7be.
2021-06-11gnu: thermald: Update to 2.4.6.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (thermald): Update to 2.4.6.
2021-06-11gnu: dtc: Update to 1.6.1.Tobias Geerinckx-Rice
* gnu/packages/bootloaders.scm (dtc): Update to 1.6.1.
2021-06-11gnu: squashfs-tools: Install some documentation.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (squashfs-tools)[arguments]: Add a new 'install-documentation phase. Remove an obsolete #t whilst here.
2021-06-11gnu: squashfs-tools: Support Zstandard compression.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (squashfs-tools)[arguments]: Add "ZSTD_SUPPORT=1" to #:make-flags. [inputs]: Add zstd:lib.
2021-06-11gnu: squashfs-tools: Build from upstream git.Tobias Geerinckx-Rice
* gnu/packages/compression.scm (squashfs-tools)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2021-06-11gnu: klavaro: Update to 3.13.Tobias Geerinckx-Rice
* gnu/packages/education.scm (klavaro): Update to 3.13.
2021-06-10gnu: opensmtpd-filter-dkimsign: Support ed25519 signatures.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd-filter-dkimsign)[arguments]: Define HAVE_ED25519 in #:make-flags. [arguments]: Rename 'inherit-ownership phase to 'patch-Makefile.gnu and patch a hard-coded ‘pkg-config’ command. [inputs]: Replace libressl with openssl.
2021-06-10gnu: opensmtpd-filter-dkimsign: Update to 0.5.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (opensmtpd-filter-dkimsign): Update to 0.5. [source]: Use the upstream release tarball now. [arguments]: Adjust #:make-flags to new upstream Makefile.gnu. Remove obsolete custom 'unpack and 'install phases. Add a new 'inherit-ownership phase. [native-inputs]: Remove Arch Linux Makefile. Add mandoc. Remove the libopensmtpd sources in favour of… [inputs]: …the real thing.
2021-06-10gnu: libopensmtpd: Make public.Tobias Geerinckx-Rice
Now that it's a fancy official release and all. * gnu/packages/mail.scm (libopensmtpd): DEFINE-PUBLIC.
2021-06-10gnu: libopensmtpd: Update to 0.7.Tobias Geerinckx-Rice
* gnu/packages/mail.scm (libopensmtpd): Update to 0.7. [source]: URL-FETCH a release tarball. [arguments]: Remove obsolete 'create-output-directories, 'install-header-file, and 'install-man-page phases. [native-inputs]: Add mandoc.