summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-10-15gnu: Add psftools....* gnu/packages/fontutils.scm (psftools): New public variable. Tobias Geerinckx-Rice
2023-10-15gnu: mosh: Prepare for cross-building....Currently blocked by protobuf. * gnu/packages/ssh.scm (mosh)[arguments]: Use SEARCH-INPUT-FILE. Tobias Geerinckx-Rice
2023-10-15gnu: mosh: Update package style....* gnu/packages/ssh.scm (mosh)[arguments]: Use G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-10-15gnu: font-terminus: Install the README....* gnu/packages/fonts.scm (font-terminus): Add a new 'install-documentation phase. Tobias Geerinckx-Rice
2023-10-15gnu: ncdu: Use a less clever licence URL....* gnu/packages/ncdu.scm (ncdu-1)[license]: Use a relative file:// in the source directory instead of a remote https:// link to a Gitweb instance. Tobias Geerinckx-Rice
2023-10-15gnu: iceauth: Fix source....* gnu/packages/xorg.scm (iceauth)[source]: Fix name & hash. Reported by ulfvonbelow in #guix. Tobias Geerinckx-Rice
2023-10-19gnu: Add cl-wayland....* gnu/packages/lisp-xyz.scm (sbcl-cl-wayland, cl-wayland, ecl-cl-wayland): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Karl Hallsby
2023-10-19gnu: Add cl-xkbcommon....* gnu/packages/lisp-xyz.scm (sbcl-xkbcommon, cl-xkbcommon, ecl-xkbcommon): New variables. Co-authored-by: Guillaume Le Vaillant <glv@posteo.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Karl Hallsby
2023-10-19gnu: openfwwf-firmware: Don't build for a specific target....* gnu/packages/firmware.scm (openfwwf-firmware)[arguments]: Set target to #f since we're building firmware files. Efraim Flashner
2023-10-19gnu: ath9k-htc-firmware: Don't build for a specific target....* gnu/packages/firmware.scm (ath9k-htc-firmware)[arguments]: Set target to #f since we're building firmware files. Efraim Flashner
2023-10-19gnu: iwd: Update to 2.8....* gnu/packages/networking.scm (iwd): Update to 2.8. [synopsis]: Change to "iNet Wireless Daemon". Hilton Chain
2023-10-19gnu: ell: Update to 0.59....* gnu/packages/linux.scm (ell): Update to 0.59. [native-inputs]: Add procps. Hilton Chain
2023-07-23gnu: linux-libre 6.1: Update to 6.1.58....* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.58. (linux-libre-6.1-pristine-source): Update hash. Signed-off-by: Leo Famulari <leo@famulari.name> Wilko Meyer
2023-10-18doc: Expand origin-Reference section...* doc/guix.texi (origin Reference): Add references for hg-reference, svn-reference, bzr-fetch, and bzr-reference. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Christina O'Donnell
2023-10-18gnu: Add ipvsadm....* gnu/packages/linux.scm (ipvsadm): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> B. Wilson
2023-10-18gnu: Add dzaima-apl....* gnu/packages/apl.scm (dzaim-apl): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> B. Wilson
2023-10-18locate: Do not return the system database when it is too old....Fixes a bug whereby ‘guix locate’ would pick the system database, then decide it’s too old, try to update it, and fail because it’s not writable by unprivileged users. Fixes <https://issues.guix.gnu.org/66612>. * guix/scripts/locate.scm (file-age): New procedure. (suitable-database): Add ‘age-update-threshold’ parameter and honor it. (guix-locate): Remove ‘file-age’. Pass ‘age-update-threshold’ to the ‘database’ option. Reported-by: Matt Wette <matt.wette@gmail.com> Ludovic Courtès
2023-10-18gnu: isc-dhcp: Fix cross-compilation to powerpc-linux....* gnu/packages/admin.scm (isc-dhcp)[arguments]: Adjust the custom 'fix-bind-cross-compilation phase to force linking with '-latomic' when building for powerpc-linux. Efraim Flashner
2023-10-18gnu: Sort use-module in (gnu packages virtualization) alphabetically....* gnu/packages/virtualization.scm. Sort use-module alphabetically to easy maintenance. Signed-off-by: Andrew Tropin <andrew@trop.in> Sharlatan Hellseher
2023-10-18gnu: Add VMware open-vm-tools....* gnu/packages/virtualization.scm (vmware-open-vm-tools, vmware-open-vm-tools-gtk): New variables. Signed-off-by: Andrew Tropin <andrew@trop.in> Sharlatan Hellseher
2023-10-18gnu: Add chirp....* gnu/packages/radio.scm (chirp): New variable. Guillaume Le Vaillant
2023-10-18gnu: Add python-yattag....* gnu/packages/python-xyz.scm (python-yattag): New variable. Guillaume Le Vaillant
2023-10-18gnu: gqrx: Update to 2.17.2....* gnu/packages/radio.scm (gqrx): Update to 2.17.2. Guillaume Le Vaillant
2023-10-18gnu: csdr: Update to 0.18.2....* gnu/packages/radio.scm (csdr): Update to 0.18.2. Guillaume Le Vaillant
2023-10-18gnu: cl-prompter: Update to 0.1.0-0.b40a13a....* gnu/packages/lisp-xyz.scm (sbcl-prompter): Update to 0.1.0-0.b40a13a. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes
2023-10-18gnu: python-flask-restful-swagger: Add missing input....* gnu/packages/python-web.scm (python-flask-restful-swagger) [propagated-inputs]: Add python-six. Efraim Flashner
2023-10-17gnu: python-pgpy: Update to 0.6.0....* gnu/packages/python-crypto.scm (python-pgpy): Update to 0.6.0. [propagated-inputs]: Remove python-singledispatch and python-six. Efraim Flashner
2023-10-17doc: Clarify partition LBA compatibility....* doc/guix.texi (partition Reference): Clarify LBA compatibility. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Gabriel Wicki
2023-10-17guix: import: opam: Handle list of licenses....Fixes <https://issues.guix.gnu.org/issue/66461>. Reported by Simon Tournier <zimon.toutoune@gmail.com>. * guix/import/opam.scm (opam->guix-package): Handle lists of licenses. Signed-off-by: Simon Tournier <zimon.toutoune@gmail.com> Josselin Poiret
2023-10-17scripts: weather: Handle EPIPE errors when displaying help....* guix/scripts/weather.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: upgrade: Handle EPIPE errors when displaying help....* guix/scripts/upgrade.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: time-machine: Handle EPIPE errors when displaying help....* guix/scripts/time-machine.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: substitute: Handle EPIPE errors when displaying help....* guix/scripts/substitute.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: system: Handle EPIPE errors when displaying help....* guix/scripts/system.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: style: Handle EPIPE errors when displaying help....* guix/scripts/style.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: size: Handle EPIPE errors when displaying help....* guix/scripts/size.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: show: Handle EPIPE errors when displaying help....* guix/scripts/show.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: shell: Handle EPIPE errors when displaying help....* guix/scripts/shell.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: search: Handle EPIPE errors when displaying help....* guix/scripts/search.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: repl: Handle EPIPE errors when displaying help....* guix/scripts/repl.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: remove: Handle EPIPE errors when displaying help....* guix/scripts/remove.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: refresh: Handle EPIPE errors when displaying help....* guix/scripts/refresh.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: pull: Handle EPIPE errors when displaying help....Reported by Mathieu Othacehe <othacehe@gnu.org>. * guix/scripts/pull.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: publish: Handle EPIPE errors when displaying help....* guix/scripts/publish.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: processes: Handle EPIPE errors when displaying help....* guix/scripts/processes.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: package: Handle EPIPE errors when displaying help....Reported by Mathieu Othacehe <othacehe@gnu.org>. * guix/scripts/package.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: pack: Handle EPIPE errors when displaying help....* guix/scripts/pack.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: offload: Handle EPIPE errors when displaying help....* guix/scripts/offload.scm (guix-offload): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: locate: Handle EPIPE errors when displaying help....* guix/scripts/locate.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier
2023-10-17scripts: lint: Handle EPIPE errors when displaying help....* guix/scripts/lint.scm (%options): Handle EPIPE errors when displaying help. Simon Tournier