Age | Commit message (Expand) | Author |
2023-02-08 | gnu: linux-libre 5.10: Update to 5.10.167.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.167.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2023-02-08 | gnu: linux-libre 5.15: Update to 5.15.92.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.92.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2023-02-08 | gnu: linux-libre: Update to 6.1.10.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.10.
(linux-libre-6.1-pristine-source): Update hash.
| Leo Famulari |
2023-02-08 | gnu: gpaint: Update to 0.3.4•••* gnu/packages/graphics.scm (gpaint): Update to 0.3.4
[arguments]: Remove.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Andy Tai |
2023-02-08 | gnu: yosys: Use external abc.•••* gnu/packages/fpga.scm (yosys)[source]: Remove snippet and associated
"modules" field.
[arguments]: Replace "prepare-abc" phase with "use-external-abc", which
configures the package's build system to use the system's "abc" executable
instead of creating a duplicate; add "add-symbolic-link" phase to preserve
availability of "yosys-abc" command.
[inputs]: Move abc from here...
[propagated-inputs]: ...to here, to ensure its availability at runtime.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Simon South |
2023-02-08 | gnu: yosys: Use new package style.•••* gnu/packages/fpga.scm (yosys)[source]: Use gexp in snippet and don't
explicitly return #t.
[arguments]: Use gexps; use search-input-file to locate executables; simplify
parameters to "configure" phase; don't explicitly return #t from phases.
[native-inputs]: Sort alphabetically.
[inputs]: Sort alphabetically.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Simon South |
2023-02-08 | gnu: yosys: Update source and home-page URLs.•••* gnu/packages/fpga.scm (yosys)[source]: Update source-repository URL.
[home-page]: Update URL.
Signed-off-by: Christopher Baines <mail@cbaines.net>
| Simon South |
2023-02-08 | gnu: nar-herder: Update to 0-15.39cf228.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-15.39cf228.
| Christopher Baines |
2023-02-08 | gnu: guix-data-service: Update to 0.0.1-37.3ba8418.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-37.3ba8418.
[propagated-inputs]: Switch to guile-fibers-next.
| Christopher Baines |
2023-02-08 | gnu: wxmaxima: Update to 22.12.0.•••* gnu/packages/maths.scm (wxmaxima): Update to 22.12.0.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Andy Tai |
2023-02-08 | gnu: wxwidgets: Remove configure option.•••* gnu/packages/wxwidgets.scm (wxwidgets)[arguments]: Remove webviewwebkit
configure option that prevented webview option from being in build and
wxconfig feature list. Remove 'use-newer-webkit' phase.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Andy Tai |
2023-02-08 | gnu: cl-webkit: Update to 3.5.7.•••* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.5.7.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Artyom Bologov |
2023-02-08 | gnu: jami: Remove unused native inputs.•••* gnu/packages/jami.scm (jami) [native-inputs]: Remove doxygen, graphviz and
gsettings-desktop-schemas.
| Maxim Cournoyer |
2023-02-08 | gnu: libjami: Move jamid daemon to a "bin" output.•••* gnu/packages/jami.scm (libjami) [outputs]: Add a "bin" output.
[arguments]: Add a move-jamid phase.
* gnu/services/telephony.scm
(jami-configuration->command-line-arguments): Refer to the "bin" output of
libjami.
(jami-shepherd-services): Likewise.
| Maxim Cournoyer |
2023-02-08 | gnu: ffmpeg-jami: Add a debug output.•••* gnu/packages/jami.scm (ffmpeg-jami) [outputs]: New field.
[configure-flags]: Add "--disable-stripping".
| Maxim Cournoyer |
2023-02-08 | gnu: ffmpeg-jami: Really honor custom configuration flags.•••Because the substitute-keyword-arguments pattern was (#:configure-flags '())
rather than (#:configure-flags _ '()), the replacement was not triggered.
* gnu/packages/jami.scm (%ffmpeg-default-configure-flags): Comment that the
fnnvcodec-related options are left out.
(%ffmpeg-linux-x86-configure-flags): Delete variable.
(ffmpeg-compose-configure-flags): Streamline and use gexps.
(ffmpeg-jami) [arguments]: Fix configure-flags pattern, and adjust to use
gexps. Add the "--disable-static" and "--enable-shared" flags to produce
shared objects with the correct RUNPATH.
| Maxim Cournoyer |
2023-02-08 | gnu: opendht: Add a "python" output.•••This reduces the size of the main output from 286.1 MiB to 216.6 MiB.
* gnu/packages/networking.scm (opendht) [outputs]: Add "python".
[phases]: Adjust Python prefix of the fix-python-installation-prefix phase.
[inputs]: Add python, used to wrap the tools.
| Maxim Cournoyer |
2023-02-08 | gnu: opendht: Do not produce static libraries.•••* gnu/packages/networking.scm (opendht) [configure-flags]: Add
"--disable-static".
| Maxim Cournoyer |
2023-02-08 | gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.•••* gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the
tst_qqmlprofilerservice test as skipped in the check phase.
| Maxim Cournoyer |
2023-02-08 | gnu: qtbase: Do not capture Python from native-inputs.•••* gnu/packages/qt.scm (qtbase) [phases]: Add do-not-capture-python phase.
| Maxim Cournoyer |
2023-02-08 | gnu: qtbase: Do not capture cmake-minimal.•••* gnu/packages/qt.scm (qtbase) [phases]: Add a substitution to the
patch-more-paths phase.
| Maxim Cournoyer |
2023-02-08 | gnu: rust-vte-0.3: Remove precompiled binary from source.•••* gnu/packages/crates-io.scm (rust-vte-0.3)[source]: Add snippet to
remove two bundled binaries.
Reported-by: Andrius Štikonas
| Efraim Flashner |
2023-02-08 | system: Source .profile in skeleton bash_profile.•••Make it consistent with bash_profile generated by Guix Home.
* gnu/system/shadow.scm (default-skeletons)[bash_profile]: Source .profile in
skeleton bash_profile.
| Andrew Tropin |
2023-02-08 | gnu: julia-crayons: Update to 4.1.1.•••* gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.
| Efraim Flashner |
2023-02-08 | gnu: Add julia-fitsio.•••* gnu/packages/julia-xyz.scm (julia-fitsio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-02-08 | gnu: Add julia-cfitsio.•••* gnu/packages/julia-xyz.scm (julia-cfitsio): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-02-08 | gnu: Add julia-cfitsio-jll.•••* gnu/packages/julia-jll.scm (julia-cfitsio-jll): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| Sharlatan Hellseher |
2023-02-08 | gnu: julia-optim: Update to 1.7.4.•••* gnu/packages/julia-xyz.scm (julia-optim): Update to 1.7.4.
[arguments]: Update 'adjust-tests phase.
| Efraim Flashner |
2023-02-08 | gnu: julia-measurements: Update to 2.8.0.•••* gnu/packages/julia-xyz.scm (julia-measurements): Update to 2.8.0.
[native-inputs]: Add julia-aqua.
| Efraim Flashner |
2023-02-08 | gnu: julia-quadgk: Update to 2.5.0.•••* gnu/packages/julia-xyz.scm (julia-quadgk): Update to 2.5.0.
| Efraim Flashner |
2023-02-08 | gnu: go-1.16: Remove redundant native-input substitution.•••* gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly
inherit from go-1.14.
| Efraim Flashner |
2023-02-08 | gnu: julia-latexstrings: Update to 1.3.0.•••* gnu/packages/julia-xyz.scm (julia-latexstrings): Update to 1.3.0.
| Efraim Flashner |
2023-02-08 | gnu: sgabios: Don't build for a specific target.•••* gnu/packages/firmware.scm (sgabios)[arguments]: Set target to #f since
we're building a firmware file.
| Efraim Flashner |
2023-02-08 | gnu: seabios: Don't build for a specific target.•••* gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since
we're producing a firmware file.
| Efraim Flashner |
2023-02-08 | gnu: openbios-qemu-ppc: Don't build for a specific target.•••* gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: Set target
to #f since we're producing a firmware file and not a binary.
| Efraim Flashner |
2023-02-08 | gnu: openbios-qemu-ppc: Fix building on aarch64-linux.•••* gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: When
building from aarch64-linux build for armhf-linux.
| Efraim Flashner |
2023-02-08 | gnu: lxqt-admin: Fix path for timezone file.•••* gnu/packages/lxqt.scm (lxqt-admin)[arguments]: Update hardcoded path
for zone.tab to point to tzdata reference.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Reza Alizadeh Majd |
2023-02-07 | gnu: emacs-inspector: Update to 0.19.•••* gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.19.
[arguments]<#:phases>: Remove unnecessary phases.
[native-inputs]: Remove EMACS-ERT-RUNNER.
| Nicolas Goaziou |
2023-02-07 | gnu: rtmidi: Use JACK 2.•••* gnu/packages/audio.scm (rtmidi)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: milkytracker: Use JACK 2.•••* gnu/packages/music.scm (milkytracker)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: milkytracker: Reformat description.•••* gnu/packages/music.scm (milkytracker)[description]: Reformat.
| Ricardo Wurmus |
2023-02-07 | gnu: milkytracker: Drop trailing #T from snippet.•••* gnu/packages/music.scm (milkytracker)[source]: Drop trailing #T.
| Ricardo Wurmus |
2023-02-07 | gnu: milkytracker: Drop input labels.•••* gnu/packages/music.scm (milkytracker)[inputs]: Drop labels.
| Ricardo Wurmus |
2023-02-07 | gnu: seq24: Use JACK 2.•••* gnu/packages/music.scm (seq24)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: jack-capture: Use JACK 2.•••* gnu/packages/music.scm (jack-capture)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: jack-keyboard: Use JACK 2.•••* gnu/packages/music.scm (jack-keyboard)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: jack-select: Drop input labels.•••* gnu/packages/music.scm (jack-select)[inputs]: Drop labels.
| Ricardo Wurmus |
2023-02-07 | gnu: bristol: Use JACK 2.•••* gnu/packages/music.scm (bristol)[inputs]: Replace jack-1 with jack-2.
| Ricardo Wurmus |
2023-02-07 | gnu: bristol: Pass -fcommon.•••* gnu/packages/music.scm (bristol)[arguments]: Add build phase 'add-fcommon.
| Ricardo Wurmus |
2023-02-07 | gnu: bristol: Remove trailing #T.•••* gnu/packages/music.scm (bristol)[arguments]: Drop trailing #T from build
phases.
| Ricardo Wurmus |