Age | Commit message (Expand) | Author |
2022-11-04 | gnu: r-arrow: Update to 10.0.0....* gnu/packages/cran.scm (r-arrow): Update to 10.0.0.
[propagated-inputs]: Add r-glue.
| Ricardo Wurmus |
2022-11-04 | gnu: apache-arrow: Update to 10.0.0....* gnu/packages/databases.scm (apache-arrow): Update to 10.0.0.
(python-pyarrow)[arguments]: Remove 'patch-cmake-variables phase; do not
bundle headers.
[propagated-inputs]: Do not use labels.
[native-inputs]: Remove labels.
| Ricardo Wurmus |
2022-11-04 | gnu: apache-arrow: Do not use %build-inputs....* gnu/packages/databases.scm (apache-arrow)[arguments]: Do not use
%build-inputs, bind inputs instead.
| Ricardo Wurmus |
2022-11-04 | gnu: Add r-sftime....* gnu/packages/cran.scm (r-sftime): New variable.
| Ricardo Wurmus |
2022-11-04 | gnu: Add r-ca....* gnu/packages/cran.scm (r-ca): New variable.
| Ricardo Wurmus |
2022-11-04 | gnu: Add paraview 5.9.1....* gnu/packages/image-processing.scm (paraview-5.9): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| Ontje Lünsdorf |
2022-11-04 | system: image: Define correct docker image arch when cross building...Cross-building a docker image with:
$ guix system image --image-type=docker --target=aarch64-linux-gnu os.scm
results in an image where the architecture declared in its config.json is
the host architecture rather than the target one. The binaries are
correctly cross-compiled, so the image can be loaded and used despite the
warning message shown by docker:
$ docker load -i vcal7bvsqcijchifhqdvprpd1niqh8sk-docker-image.tar.gz
Loaded image: guix:latest
$ docker create guix:latest
WARNING: The requested image's platform (linux/amd64) does not match the
detected host platform (linux/arm64/v8) and no specific platform was
requested
40f06aa869ed690489c4a3824a7f7721bd4bf453b85f25ac7199266939fe2fba
$ echo $?
0
This is fixed by passing the correct triplet to the build-docker-image
function.
* gnu/system/image.scm (system-docker-image) Add ‘image-target’ variable.
[builder]: Pass ‘#:system’ argument to ‘build-docker-image’.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| Thiago Jung Bauermann |
2022-11-04 | gnu: vis: Update to 0.8....* gnu/packages/text-editors.scm (vis): Update to 0.8.
[arguments]: Enable all tests.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| jgart |
2022-11-04 | gnu: Add uxn....* gnu/packages/emulators.scm (uxn): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Antero Mejr |
2022-11-03 | gnu: Fix various case and whitespace issues in synopsis....* gnu/packages/kodi.scm (fstrcmp)[synopsis]: Fix case.
* gnu/packages/lisp-xyz.scm (sbcl-cl-form-types)[synopsis]: Fix case.
* gnu/packages/machine-learning.scm (python-torchvision)[synopsis]: Remove
leading whitespace.
* gnu/packages/networking.scm (lcrq)[synopsis]: Fix case.
(lcsync)[synopsis]: Likewise.
* gnu/packages/ruby.scm (ruby-mustache)[synopsis]: Fix case.
| Vagrant Cascadian |
2022-10-30 | gnu: folly: Update to 2022.10.31.00....* gnu/packages/cpp.scm (folly): Update to 2022.10.31.00.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: pam-mount: Use G-expressions....* gnu/packages/admin.scm (pam-mount)[arguments]:
Rewrite as G-expressions.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: pam-mount: Remove input labels....* gnu/packages/admin.scm (pam-mount)[inputs]:
Remove input labels.
[arguments]: Replace the 'fix-program-paths phase with a new
'patch-file-names one. Don't explicitly return #t from it.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: pam-mount: Use HTTPS home page....* gnu/packages/admin.scm (pam-mount)[home-page]:
Follow permanent (HTTPS) redirect.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: pam-mount, greetd-pam-mount: Rewrite descriptions....* gnu/packages/admin.scm (pam-mount, greetd-pam-mount)[description]:
Edit for style.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: steghide: Temper expectation....* gnu/packages/image.scm (steghide)[synopsis, description]: Make clear
that it's two steps above rot13 on the srs bzns cryptography scale.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: steghide: Update package style....* gnu/packages/image.scm (steghide)[arguments]:
Rewrite as G-expressions. Don't explicitly return #t from phases.
[native-inputs, inputs]: Remove input labels.
| Tobias Geerinckx-Rice |
2022-11-03 | gnu: Fix various synopsis and description issues....* gnu/packages/admin.scm (greetd-pam-mount)[synopsis]: Base synopsis on
pam-mount synopsis.
[description]: Use two spaces consistently.
(greetd)[synopsis]: Begin sentence with upper-case.
* gnu/packages/xdisorg.scm (wlsunset)[description]: Fix spelling and case of
wlsunsest.
* gnu/packages/mail.scm (libpst): Add synopsis.
* gnu/packages/networking.scm (librecast)[synopsis]: Update synopsis.
(lcrq)[description]: Use two spaces after sentences.
| Vagrant Cascadian |
2022-10-30 | gnu: jo: Update to 1.9....* gnu/packages/web.scm (jo): Update to 1.9.
[description]: Use @command{} mark-up.
Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
| jgart via Guix-patches via |
2022-10-30 | gnu: faudio: Update to 22.11....* gnu/packages/audio.scm (faudio): Update to 22.11.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: knot: Update to 3.2.2....* gnu/packages/dns.scm (knot): Update to 3.2.2.
[source]: Remove bundled libngtcp2.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: jgmenu: Update to 4.4.1....* gnu/packages/xdisorg.scm (jgmenu): Update to 4.4.1.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: jetring: Update to 0.31....* gnu/packages/gnupg.scm (jetring): Update to 0.31.
[arguments]: Don't explicitly return #t from phases.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: libngspice: Update to 38....* gnu/packages/engineering.scm (libngspice): Update to 38.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: inxi-minimal: Update to 3.3.23-1....* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.23-1.
| Tobias Geerinckx-Rice |
2022-10-30 | gnu: python-pyaudio: Update to 0.2.12....* gnu/packages/audio.scm (python-pyaudio): Update to 0.2.12.
| Tobias Geerinckx-Rice |
2022-11-03 | gnu: ganeti-instance-guix: Update to 0.7....* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.7.
[inputs]: Remove QEMU-MINIMAL. Add BTRFS-PROGS, E2FSPROGS, F2FS-TOOLS, LVM2,
MULTIPATH-TOOLS, PARTED, and XFSPROGS.
| Marius Bakke |
2022-11-03 | gnu: drbd-utils: Update to 9.22.0....* gnu/packages/cluster.scm (drbd-utils): Update to 9.22.0.
| Marius Bakke |
2022-11-03 | gnu: ungoogled-chromium: Update to 107.0.5304.87-1....* gnu/packages/chromium.scm (%chromium-version): Set to 107.0.5304.87.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
| Marius Bakke |
2022-11-03 | gnu: Open vSwitch: Update to 3.0.1....* gnu/packages/networking.scm (openvswitch): Update to 3.0.1.
| Marius Bakke |
2022-11-03 | file-systems: Gracefully handle EMEDIUMTYPE in 'read-partitions'....* gnu/build/file-systems.scm (ENOENT-safe): Catch EMEDIUMTYPE and warn.
| Marius Bakke |
2022-11-03 | services: ganeti: OS variants can be a directory....* gnu/services/ganeti.scm (<ganeti-os>)[extension]: Default to #f.
(ganeti-os->directory): Only add extension if set. Support a file-like object
for VARIANTS.
* doc/guix.texi (Virtualization Services): Document this change and add
example. Update Ganeti URLs while at it.
| Marius Bakke |
2022-11-03 | gnu: nvc: Update to 1.7.2....* gnu/packages/fpga.scm (nvc): Update to 1.7.2.
[inputs]: Add elfutils.
[home-page]: Modify.
| Danny Milosavljevic |
2022-11-03 | gnu: Add python-eris....* gnu/packages/python-xyz.scm (python-eris): New variable.
| jgart |
2022-11-03 | gnu: upx: Update to 4.0.0....* gnu/packages/compression.scm (upx): Update to 4.0.0.
[build-system]: Use cmake-build-system.
[arguments]: Remove all stale arguments.
* gnu/packages/patches/upx-CVE-2021-20285.patch: Delete.
* gnu/local.mk (dist_patch_DATA): Remove corresponding entry.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Zhu Zihao |
2022-11-03 | gnu: emacs-next: Update to 29.0.50-3.22e8a77....* gnu/packages/emacs.scm (emacs-next): Update to 29.0.50-3.22e8a77.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-11-03 | gnu: ccls: Update to 0.20210330....* gnu/packages/cpp.scm (ccls): Update to 0.20210330.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Z572 |
2022-11-03 | gnu: strawberry: Remove trailing #t from phases and snippet....* gnu/packages/music.scm (strawberry)[arguments]<#:phases>: Remove trailing #t.
[snippet]: Likewise.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Michael Rohleder |
2022-11-03 | gnu: strawberry: Update to 1.0.10....* gnu/packages/music.scm (strawberry): Update to 1.0.10.
[inputs]: Add gdk-pixbuf.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Michael Rohleder |
2022-11-03 | gnu: endless-sky: Update to 0.9.16.1, use new package style....* gnu/packages/games.scm (endless-sky): Update to 0.9.16.1.
[arguments]: Use G-expressions. Drop #:scons to use the default version.
[inputs]: Remove labels. Add util-linux:lib.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Timotej Lazar |
2022-11-03 | gnu: gnome: Include aarch64 in librsvg-for-system....As the current librsvg currently builds for aarch64-linux as well as
x86_64-linux.
* gnu/packages/gnome.scm (librsvg-for-system): Use librsvg for aarch64.
| Christopher Baines |
2022-11-03 | gnu: Add python-jsonalias....* gnu/packages/python-xyz.scm (python-jsonalias): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-11-03 | gnu: Add emacs-flymake-mypy....* gnu/packages/emacs-xyz.scm (emacs-flymake-mypy): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-11-03 | gnu: janet: Update to 1.25.1....* gnu/packages/lisp.scm (janet): Update to 1.25.1.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| jgart |
2022-11-03 | gnu: josm: Udpate to 18583....* gnu/packages/java.scm (josm): Update to 18583.
| Julien Lepiller |
2022-11-03 | gnu: java-commons-jcs: Update to 3.1....* gnu/packages/java.scm (java-commons-jcs): Update to 3.1.
(josm)[arguments]: Remove now unneeded phase.
| Julien Lepiller |
2022-11-03 | gnu: java-opening-hours-parser: Update to 0.27.0....* gnu/packages/geo.scm (java-opening-hours-parser): Update to 0.27.0.
| Julien Lepiller |
2022-11-03 | gnu: java-commons-compress: Update to 1.21....* gnu/packages/java.scm (java-commons-compress): Update to 1.21.
(java-osgi-annotation, java-osgi-core): Create pom file and install from
it.
* gnu/packages/maven.scm (java-surefire-parent-pom): Fix pom fixing.
| Julien Lepiller |
2022-11-03 | gnu: Add java-asm-3....* gnu/packages/java.scm (java-asm): New variable.
| Julien Lepiller |
2022-11-03 | gnu: Add java-ow-util-ant-tasks....* gnu/packages/java.scm (java-ow-util-ant-tasks): New variable.
| Julien Lepiller |