aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-02doc: Fix some cgit-configuration typos(?)....* doc/guix.texi (Version Control Services): Fix lost ‘cgit-repo’s. Tobias Geerinckx-Rice
2023-07-08gnu: python-pyzmq: Enable the draft test....* gnu/packages/python-xyz.scm (python-pyzmq) [arguments]: Delete the disable-problematic-tests phase and add a configure phase. Maxim Cournoyer
2023-07-08gnu: Add gnome-shell-extension-vitals....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-vitals): New variable. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Eidvilas Markevičius
2023-07-08gnu: make-crust-package: Remove debugging left-overs....* gnu/packages/firmware.scm (make-crust-package) [arguments]: Remove pk call and commented error call. Maxim Cournoyer
2023-07-02gnu: crda: Mark up acronyms in description....* gnu/packages/linux.scm (crda)[synopsis, description]: Use @acronym{}. Tobias Geerinckx-Rice
2023-07-02gnu: crda: Use G-expressions....* gnu/packages/linux.scm (crda)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: crda: Update to 4.15....* gnu/packages/linux.scm (crda): Update to 4.15. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't explicitly return #t from phases. Slightly rename 'set-regulator-db-file-name phase. Tobias Geerinckx-Rice
2023-07-02gnu: smartmontools: Update to 7.3....* gnu/packages/admin.scm (smartmontools): Update to 7.3. Tobias Geerinckx-Rice
2023-07-02gnu: lynx: Mark up acronyms in description....* gnu/packages/web-browsers.scm (lynx)[description]: Use @acronym{}. Tobias Geerinckx-Rice
2023-07-02gnu: lynx: Use G-expressions....* gnu/packages/web-browsers.scm (lynx)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: lynx: Update to 2.9.0dev.12....* gnu/packages/web-browsers.scm (lynx): Update to 2.9.0dev.12. [arguments]: Don't explicitly return #t from phases. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Use G-expressions....* gnu/packages/debian.scm (dpkg)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Use the (intended) input perl's version....* gnu/packages/debian.scm (dpkg)[arguments]: Replace reference to the host-side perl variable with one to the build-side "perl" input. Tobias Geerinckx-Rice
2023-07-02gnu: dpkg: Update to 1.21.22....* gnu/packages/debian.scm (dpkg): Update to 1.21.22. Tobias Geerinckx-Rice
2023-07-02gnu: wcslib: Download source over HTTPS....* gnu/packages/astronomy.scm (wcslib)[source]: Use HTTPS. Tobias Geerinckx-Rice
2023-07-02gnu: wcslib: Update to 8.1....* gnu/packages/astronomy.scm (wcslib): Update to 8.1. Tobias Geerinckx-Rice
2023-07-02gnu: wireless-regdb: Mark up acronyms in description....* gnu/packages/linux.scm (wireless-regdb)[description]: Use @acronym{}. Tobias Geerinckx-Rice
2023-07-02gnu: wireless-regdb: Update to 2023.05.03....* gnu/packages/linux.scm (wireless-regdb): Update to 2023.05.03. Tobias Geerinckx-Rice
2023-07-07gnu: u-boot-ts7970-q-2g-1000mhz-c: Fix build....* gnu/packages/bootloaders.scm (u-boot-ts-mx6) [arguments]: Replace adjust-for-gcc10 phase with adjust-for-current-gcc. Maxim Cournoyer
2023-07-07gnu: u-boot: Remove extraneous space....* gnu/packages/bootloaders.scm (u-boot) [build-system]: Remove extraneous space. Maxim Cournoyer
2023-07-07gnu: Add crust-pinebook and crust-pine64-plus....* gnu/packages/bootstrap.scm (glibc-dynamic-linker): Add or1k-elf. gnu/packages/firmware.scm (make-crust-package, crust-pinebook) (crust-pine64-plus): New variables. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Reviewed-by: Maxime Devos <maximedevos@telenet.be> Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Vagrant Cascadian
2023-07-07gnu: Add nanosvg....* gnu/packages/graphics.scm (nanosvg): New variable. Maxim Cournoyer
2023-07-07gnu: b4: Update to 0.12.3....* gnu/packages/version-control.scm (b4): Update to 0.12.3. Josselin Poiret
2023-07-07services: libvirt: Add requirement on dbus....* gnu/services/virtualization.scm (libvirt-shepherd-service): Add requirement on dbus. Josselin Poiret
2023-07-07image: Prefer gpt partition table for efi images...* gnu/system/image.scm (efi-disk-image): Use gpt partition-table-type. (efi32-disk-image): Use gpt partition-table-type. (qcow2-image-type): Use mbr partition-table-type explicitly. * gnu/tests/image.scm: Assert partition table type of efi-disk-image. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Sergey Trofimov
2023-07-07gnu: gnome: Remove gnome-boxes from default GNOME apps....* gnu/packages/gnome.scm (gnome): Remove gnome-boxes from propagated-inputs, since it is no longer a Core App in 42. Josselin Poiret
2023-07-07doc: Fix typo in screen-locker-service swaylock example....* doc/guix.texi (X Window): Reference swaylock instead of xlockmore. Signed-off-by: Josselin Poiret <dev@jpoiret.xyz> Arvid Krein
2023-07-02gnu: privoxy: Update to 3.0.34....* gnu/packages/tor.scm (privoxy): Update to 3.0.34. Tobias Geerinckx-Rice
2023-07-02gnu: git: Update to 2.41.0....* gnu/packages/version-control.scm (git): Update to 2.41.0. [source]: Remove upstreamed patch. * gnu/packages/patches/git-header-cmd.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice
2023-07-02gnu: memtest86+: Update to 6.20....* gnu/packages/hardware.scm (memtest86+): Update to 6.20. Tobias Geerinckx-Rice
2023-07-02gnu: di: Use G-expressions....* gnu/packages/admin.scm (di)[arguments]: Rewrite as G-expressions. Rename 'setup-environment phase to 'override-environment. Tobias Geerinckx-Rice
2023-07-02gnu: di: Update to 4.52....* gnu/packages/admin.scm (di): Update to 4.52. Tobias Geerinckx-Rice
2023-07-02services: nginx: Harden php-location settings....* gnu/services/web.scm (nginx-php-location): Only pass existing PHP files to the back end. Mitigate httpoxy vulnerability. Bruno Victal
2023-07-07gnu: Add Plunder....* gnu/packages/games.scm (plunder): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-reflex-sdl2....* gnu/packages/haskell-xyz.scm (ghc-reflex-sdl2): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-reflex....* gnu/packages/haskell-xyz.scm (ghc-reflex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-ref-tf....* gnu/packages/haskell-xyz.scm (ghc-ref-tf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-patch....* gnu/packages/haskell-xyz.scm (ghc-patch): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-prim-uniq....* gnu/packages/haskell-xyz.scm (ghc-prim-uniq): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-dependent-map....* gnu/packages/haskell-xyz.scm (ghc-dependent-map): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-dependent-sum....* gnu/packages/haskell-xyz.scm (ghc-dependent-sum): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-commutative-semigroup....* gnu/packages/haskell-xyz.scm (ghc-commutative-semigroup): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-exception-transformers....* gnu/packages/haskell-xyz.scm (ghc-exception-transformers): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-sdl2-gfx....* gnu/packages/haskell-xyz.scm (ghc-sdl2-gfx): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-sdl2-ttf....* gnu/packages/haskell-xyz.scm (ghc-sdl2-ttf): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-these-lens....* gnu/packages/haskell-xyz.scm (ghc-these-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-generic-lens....* gnu/packages/haskell-xyz.scm (ghc-generic-lens): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-generic-lens-core....* gnu/packages/haskell-xyz.scm (ghc-generic-lens-core): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-indexed-profunctors....* gnu/packages/haskell-xyz.scm (ghc-indexed-profunctors): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex
2023-07-07gnu: Add ghc-constraints-extras....* gnu/packages/haskell-xyz.scm (ghc-constraints-extras): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> zamfofex