summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
...
* gnu: Add md4c.EuAndreh2021-02-02
| | | | | | * gnu/packages/markup.scm (md4c): New variable. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: emacs-rg: Fix use on remote systems.Clément Lassieur2021-02-02
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-rg)[inputs]: Remove. Move ripgrep to... [propagated-inputs]: ... here. This also gives access to ripgrep's manual. [arguments]: Replace the full path with the executable name.
* gnu: emacs-imenu-list: Update to 0.8-0.46008.Alexandr Vityazev2021-02-02
| | | | | | | | * gnu/packages/emacs-xyz.scm (emacs-imenu-list): Update to 0.8-0.46008. Fixes in that commit adapt the display function for changes in emacs 27.0.50. Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
* gnu: Add font-fira-go.Antoine Côté2021-02-02
| | | | | | * gnu/packages/fonts.scm (font-fira-go): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: Add zplugins.Alexandros Theodotou2021-02-01
| | | | | | * gnu/packages/music.scm (zplugins): New variable. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ztoolkit-rsvg: Move dependencies to propagated-inputs.Alexandros Theodotou2021-02-01
| | | | | | | * gnu/packages/audio.scm (ztoolkit-rsvg)[inputs]: Remove librsvg. [propagated-inputs]: Add librsvg. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: ztoolkit: Move dependencies to propagated-inputs.Alexandros Theodotou2021-02-01
| | | | | | | * gnu/packages/audio.scm (ztoolkit):[inputs]: Remove cairo, libx11. [propagated-inputs]: Add cairo, libx11. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: emacs-next-pgtk: Update to 28.0.50-1.ae18c8e.Léo Le Bouter2021-02-01
| | | | | | * gnu/packages/emacs.scm (emacs-next-pgtk): Update to 28.0.50-1.ae18c8e. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: python-folium: Update to 0.12.1.Nicolas Goaziou2021-02-01
| | | | | * gnu/packages/python-xyz.scm (python-folium): Update to 0.12.1. [source]: Fetch from GitHub instead of PyPI.
* gnu: keepassxc: Update to 2.6.4.Nicolas Goaziou2021-02-01
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.6.4.
* gnu: python-pikepdf: Update to 2.5.2.Nicolas Goaziou2021-02-01
| | | | * gnu/packages/python-xyz.scm (python-pikepdf): Update to 2.5.2.
* Merge branch 'staging'Leo Famulari2021-02-01
|\
| * gnu: gst-plugins-good: Fix a test failure on 32-bit systems.Leo Famulari2021-01-31
| | | | | | | | | | | | * gnu/packages/patches/gst-plugins-good-fix-test.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gstreamer.scm (gst-plugins-good)[source]: Use it.
| * Revert qt-build-system changes that were pushed to a frozen "staging" branch.Leo Famulari2021-01-30
| | | | | | | | | | | | | | This reverts commits 9085260fccd17955be6922c215f89be3e424dda3, 4ecc2a24936a1fbfe3ff5654090d41e91c2fe8f2, 094b6ac00939ef5e3f291a477fedd26621078ca8, 104151f4f45f4bc3a816e3ad42256452932e0d8d.
| * guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel2021-01-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Unify (guix qt-build-system wrap-all-programs) and (guix qt-utils wrap-qt-program), so both behave the same. The functions now reside in qt-utils to make them easily available for packages not using the qt-build-system. * guix/build/qt-build-system.scm (variables-for-wrapping, wrap-all-programs): Move from here ... * guix/build/qt-utils.scm (variables-for-wrapping, wrap-all-qt-programs): ... to here. Base the later on (wrap-qt-program*): New function, carved out from old wrap-all-programs. (wrap-qt-program): Base on wrap-qt-program*, change arguments in an incompatible way. * gnu/packages/bittorrent.scm (qbittorrent)[arguments]<phases>{wrap-qt}: Adjust to new interface of wrap-qt-program. * gnu/packages/finance.scm (electron-cash): Likewise. * gnu/packages/geo.scm (qgis): Likewise. * gnu/packages/password-utils.scm (qtpass): Likewise. * gnu/packages/video.scm (openshot): Likewise. * gnu/packages/web-browsers.scm (kristall): Likewise.
| * gnu: VLC: Remove obsolete patch.Leo Famulari2021-01-27
| | | | | | | | | | | | * gnu/packages/patches/vlc-qt-5.15.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. * gnu/packages/video.scm (vlc)[source]: Remove patch.
| * gnu: sudo: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | * gnu/packages/admin.scm (sudo)[inputs]: Only use linux-pam when not building for the Hurd.
| * gnu: shadow: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | * gnu/packages/admin.scm (shadow)[arguments]: Adjust configure-flags to not use pam when building for the Hurd. [inputs]: Only use linux-pam when not building for the Hurd.
| * gnu: openssh: Build without pam for the Hurd.Efraim Flashner2021-01-26
| | | | | | | | | | | | | | * gnu/packages/ssh.scm (openssh)[inputs]: Only add linux-pam when not building for the Hurd. [arguments]: Adjust configure flag to only use pam when not building for the Hurd.
| * Merge branch 'master' into stagingLeo Famulari2021-01-25
| |\
| * | gnu: mesa: Skip another test.Leo Famulari2021-01-18
| | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/mesa-skip-disk-cache-test.patch: Rename to ... * gnu/packages/patches/mesa-skip-tests.patch: ... new file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/gl.scm (mesa)[source]: Adjust accordingly.
| * | Merge branch 'master' into stagingEfraim Flashner2021-01-10
| |\ \
| * | | gnu: tzdata: Update to 2020f.Leo Famulari2021-01-07
| | | | | | | | | | | | | | | | | | | | * gnu/packages/base.scm (tzdata): Update to 2020f. [inputs]: Update tzcode.
| * | | Revert "gnu: apr: Update to 1.7.0."Leo Famulari2021-01-06
| | | | | | | | | | | | | | | | This reverts commit be98826d3c02c1488073ecc1e93a517e8ef0bfa6.
| * | | gnu: apr: Update to 1.7.0.Vincent Legoll2021-01-06
| | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/apr.scm (apr): Update to 1.7.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
| * | | gnu: python-pyopenssl: Skip a test that assumes a 64-bit system.Leo Famulari2021-01-04
| | | | | | | | | | | | | | | | | | | | * gnu/packages/python-crypto.scm (python-pyopenssl)[arguments]: Skip another test in the 'check' phase.
| * | | tests: monitoring: Use the latest postgresql for testing Zabbix.Leo Famulari2021-01-04
| | | | | | | | | | | | | | | | | | | | | | | | | | | | This avoids a package collision while building the operating-system profile. * gnu/tests/monitoring.scm (%zabbix-os): Use POSTGRESQL instead of POSTGRESQL-10.
| * | | gnu: qscintilla: Update to 2.11.6.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (qscintilla): Update to 2.11.6. [source]: Download from new upstream URI.
| * | | gnu: python-pyqtwebengine: Update to 5.15.2.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqtwebengine): Update to 5.15.2.
| * | | gnu: python-pyqt: Update to 5.15.2.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-pyqt): Update to 5.15.2.
| * | | gnu: python-sip: Update to 4.19.24.Efraim Flashner2020-12-30
| | | | | | | | | | | | | | | | | | | | * gnu/packages/qt.scm (python-sip): Update to 4.19.24. [source]: Add pypi download location.
| * | | Merge remote-tracking branch 'origin/master' into stagingEfraim Flashner2020-12-30
| |\ \ \
| * \ \ \ Merge branch 'ungrafting' into stagingMarius Bakke2020-12-29
| |\ \ \ \
| | * \ \ \ Merge branch 'master' into ungraftingMarius Bakke2020-12-29
| | |\ \ \ \
| * | | | | | gnu: grantleetheme: Skip tests.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde.scm (grantleetheme)[arguments]: Skip tests.
| * | | | | | gnu: purpose: Fix build.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (purpose)[arguments]: Add phase to force use of pre-Qt-5.15 logic.
| * | | | | | gnu: kwidgetsaddons: Adjust phases.Efraim Flashner2020-12-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/kde-frameworks.scm (kwidgetsaddons)[arguments]: Remove start-xorg-server phase. Add phase to skip failing test.
| * | | | | | gnu: VLC: Fix build with Qt 5.15.Leo Famulari2020-12-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/vlc-qt-5.15.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/video.scm (vlc)[source]: Use it.
| * | | | | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-21
| |\| | | | |
| | * | | | | Merge branch 'master' into ungraftingMarius Bakke2020-12-21
| | |\ \ \ \ \
| | * | | | | | gnu: glib: Increase test timeout on armhf-linux.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/glib.scm (glib)[arguments]: Add phase to adjust test timeouts to account for slower systems.
| * | | | | | | gnu: sbc: Fix build on non-x86 architectures.Marius Bakke2020-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/patches/sbc-fix-build-non-x86.patch: New file. * gnu/local.mk (dist_patch_DATA): Adjust accordingly. * gnu/packages/linux.scm (sbc)[source](patches): New field.
| * | | | | | | gnu: MariaDB: Disable failing test on i686-linux.Marius Bakke2020-12-21
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/databases.scm (mariadb)[arguments]: When building on i686-linux, disable one test.
| * | | | | | | gnu: MariaDB: Fix 'mariadb_config' output to refer to correct directories.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This fixes a regression introduced in ce29031a23104928155b498d552fc4140cc03030 where 'mariadb_config' would return libdir and plugindir relative to the location of the 'mariadb_config' program (which lives in a separate output). While at it, fix a couple other wrong references, and a another regression related to test installation. * gnu/packages/databases.scm (mariadb)[arguments]: Patch "mariadb_config.c.in" so that it falls back to old behavior. Patch 'mariadb.pc.in' and 'mariadb_connector_c.cmake' to cope with absolute directory names. In #:configure-flags, don't set INSTALL_MYSQLTESTDIR, but delete the installed tests with a phase.
| * | | | | | | gnu: PostgreSQL: Do not embed references to build tools.Marius Bakke2020-12-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/25527>. * gnu/packages/databases.scm (postgresql-13)[arguments]: In #:configure-flags, provide non-absolute references to the build tools.
| * | | | | | | gnu: xmlsec-nss: Disable MD5 support.Marius Bakke2020-12-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/xml.scm (xmlsec-nss)[arguments]: New field.
| * | | | | | | Merge branch 'ungrafting' into stagingMarius Bakke2020-12-14
| |\| | | | | |
| | * | | | | | gnu: cURL: Remove graft for 7.74.0 and reinstate lost patch.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | See <https://lists.gnu.org/archive/html/guix-devel/2020-12/msg00142.html> for a discussion about the missing patch. * gnu/packages/curl.scm (curl): Update to 7.74.0. [replacement]: Remove. [source](patches): New field. (curl-7.74.0): Remove variable.
| * | | | | | | gnu: rust-1.46: Add rustfmt outputMatthew Kraai2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/rust.scm (rust-1.46)[outputs]: Add a rustfmt output. [arguments]: Adjust to the new rustfmt output.
| * | | | | | | gnu: postgresql: Make version 13 the default.Marius Bakke2020-12-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | While at it, rearrange so that variables are in order, and also inherit the patches in lower versions, as the disable-resolve_symlinks patch was missing in 11 and 9. * gnu/packages/databases.scm (postgresql-13): Swap places with ... (postgresql): ... this. Turn into dummy pointer variable and move it last. (postgresql-11): Inherit from POSTGRESQL-13. Also inherit source. (postgresql-10): Inherit from POSTGRESQL-11. (postgresql-9.6): Inherit from POSTGRESQL-10. Also inherit source.