aboutsummaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: libidn: Update to 1.38.Efraim Flashner2022-01-24
| | | | * gnu/packages/libidn.scm (libidn): Update to 1.38.
* gnu: libidn2: Update to 2.3.2.Efraim Flashner2022-01-24
| | | | * gnu/packages/libidn.scm (libidn2): Update to 2.3.2.
* gnu: dejagnu: Honor tests? flag.Efraim Flashner2022-01-24
| | | | | * gnu/packages/dejagnu.scm (dejagnu)[arguments]: Adjust custom 'check phase to honor the #:tests? flag.
* gnu: xkeyboard-config: Build man page.SeerLite2022-01-23
| | | | | | | * gnu/packages/xorg.scm (xkeyboard-config)[native-inputs]: Add libxslt and remove labels. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: python-boot0: Don't install tests.Efraim Flashner2022-01-19
| | | | | * gnu/packages/commencement.scm (python-boot0)[arguments]: Add phase to remove installed tests.
* gnu: python-boot0: Remove sitecustomize.py.Efraim Flashner2022-01-19
| | | | | | | * gnu/packages/commencement.scm (python-boot0)[native-inputs]: Remove sitecustomize.py. [arguments]: Remove 'install-sitecustomize.py phase. [native-search-paths]: Set PYTHONPATH, not GUIX_PYTHONPATH.
* build/python: Improve error output in sanity check.Hartmut Goebel2022-01-15
| | | | | | Instead of printing the "str()" representation of the excaption, print the "repr()" representation. This will print the name of the exception and thus ease understanding the actual error.
* gnu: c-ares: Enable tests.Jelle Licht2021-12-23
| | | | * gnu/packages/adns.scm (c-ares)[arguments]: Enable tests.
* Merge branch 'master' into core-updatesEfraim Flashner2021-12-19
|\
| * gnu: qutebrowser: Install userscripts.Efraim Flashner2021-12-19
| | | | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowsers)[inputs]: Add python-pynacs. [arguments]: Add custom 'patch-systemdir, 'install-userscripts phases.
| * gnu: qutebrowser: Remove unnecessary input.Efraim Flashner2021-12-19
| | | | | | | | | | * gnu/packages/web-browsers.scm (qutebrowser)[inputs]: Remove python-importlib-resources.
| * gnu: galera: Update to 26.4.10.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | * gnu/packages/databases.scm (galera): Update to 26.4.10. [source]: Use Git tag.
| * gnu: leveldb: Update to 1.23.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | | | | | * 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.
| * gnu: ccache: Gexp arguments.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | * gnu/packages/ccache.scm (ccache)[arguments]: Rewrite as a keyword/gexp list.
| * gnu: ccache: Update to 4.5.1.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | * gnu/packages/ccache.scm (ccache): Update to 4.5.1.
| * gnu: diffoscope: Remove input labels.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | * gnu/packages/diffoscope.scm (diffoscope)[native-inputs]: Remove input labels.
| * gnu: keyutils: Omit static library.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | * gnu/packages/crypto.scm (keyutils)[arguments]: Add "NO_ARLIB=1" to #:make-flags.
| * gnu: keyutils: Update to 1.6.3.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | | | * 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.
| * gnu: i3status-rust: Fix build.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | | | | | * 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.
| * gnu: bear: Respect TESTS?.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | * gnu/packages/build-tools.scm (bear)[arguments]: Accept and respect a TESTS? keyword in the 'check phase.
| * gnu: bear: Update to 3.0.17.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | | | | | | | | | * 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.
| * gnu: inxi-minimal: Update to 3.3.11-1.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | * gnu/packages/admin.scm (inxi-minimal): Update to 3.3.11-1.
| * gnu: minisign: Update to 0.10.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | * gnu/packages/crypto.scm (minisign): Update to 0.10.
| * gnu: minisign: Fetch source from Git.Tobias Geerinckx-Rice2021-12-19
| | | | | | | | | | * gnu/packages/crypto.scm (minisign)[source]: Use GIT-FETCH and GIT-FILE-NAME.
| * gnu: go-ipfs: Update to 0.11.0.Konrad Hinsen2021-12-18
| | | | | | | | | | | | * gnu/packages/ipfs.scm (go-ipfs): Update to 0.11.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: sssd: Fix build with glibc-2.33Remco van 't Veer2021-12-18
| | | | | | | | | | | | | | * 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>
| * gnu: Add xfoil.Foo Chuan Wei2021-12-18
| | | | | | | | | | | | * gnu/packages/engineering.scm (xfoil): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: babeltrace, lttng-tools: Simplify inputs.Ludovic Courtès2021-12-18
| | | | | | | | | | * gnu/packages/instrumentation.scm (babeltrace, lttng-tools): Simplify inputs.
| * gnu: Move instrumentation tools to instrumentation module.Olivier Dion2021-12-18
| | | | | | | | | | | | | | * 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>
| * gnu: Add Dyninst.Olivier Dion2021-12-18
| | | | | | | | | | | | | | * gnu/packages/instrumentation.scm: New file * gnu/local.mk (GNU_SYSTEM_MODULES): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| * gnu: Add Guile-Plotutils.Ludovic Courtès2021-12-18
| | | | | | | | * gnu/packages/plotutils.scm (guile-plotutils): New variable.
| * gnu: barcode: Fix build with GCC 10.Leo Famulari2021-12-18
| | | | | | | | | | | | Reported by bdju on #guix. * gnu/packages/aidc.scm (barcode)[arguments]: Build with -fcommon.
| * gnu: emacs-org-super-agenda: Fix build.Nicolas Goaziou2021-12-18
| | | | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-org-super-agenda)[arguments]<#:tests?>: Ignore tests.
| * gnu: mgba: Update to 0.9.3.Nicolas Goaziou2021-12-18
| | | | | | | | * gnu/packages/emulators.scm (mgba): Update to 0.9.3.
| * gnu: texmacs: Update to 2.1.1.Nicolas Goaziou2021-12-18
| | | | | | | | | | | | | | * 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.
| * gnu: visidata: Update to 2.8.Ryan Prior2021-12-18
| | | | | | | | | | | | | | * 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>
| * gnu: diffoscope: Update to 197.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 197.
| * gnu: freeciv: Update to 2.6.6.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/games.scm (freeciv): Update to 2.6.6.
| * gnu: nvc: Update to 1.5.3.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/fpga.scm (nvc): Update to 1.5.3.
| * gnu: fheroes2: Update to 0.9.10.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/games.scm (fheroes2): Update to 0.9.10.
| * gnu: qtox: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | | | * gnu/packages/messaging.scm (qtox)[native-inputs]: Remove input labels. [arguments]: Gexp, use SEARCH-INPUT-DIRECTORY, and don't explicitly return #t from phases.
| * gnu: qtox: Update to 1.17.4.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/messaging.scm (qtox): Update to 1.17.4.
| * gnu: imv: Remove unused inputs.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | | | They aren't needed and probably never were. * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove cmocka and git.
| * gnu: imv: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | * gnu/packages/image-viewers.scm (imv)[native-inputs]: Remove input labels.
| * gnu: imv: Update to 4.3.1.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | | | * gnu/packages/image-viewers.scm (imv): Update to 4.3.1. [arguments]: Don't explicitly return #t from phases. [source, home-page]: Update URL.
| * gnu: mtools: Update to 4.0.36.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/mtools.scm (mtools): Update to 4.0.36.
| * gnu: rofi: Remove input labels.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | * gnu/packages/xdisorg.scm (rofi)[native-inputs, inputs]: Remove input labels.
| * gnu: rofi: Update to 1.7.2.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | * gnu/packages/xdisorg.scm (rofi): Update to 1.7.2. [arguments]: Don't explicitly return #t from phases.
| * gnu: qd: Omit static library.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | | | * gnu/packages/multiprecision.scm (qd)[arguments]: Add "--disable-static" to #:configure-flags.
| * gnu: qd: Update to 2.3.23.Tobias Geerinckx-Rice2021-12-18
| | | | | | | | * gnu/packages/multiprecision.scm (qd): Update to 2.3.23.