aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* Merge branch 'master' into staging.Maxim Cournoyer2023-02-08
|\ | | | | | | | | With conflicts resolved in: gnu/packages/version-control.scm
| * gnu: jami: Remove unused native inputs.Maxim Cournoyer2023-02-08
| | | | | | | | | | * gnu/packages/jami.scm (jami) [native-inputs]: Remove doxygen, graphviz and gsettings-desktop-schemas.
| * gnu: libjami: Move jamid daemon to a "bin" output.Maxim Cournoyer2023-02-08
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: ffmpeg-jami: Add a debug output.Maxim Cournoyer2023-02-08
| | | | | | | | | | * gnu/packages/jami.scm (ffmpeg-jami) [outputs]: New field. [configure-flags]: Add "--disable-stripping".
| * gnu: ffmpeg-jami: Really honor custom configuration flags.Maxim Cournoyer2023-02-08
| | | | | | | | | | | | | | | | | | | | | | | | | | 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.
| * gnu: opendht: Add a "python" output.Maxim Cournoyer2023-02-08
| | | | | | | | | | | | | | | | 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.
| * gnu: opendht: Do not produce static libraries.Maxim Cournoyer2023-02-08
| | | | | | | | | | * gnu/packages/networking.scm (opendht) [configure-flags]: Add "--disable-static".
| * gnu: qtdeclarative: Skip tst_qqmlprofilerservice test.Maxim Cournoyer2023-02-08
| | | | | | | | | | * gnu/packages/qt.scm (qtdeclarative) [phases]: Mark the tst_qqmlprofilerservice test as skipped in the check phase.
| * gnu: qtbase: Do not capture Python from native-inputs.Maxim Cournoyer2023-02-08
| | | | | | | | * gnu/packages/qt.scm (qtbase) [phases]: Add do-not-capture-python phase.
| * gnu: qtbase: Do not capture cmake-minimal.Maxim Cournoyer2023-02-08
| | | | | | | | | | * gnu/packages/qt.scm (qtbase) [phases]: Add a substitution to the patch-more-paths phase.
| * gnu: rust-vte-0.3: Remove precompiled binary from source.Efraim Flashner2023-02-08
| | | | | | | | | | | | | | * gnu/packages/crates-io.scm (rust-vte-0.3)[source]: Add snippet to remove two bundled binaries. Reported-by: Andrius Štikonas
| * system: Source .profile in skeleton bash_profile.Andrew Tropin2023-02-08
| | | | | | | | | | | | | | Make it consistent with bash_profile generated by Guix Home. * gnu/system/shadow.scm (default-skeletons)[bash_profile]: Source .profile in skeleton bash_profile.
| * gnu: julia-crayons: Update to 4.1.1.Efraim Flashner2023-02-08
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-crayons): Update to 4.1.1.
| * gnu: Add julia-fitsio.Sharlatan Hellseher2023-02-08
| | | | | | | | | | | | * gnu/packages/julia-xyz.scm (julia-fitsio): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add julia-cfitsio.Sharlatan Hellseher2023-02-08
| | | | | | | | | | | | * gnu/packages/julia-xyz.scm (julia-cfitsio): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: Add julia-cfitsio-jll.Sharlatan Hellseher2023-02-08
| | | | | | | | | | | | * gnu/packages/julia-jll.scm (julia-cfitsio-jll): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
| * gnu: julia-optim: Update to 1.7.4.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/julia-xyz.scm (julia-optim): Update to 1.7.4. [arguments]: Update 'adjust-tests phase.
| * gnu: julia-measurements: Update to 2.8.0.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/julia-xyz.scm (julia-measurements): Update to 2.8.0. [native-inputs]: Add julia-aqua.
| * gnu: julia-quadgk: Update to 2.5.0.Efraim Flashner2023-02-08
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-quadgk): Update to 2.5.0.
| * gnu: go-1.16: Remove redundant native-input substitution.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/golang.scm (go-1.16)[native-inputs]: More directly inherit from go-1.14.
| * gnu: julia-latexstrings: Update to 1.3.0.Efraim Flashner2023-02-08
| | | | | | | | * gnu/packages/julia-xyz.scm (julia-latexstrings): Update to 1.3.0.
| * gnu: sgabios: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/firmware.scm (sgabios)[arguments]: Set target to #f since we're building a firmware file.
| * gnu: seabios: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/firmware.scm (seabios)[arguments]: Set target to #f since we're producing a firmware file.
| * gnu: openbios-qemu-ppc: Don't build for a specific target.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: Set target to #f since we're producing a firmware file and not a binary.
| * gnu: openbios-qemu-ppc: Fix building on aarch64-linux.Efraim Flashner2023-02-08
| | | | | | | | | | * gnu/packages/firmware.scm (openbios-qemu-ppc)[arguments]: When building from aarch64-linux build for armhf-linux.
| * gnu: lxqt-admin: Fix path for timezone file.Reza Alizadeh Majd2023-02-08
| | | | | | | | | | | | | | * 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>
| * gnu: emacs-inspector: Update to 0.19.Nicolas Goaziou2023-02-07
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-inspector): Update to 0.19. [arguments]<#:phases>: Remove unnecessary phases. [native-inputs]: Remove EMACS-ERT-RUNNER.
| * gnu: rtmidi: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/audio.scm (rtmidi)[inputs]: Replace jack-1 with jack-2.
| * gnu: milkytracker: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (milkytracker)[inputs]: Replace jack-1 with jack-2.
| * gnu: milkytracker: Reformat description.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (milkytracker)[description]: Reformat.
| * gnu: milkytracker: Drop trailing #T from snippet.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (milkytracker)[source]: Drop trailing #T.
| * gnu: milkytracker: Drop input labels.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (milkytracker)[inputs]: Drop labels.
| * gnu: seq24: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (seq24)[inputs]: Replace jack-1 with jack-2.
| * gnu: jack-capture: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (jack-capture)[inputs]: Replace jack-1 with jack-2.
| * gnu: jack-keyboard: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (jack-keyboard)[inputs]: Replace jack-1 with jack-2.
| * gnu: jack-select: Drop input labels.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (jack-select)[inputs]: Drop labels.
| * gnu: bristol: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (bristol)[inputs]: Replace jack-1 with jack-2.
| * gnu: bristol: Pass -fcommon.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (bristol)[arguments]: Add build phase 'add-fcommon.
| * gnu: bristol: Remove trailing #T.Ricardo Wurmus2023-02-07
| | | | | | | | | | * gnu/packages/music.scm (bristol)[arguments]: Drop trailing #T from build phases.
| * gnu: Add bitmapperbs.Navid Afkhami2023-02-07
| | | | | | | | | | | | * gnu/packages/bioinformatics.scm (bitmapperbs): New variable. Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
| * gnu: efl: Remove input labels.Maxim Cournoyer2023-02-07
| | | | | | | | | | | | | | | | * gnu/packages/enlightenment.scm (efl) [native-inputs]: Remove labels. [inputs]: Likewise. [propagated-inputs]: Likewise. [arguments]: Use search-input-file. Only substitute libcurl.so.4, as libcurl.so.5 does not exist in our curl package.
| * gnu: efl: Replace ibus with ibus-minimal.Maxim Cournoyer2023-02-07
| | | | | | | | | | | | | | | | This is to avoid having EFL depend on GTK 4, reducing its closure size from 2134.8 MiB to 1446.7 MiB. * gnu/packages/enlightenment.scm (efl) [inputs]: Replace ibus with ibus-minimal.
| * gnu: jami: Update to 20230206.0.Maxim Cournoyer2023-02-07
| | | | | | | | | | | | | | | | | | | | | | * gnu/packages/jami.scm (jami): Update to 20230206.0. (%jami-version): Update version. (%jami-sources): Adjust URI. Streamline snippet. (jami-apply-custom-patches): Use a wildcard to match the top-level directory, which now includes the version. (%ffmpeg-default-configure-flags): Adjust URL in top comment. * gnu/packages/patches/jami-libjami-headers-search.patch: Adjust file names for new tarball layout.
| * Revert "gnu: Add bitmapperbs."Ricardo Wurmus2023-02-07
| | | | | | | | | | This reverts commit f55cc9cb0fb6c5dd56196009681e042c1aef415d. This commit was prematurely pushed.
| * gnu: emacs-org-transclusion: Update to 1.3.2.Nicolas Goaziou2023-02-07
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-transclusion): Update to 1.3.2. [native-inputs]: Remove EMACS-ERT-RUNNER.
| * gnu: emacs-consult: Update to 0.32.Nicolas Goaziou2023-02-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-consult): Update to 0.32.
| * gnu: emacs-citeproc-el: Update to 0.9.3.Nicolas Goaziou2023-02-07
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-citeproc-el): Update to 0.9.3.
| * gnu: Add emacs-langtool.Cayetano Santos2023-02-07
| | | | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-langtool): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
| * gnu: Add bitmapperbs.Navid Afkhami2023-02-07
| | | | | | | | * gnu/packages/bioinformatics.scm (bitmapperbs): New variable.
| * gnu: yoshimi: Use JACK 2.Ricardo Wurmus2023-02-07
| | | | | | | | * gnu/packages/music.scm (yoshimi)[inputs]: Replace jack-1 with jack-2.