summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-08-04gnu: Add libomp-10.Greg Hogan
* gnu/packages/llvm.scm (libomp-10): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-11: Use libomp-11.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-11): Switch dependency from the default libomp-13 to libomp-11. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-11.Greg Hogan
* gnu/packages/llvm.scm (libomp-11): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: clang-toolchain-12: Use libomp-12.Greg Hogan
* gnu/packages/llvm.scm (clang-toolchain-12): Switch dependency from the default libomp-13 to libomp-12. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add libomp-12.Greg Hogan
* gnu/packages/llvm.scm (libomp-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: libomp-13: Reference llvm-13 version string.Greg Hogan
* gnu/packages/llvm.scm (libomp-13): Reference llvm-13 version string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: libomp-14: Reference llvm-14 version string.Greg Hogan
* gnu/packages/llvm.scm (libomp-14): Reference llvm-14 version string. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add aoflagger.Sharlatan Hellseher
* gnu/packages/astronomy.scm (aoflagger): New variable. * gnu/packages/patches/aoflagger-use-system-provided-pybind11.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add aocommon.Sharlatan Hellseher
* gnu/packages/astronomy.scm (aocommon): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04gnu: Add barony.Timotej Lazar
* gnu/packages/games.scm (barony): New variable. * gnu/packages/patches/barony-fix-textures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04environment: Report "command not found" from the child process.Ludovic Courtès
Fixes a bug whereby, for example: guix shell bash -- bash -c xyz would erroneously print: guix shell: error: bash: command not found simply because the parent process could not distinguish that 127 from a "genuine" 127 used by convention for "command not found". * guix/scripts/environment.scm (launch-environment): Before exiting, report a "command not found" error and suggest a command name. (validate-exit-status): Remove. (launch-environment/fork): Remove call (launch-environment/container)[exit/status*]: Remove. Call 'exit/status' instead of it.
2022-08-04gnu: python-args: Patch reference to basestring.Tanguy Le Carrour
Hi Maxime, I **totally** forgot about this one! Seems like no one is using it. `python2-args` also builds. But no package seems to depend on it anyway. Regards, Tanguy * gnu/packages/python-xyz.scm (python-args)[source]: Use the latest version from the git repository to get the test suite. [home-page]: Update URL. [native-inputs]: Add python-nose. [arguments]: Replace reference to basestring with str. Invoke nosetests. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-04guix build: Print hints when -s or --target is passed an invalid string.Ludovic Courtès
* guix/scripts/build.scm (%standard-cross-build-options) (%standard-native-build-options): Print hints when the target/system is not found.
2022-08-04gnu: python-shapely: Update to 1.8.2.Guillaume Le Vaillant
* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2. [source]: Remove snippet.
2022-08-04gnu: sshfs: Update to 3.7.3.kiasoc5
* gnu/packages/linux.scm (sshfs): Update to 3.7.3. [build-system]: Replace gnu-build-system with meson-build-system. [native-inputs]: Add dependencies to generate man page. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04gnu: mako: Update to 1.7.1.muradm
* gnu/packages/wm.scm (mako): Update to 1.7.1. [inputs]: Replace elogind with basu. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04gnu: gperftools: Update to 2.10.Greg Hogan
* gnu/packages/cpp.scm (gperftools): Update to 2.10. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04gnu: lldb: Update to 14.0.6.Greg Hogan
* gnu/packages/llvm.scm (lldb): Update to 14.0.6. [source]: Fetch using LLVM-MONOREPO. [phases]: Add phase to change to source subdirectory. [inputs]: Change from LLVM-13 and CLANG-13 to LLVM-14 and CLANG-14. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-04gnu: workrave: Update to 1.10.50.宋文武
* gnu/packages/gnome.scm (workrave): Update to 1.10.50.
2022-08-04gnu: tint2: Update to 17.0.2.Wamm K. D
* gnu/packages/xdisorg.scm (tint2): Update to 17.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper.L p R n d n
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [phases]{wrap-program}: Set XCURSOR_PATH to the current system share/icons. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-03gnu: lightdm-gtk-greeter: Disable indicator services.L p R n d n
* gnu/packages/display-managers.scm (lightdm-gtk-greeter) [configure-flags]: Add '--disable-indicator-services-command'. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-03gnu: lightdm-gtk-greeter: Use gexps and new style inputs.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm-gtk-greeter)[arguments]: Use gexps. [configure-flags]: Use search-input-file. [phases]{fix-.desktop-file}: Likewise. {wrap-program}: Use search-input-file and this-package-input. [inputs]: Use new style. Add glib.
2022-08-03gnu: lightdm: Update to 1.32.0.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm): Update to 1.32.0.
2022-08-03gnu: lightdm: Enable XDMCP support.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm)[inputs]: Add libxdmcp.
2022-08-03gnu: lightdm: Build AccountsService files.L p R n d n
* gnu/packages/display-managers.scm (lightdm) [native-inputs]: Add accountsservice. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
2022-08-03gnu: lightdm: Install documentation.Maxim Cournoyer
* gnu/packages/display-managers.scm (lightdm) [configure-flags]: Add --enable-gtk-doc.
2022-08-04gnu: Add feathernotes.Pavel Shlyak
* gnu/packages/task-management.scm (feathernotes): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-08-03gnu: bitcoin-unlimited: Fix build.Guillaume Le Vaillant
* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to qttools in 'configure-flags'.
2022-08-03gnu: bitcoin-core: Fix build.Guillaume Le Vaillant
* gnu/packages/finance.scm (bitcoin-core)[arguments]: Fix reference to qttools in 'configure-flags'.
2022-08-03gnu: nim: Enable parallel building.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'build phase to add parallel flag. [native-inputs]: Add parallel.
2022-08-03gnu: nim: Patch dynamically loaded libraries.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Add custom 'patch-dynamic-libraries phase to patch some dynamically loaded libraries. [inputs]: Add libgc, openssl, pcre and sqlite.
2022-08-03gnu: nim: Prepare for running tests.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Replace default 'check phase. [native-inputs]: Add nss-certs.
2022-08-03gnu: nim: Install shell completions.Efraim Flashner
* gnu/packages/nim.scm (nim)[arguments]: Add custom 'install-completions phase to install shell completion scripts.
2022-08-03gnu: nim: Build and install nimble.Trevor Richards
* gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'patch-installer, 'patch-more-shebangs, 'build and 'install phases to build and install nimble and associated helper binaries. Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2022-08-03gnu: python-pyside-2: Fix build.Guillaume Le Vaillant
* gnu/packages/qt.scm (python-pyside-2)[arguments]: Use the correct names for Qt inputs in the 'fix-qt-module-detection' phase.
2022-08-03gnu: lagrange: Update to 1.13.7.Nicolas Goaziou
* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.7.
2022-08-03gnu: naev: Update to 0.9.4.Nicolas Goaziou
* gnu/packages/games.scm (naev): Update to 0.9.4.
2022-08-03gnu: emacs-elfeed-protocol: Update to 0.8.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.8.1.
2022-08-03gnu: emacs-modus-themes: Update to 2.5.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.5.0.
2022-08-03download: Do not wrap TLS port on GnuTLS >= 3.7.7.Ludovic Courtès
The custom input/output port wrapping the TLS session record port would introduce overhead, and it would also prevent its uses in a non-blocking context--e.g., with Fibers. The port close mechanism added in GnuTLS 3.7.7 allows us to get rid of that wrapper. * guix/build/download.scm (wrap-record-port-for-gnutls<3.7.7): New procedure, with code formerly in 'tls-wrap'. (tls-wrap): Check for 'set-session-record-port-close!' and use it when available; otherwise call 'wrap-record-port-for-gnutls<3.7.7'.
2022-08-03gnu: Add gdb-12.Greg Hogan
* gnu/packages/gdb.scm (gdb-12): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: libunwind: Fix license.Philip McGrath
The license of libunwind is Expat, not X11: see <https://github.com/libunwind/libunwind/issues/372>. * gnu/packages/libunwind.scm (libunwind)[license]: Fix it. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: mingw-w64-tools: Update to 10.0.0.Kaelyn Takata
* gnu/packages/mingw.scm (mingw-w64-tools): Update to 10.0.0. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: mingw: Update to 10.0.0.Kaelyn Takata
* gnu/packages/mingw.scm (mingw): Update to 10.0.0. [arguments] Disable parallel building to avoid failures trying to access empty .a files. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-everyshi.Fabio Natali
* gnu/packages/tex.scm (texlive-everyshi): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-everysel.Fabio Natali
* gnu/packages/tex.scm (texlive-everysel): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-ragged2e.Fabio Natali
* gnu/packages/tex.scm (texlive-ragged2e): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-ltablex.Fabio Natali
* gnu/packages/tex.scm (texlive-ltablex): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-08-03gnu: Add texlive-tracklang.Fabio Natali
* gnu/packages/tex.scm (texlive-tracklang): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>