summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2021-12-19gnu: buku: Fix build.Liliana Marie Prikler
* gnu/packages/web.scm (buku)[origin]: Drop file-name. [arguments]: Drop sanity-check. [inputs]: Add python-flask.
2021-12-19gnu: cglm: Use meson-build-system.Liliana Marie Prikler
The CMake-based builds fail to correctly encode the version, leading to build failures in dependencies. See <https://bugs.gnu.org/52663>. * gnu/packages/maths.scm (cglm)[build-system]: Change to meson-build-system. [arguments]: Adjust #:configure-flags accordingly.
2021-12-19gnu: cglm: Update to 0.8.4.Liliana Marie Prikler
* gnu/packages/maths.scm (cglm): Update to 0.8.4.
2021-12-19gnu: lagrange: Fix build.Nicolas Goaziou
* gnu/packages/web-browsers.scm (lagrange)[argument]<#:phases>: Add phase to fix build. Fixes <https://issues.guix.gnu.org/52664>.
2021-12-19gnu: opustags: Use the new style.Leo Famulari
* gnu/packages/music.scm (opustags)[arguments]: Use the new style.
2021-12-19gnu: wslay: Fix build.Nicolas Goaziou
* gnu/packages/web.scm (wslay)[argument]<#:phases>: Add phase to fix Sphinx error. Fixes <https://issues.guix.gnu.org/52661>.
2021-12-19gnu: emacs-rust-mode: Update to 1.0.3.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-rust-mode): Update to 1.0.3.
2021-12-19gnu: Add opustags.Leo Famulari
* gnu/packages/music.scm (opustags): New variable.
2021-12-19gnu: lxpanel: Update to 0.10.1.Tobias Geerinckx-Rice
This fixes the build with gdk-pixbuf@2.42.4. * gnu/packages/lxde.scm (lxpanel): Update to 0.10.1.
2021-12-19gnu: obs: Add qtwayland.Mathieu Othacehe
* gnu/packages/video.scm (obs)[inputs]: Add qtwayland.
2021-12-19gnu: flameshot: Update to 0.10.2.Josselin Poiret
* gnu/packages/image.scm (flameshot): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: xdg-desktop-portal-wlr: Add binary dependencies.Josselin Poiret
* gnu/packages/patches/xdg-desktop-portal-wlr-harcoded-length.patch: Add it. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Add dependencies on bash-minimal, grim and slurp, and hardcode the paths in source. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: xdg-desktop-portal-wlr: Use new input style.Josselin Poiret
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Refactor it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: xdg-desktop-portal-wlr: Update to 0.5.0.Josselin Poiret
* gnu/packages/freedesktop.scm (xdg-desktop-portal-wlr): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: Add wireplumber.Josselin Poiret
* gnu/packages/linux.scm (wireplumber): Add it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: pipewire-0.3: Update to 0.3.41.Josselin Poiret
* gnu/packages/linux.scm (pipewire-0.3): Update it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: pipewire-0.3: Use new input style.Josselin Poiret
* gnu/packages/linux.scm (pipewire-0.3): Refactor it. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-19gnu: galera: Update to 26.4.10.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (galera): Update to 26.4.10. [source]: Use Git tag.
2021-12-19gnu: leveldb: Update to 1.23.Tobias Geerinckx-Rice
* gnu/packages/databases.scm (leveldb): Update to 1.23. [arguments]: Rewrite as a keyword/gexp list. Add a new 'unpack-third_party-sources phase. Add #:configure-flags to prevent these from being installed to the output.
2021-12-19gnu: ccache: Gexp arguments.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache)[arguments]: Rewrite as a keyword/gexp list.
2021-12-19gnu: ccache: Update to 4.5.1.Tobias Geerinckx-Rice
* gnu/packages/ccache.scm (ccache): Update to 4.5.1.
2021-12-19gnu: diffoscope: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove input labels.
2021-12-19gnu: keyutils: Omit static library.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags.
2021-12-19gnu: keyutils: Update to 1.6.3.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (keyutils): Update to 1.6.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Don't explicitly return #t from phases.
2021-12-19gnu: i3status-rust: Fix build.Tobias Geerinckx-Rice
* gnu/packages/rust-apps.scm (i3status-rust)[arguments]: Actually use the requested OUTPUTS phase keywords instead of the obsolete %OUTPUTS. Reported by vldn[m] on #guix.
2021-12-19gnu: bear: Respect TESTS?.Tobias Geerinckx-Rice
* gnu/packages/build-tools.scm (bear)[arguments]: Accept and respect a TESTS? keyword in the 'check phase.
2021-12-19gnu: bear: Update to 3.0.17.Tobias Geerinckx-Rice
* gnu/packages/build-tools.scm (bear): Update to 3.0.17. [source]: Remove patch, and… [arguments]: …replace it with a new 'disable-TEST_BEFORE_INSTALL phase. Don't explicitly return #t from other phases. * gnu/packages/patches/bear-disable-preinstall-tests.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
2021-12-19gnu: inxi-minimal: Update to 3.3.11-1.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.11-1.
2021-12-19gnu: minisign: Update to 0.10.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (minisign): Update to 0.10.
2021-12-19gnu: minisign: Fetch source from Git.Tobias Geerinckx-Rice
* gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and GIT-FILE-NAME.
2021-12-18gnu: go-ipfs: Update to 0.11.0.Konrad Hinsen
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: sssd: Fix build with glibc-2.33Remco van 't Veer
* gnu/packages/patches/sssd-collision-with-external-nss-symbol.patch: Commit from sssd repo * gnu/packages/sssd.scm: Add patch Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add xfoil.Foo Chuan Wei
* gnu/packages/engineering.scm (xfoil): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: babeltrace, lttng-tools: Simplify inputs.Ludovic Courtès
* gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
2021-12-18gnu: Move instrumentation tools to instrumentation module.Olivier Dion
* gnu/packages/linux.scm (lttng-ust, lttng-tools, babeltrace): Move to ... * gnu/packages/instrumentation.scm: ... here. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add Dyninst.Olivier Dion
* gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-12-18gnu: Add Guile-Plotutils.Ludovic Courtès
* gnu/packages/plotutils.scm (guile-plotutils): New variable.
2021-12-18gnu: barcode: Fix build with GCC 10.Leo Famulari
Reported by bdju on #guix. * gnu/packages/aidc.scm (barcode)[arguments]: Build with -fcommon.
2021-12-18gnu: emacs-org-super-agenda: Fix build.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>: Ignore tests.
2021-12-18gnu: mgba: Update to 0.9.3.Nicolas Goaziou
* gnu/packages/emulators.scm (mgba): Update to 0.9.3.
2021-12-18gnu: texmacs: Update to 2.1.1.Nicolas Goaziou
* gnu/packages/text-editors.scm (texmacs): Update to 2.1.1. [build-system]: Use cmake instead of gnu. [inputs]: Add libjpeg-turbo and sqlite. Remove labels. [arguments]<#:phases>: Remove unnecessary phase.
2021-12-18gnu: visidata: Update to 2.8.Ryan Prior
* gnu/packages/spreadsheet.scm (visidata): Update to 2.8. [inputs, native-inputs]: Migrate inputs to new style. Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-18gnu: diffoscope: Update to 197.Tobias Geerinckx-Rice
* gnu/packages/diffoscope.scm (diffoscope): Update to 197.
2021-12-18gnu: freeciv: Update to 2.6.6.Tobias Geerinckx-Rice
* gnu/packages/games.scm (freeciv): Update to 2.6.6.
2021-12-18gnu: nvc: Update to 1.5.3.Tobias Geerinckx-Rice
* gnu/packages/fpga.scm (nvc): Update to 1.5.3.
2021-12-18gnu: fheroes2: Update to 0.9.10.Tobias Geerinckx-Rice
* gnu/packages/games.scm (fheroes2): Update to 0.9.10.
2021-12-18gnu: qtox: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases.
2021-12-18gnu: qtox: Update to 1.17.4.Tobias Geerinckx-Rice
* gnu/packages/messaging.scm (qtox): Update to 1.17.4.
2021-12-18gnu: imv: Remove unused inputs.Tobias Geerinckx-Rice
They aren't needed and probably never were. * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
2021-12-18gnu: imv: Remove input labels.Tobias Geerinckx-Rice
* gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove input labels.