aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-07-10gnu: ruby-dep: Build with ruby-2.7....As that seems to be the required version. * gnu/packages/ruby.scm (ruby-dep)[arguments]: Specify #:ruby ruby-2.7. Christopher Baines
2023-07-10gnu: ruby-bindex: Update to 0.8.1 and rename to ruby-skiptrace....* gnu/packages/ruby.scm (ruby-bindex): Update to 0.8.1 and rename to ruby-skiptrace. [arguments]: Update style, remove git dependency and replace check phase. [description,home-page]: Update for rename. * gnu/packages/rails.scm (ruby-web-console)[propagated-inputs]: Replace ruby-bindex with ruby-skiptrace. Christopher Baines
2023-07-10gnu: ruby: Switch from 2.7 to 3.1....I did look at switching to 3.2, but Rails still needs 3.1 I think, so 3.2 will be possible once Rails 7.1 is released. * gnu/packages/ruby.scm (ruby): Switch from 2.7 to 3.1. Christopher Baines
2023-07-10gnu: emacs-next: Update to 29.0.92....* gnu/packages/emacs.scm (emacs-next): Update to 29.0.92. Signed-off-by: Andrew Tropin <andrew@trop.in> Hilton Chain
2023-07-10gnu: Add emacs-eglot-x....* gnu/packages/emacs-xyz.scm (emacs-eglot-x): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in> Hilton Chain
2023-07-10gnu: Add emacs-eldoc-box....* gnu/packages/emacs-xyz.scm (emacs-eldoc-box): New variable. Signed-off-by: Andrew Tropin <andrew@trop.in> Hilton Chain
2023-07-10gnu: tuba: Fix videoplayer crash and webp support....* gnu/packages/mastodon.scm (tuba)[arguments]<phases: Add lib-vars-wrap phase to set GST_PLUGIN_SYSTEM_PATH and GDK_PIXBUF_MODULE_FILE variables. (tuba)[native-inputs]: Add gdk-pixbuf. (tuba)[inputs]: Add gstreamer, gst-plugins-bad, gst-plugins-base, gst-plugins-good and webp-pixbuf-loader. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lilah Tascheter
2023-07-10gnu: tuba: Update to new style....* gnu/packages/mastodon.scm (tuba)[arguments]: Update to new style. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Modified-by: Maxim Cournoyer <maxim.cournoyer@gmail.com> Lilah Tascheter
2023-07-09gnu: lightdm: Apply patch to fix VNC server address binding ordering....* gnu/packages/patches/lightdm-vnc-ipv6.patch: New patch file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/display-managers.scm (lightdm): Apply it. * gnu/tests/lightdm.scm (run-lightdm-test): Remove comment and expected fail directive for the "can connect to TCP port 5900 on IPv6" test. Suggested-by: Bruno Victal <mirai@makinata.eu> Maxim Cournoyer
2023-07-09gnu: cjson: Update to 1.7.16....* gnu/packages/javascript.scm (cjson): Update to 1.7.16. Tobias Geerinckx-Rice
2023-07-09gnu: bmake: Update to 20230622....* gnu/packages/build-tools.scm (bmake): Update to 20230622. Tobias Geerinckx-Rice
2023-07-09gnu: chafa: Update to 1.12.5....* gnu/packages/image-viewers.scm (chafa): Update to 1.12.5. Tobias Geerinckx-Rice
2023-07-02gnu: boinc-client: Update to 7.22.2....* gnu/packages/distributed.scm (boinc-client): Update to 7.22.2. Tobias Geerinckx-Rice
2023-07-02gnu: boinc-server: Remove input labels....* gnu/packages/distributed.scm (boinc-server)[inputs, propagated-inputs]: Remove input labels. Tobias Geerinckx-Rice
2023-07-02gnu: boinc-server: Use G-expressions....* gnu/packages/distributed.scm (boinc-server)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: boinc-client: Use G-expressions....* gnu/packages/distributed.scm (boinc-client)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: cambalache: Mark up description....* gnu/packages/gnome.scm (cambalache)[description]: Use @acronym{} for buzzwords. Tobias Geerinckx-Rice
2023-07-02gnu: cambalache: Update to 0.12.1....* gnu/packages/gnome.scm (cambalache): Update to 0.12.1. Tobias Geerinckx-Rice
2023-07-02gnu: bitwise: Update to 0.43....* gnu/packages/maths.scm (bitwise): Update to 0.43. Tobias Geerinckx-Rice
2023-07-02gnu: celestia-gtk: Add custom synopsis....* (celestia-gtk)[synopsis]: Describe this GTK+ variant. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia: Update to 1.6.3....* gnu/packages/astronomy.scm (celestia): Update to 1.6.3. [source]: Use Git tag. [build-system]: Switch to the GNU build system; CMake build files are gone. [arguments]: Adjust #:configure-flags accordingly. Add a new patch-lua-version phase. [native-inputs]: Add autoconf and automake. [inputs]: Remove eigen, fmt-7, and glew. * (celestia-gtk): Adjust accordingly. [inputs]: Add cairo, libxmu, libtheora, and pango-1.42. [arguments]: Use SUBSTITUTE-KEYWORD-ARGUMENTS and adjust #:configure-flags. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia: Use G-expressions....* gnu/packages/astronomy.scm (celestia)[arguments]: Rewrite as G-expressions. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia: Remove input labels....* gnu/packages/astronomy.scm (celestia)[native-inputs, inputs]: Remove input labels. Co-authored-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia-gtk: Use MODIFY-INPUTS....* gnu/packages/astronomy.scm (celestia-gtk)[inputs]: Rewrite using MODIFY-INPUTS. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia-gtk: Use G-expressions....* gnu/packages/astronomy.scm (celestia-gtk)[arguments]: Rewrite using G-expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: celestia-gtk: Use PACKAGE/INHERIT....* gnu/packages/astronomy.scm (celestia-gtk): Use PACKAGE/INHERIT macro. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Sharlatan Hellseher
2023-07-02gnu: brlaser: Use G-expressions....* gnu/packages/cups.scm (brlaser)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: brlaser: Update to 6-2.2a49e32....* gnu/packages/cups.scm (brlaser): Update to 6-2.2a49e32. Tobias Geerinckx-Rice
2023-07-02gnu: babeltrace: Update to 2.0.5....* gnu/packages/instrumentation.scm (babeltrace): Update to 2.0.5. Tobias Geerinckx-Rice
2023-07-02gnu: uftrace: Use (ice-9 match)....* gnu/packages/instrumentation.scm (uftrace)[arguments]: Prefer MATCH over COND. Tobias Geerinckx-Rice
2023-07-02gnu: uftrace: Use G-expressions....* gnu/packages/instrumentation.scm (uftrace)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice
2023-07-02gnu: bees: Update to 0.10....* gnu/packages/file-systems.scm (bees): Update to 0.10. Tobias Geerinckx-Rice
2023-07-02gnu: btrbk: Re-use $PREFIX in our substitution....* gnu/packages/backup.scm (btrbk)[arguments]: Don't hard-code #$OUTPUT in the 'configure phase. Tobias Geerinckx-Rice
2023-07-02gnu: btrbk: Update to 0.32.6....* gnu/packages/backup.scm (btrbk): Update to 0.32.6. Tobias Geerinckx-Rice
2023-07-02gnu: btrfs-progs: Update to 6.3.2....* gnu/packages/linux.scm (btrfs-progs): Update to 6.3.2. Tobias Geerinckx-Rice
2023-07-09gnu: Add tree-sitter-gomod....* gnu/packages/tree-sitter.scm (tree-sitter-gomod): New variable. Danny Milosavljevic
2023-07-09gnu: alacritty: Update to 0.12.2....* gnu/packages/terminals.scm (alacritty): Update to 0.12.2. [cargo-inputs]: Replace rust-alacritty-terminal-0.18 with 0.19. Efraim Flashner
2023-07-09gnu: rust-alacritty-terminal: Update to 0.19.1....* gnu/packages/crates-io.scm (rust-alacritty-terminal-0.18): Replace with rust-alacritty-terminal-0.19. Efraim Flashner
2023-07-09gnu: osinfo-db: Update to 20230518....* gnu/packages/virtualization.scm (osinfo-db): Update to 20230518. Efraim Flashner
2023-07-09gnu: osinfo-db-tools: Update to 1.10.0....* gnu/packages/virtualization.scm (osinfo-db-tools): Update to 1.10.0. Efraim Flashner
2023-07-09gnu: libx86emu: Format with 'guix style'....* gnu/packages/virtualization.scm (libx86emu): Adjust package formatting with 'guix style'. Efraim Flashner
2023-07-09gnu: libx86emu: Skip tests on non-x86 systems....* gnu/packages/virtualization.scm (libx86emu)[arguments]: Skip tests when not building on an x86 system. Efraim Flashner
2023-07-09gnu: cups: Don't set #:tests? to #:true....* gnu/packages/cups.scm (cups)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner
2023-07-09gnu: s7: Don't set #:tests? to #:true....* gnu/packages/lisp.scm (s7)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner
2023-07-09gnu: rest-next: Don't set #:tests? to #:true....* gnu/packages/gnome.scm (rest-next)[arguments]: Rewrite to strip #:tests? argument from the inherited package. Efraim Flashner
2023-07-09gnu: python-pytest-enabler: Don't set #:tests to #:true....* gnu/packages/check.scm (python-pytest-enabler)[arguments]: Rewrite to strip the #:tests? argument from the inherited package. Efraim Flashner
2023-07-09gnu: imath: Skip tests when cross-compiling....* gnu/packages/graphics.scm (imath)[arguments]: Adjust #:tests? to skip tests when cross-compiling. Efraim Flashner
2023-07-09gnu: ode: Skip tests when cross-compiling....* gnu/packages/game-development.scm (ode)[arguments]: Adjust #:tests? to skip tests when cross-compiling. Efraim Flashner
2023-07-09gnu: libxml2: Download using mirror uri....* gnu/packages/xml.scm (libxml2)[source]: Rewrite source uri to use download mirrors. Efraim Flashner
2023-07-09gnu: libxslt: Download using mirror uri....* gnu/packages/xml.scm (libxslt)[source]: Rewrite source uri to use download mirrors. Efraim Flashner