Age | Commit message (Expand) | Author |
2022-08-04 | gnu: Add aoflagger....* 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>
| Sharlatan Hellseher |
2022-08-04 | gnu: Add aocommon....* gnu/packages/astronomy.scm (aocommon): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Sharlatan Hellseher |
2022-08-04 | gnu: Add barony....* 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>
| Timotej Lazar |
2022-08-04 | environment: Report "command not found" from the child process....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.
| Ludovic Courtès |
2022-08-04 | gnu: python-args: Patch reference to basestring....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>
| Tanguy Le Carrour |
2022-08-04 | guix build: Print hints when -s or --target is passed an invalid string....* guix/scripts/build.scm (%standard-cross-build-options)
(%standard-native-build-options): Print hints when the target/system is
not found.
| Ludovic Courtès |
2022-08-04 | gnu: python-shapely: Update to 1.8.2....* gnu/packages/python-xyz.scm (python-shapely): Update to 1.8.2.
[source]: Remove snippet.
| Guillaume Le Vaillant |
2022-08-04 | gnu: sshfs: Update to 3.7.3....* 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>
| kiasoc5 |
2022-08-04 | gnu: mako: Update to 1.7.1....* gnu/packages/wm.scm (mako): Update to 1.7.1.
[inputs]: Replace elogind with basu.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| muradm |
2022-08-04 | gnu: gperftools: Update to 2.10....* gnu/packages/cpp.scm (gperftools): Update to 2.10.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Greg Hogan |
2022-08-04 | gnu: lldb: Update to 14.0.6....* 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>
| Greg Hogan |
2022-08-04 | gnu: workrave: Update to 1.10.50....* gnu/packages/gnome.scm (workrave): Update to 1.10.50.
| 宋文武 |
2022-08-04 | gnu: tint2: Update to 17.0.2....* gnu/packages/xdisorg.scm (tint2): Update to 17.0.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Wamm K. D |
2022-08-03 | gnu: lightdm-gtk-greeter: Set XCURSOR_PATH in wrapper....* 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>
| L p R n d n |
2022-08-03 | gnu: lightdm-gtk-greeter: Disable indicator services....* gnu/packages/display-managers.scm (lightdm-gtk-greeter)
[configure-flags]: Add '--disable-indicator-services-command'.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| L p R n d n |
2022-08-03 | gnu: lightdm-gtk-greeter: Use gexps and new style inputs....* 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.
| Maxim Cournoyer |
2022-08-03 | gnu: lightdm: Update to 1.32.0....* gnu/packages/display-managers.scm (lightdm): Update to 1.32.0.
| Maxim Cournoyer |
2022-08-03 | gnu: lightdm: Enable XDMCP support....* gnu/packages/display-managers.scm (lightdm)[inputs]: Add libxdmcp.
| Maxim Cournoyer |
2022-08-03 | gnu: lightdm: Build AccountsService files....* gnu/packages/display-managers.scm (lightdm)
[native-inputs]: Add accountsservice.
Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| L p R n d n |
2022-08-03 | gnu: lightdm: Install documentation....* gnu/packages/display-managers.scm (lightdm)
[configure-flags]: Add --enable-gtk-doc.
| Maxim Cournoyer |
2022-08-04 | gnu: Add feathernotes....* gnu/packages/task-management.scm (feathernotes): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
| Pavel Shlyak |
2022-08-03 | gnu: bitcoin-unlimited: Fix build....* gnu/packages/finance.scm (bitcoin-unlimited)[arguments]: Fix reference to
qttools in 'configure-flags'.
| Guillaume Le Vaillant |
2022-08-03 | gnu: bitcoin-core: Fix build....* gnu/packages/finance.scm (bitcoin-core)[arguments]: Fix reference to qttools
in 'configure-flags'.
| Guillaume Le Vaillant |
2022-08-03 | gnu: nim: Enable parallel building....* gnu/packages/nim.scm (nim)[arguments]: Adjust custom 'build phase to
add parallel flag.
[native-inputs]: Add parallel.
| Efraim Flashner |
2022-08-03 | gnu: nim: Patch dynamically loaded libraries....* 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.
| Efraim Flashner |
2022-08-03 | gnu: nim: Prepare for running tests....* gnu/packages/nim.scm (nim)[arguments]: Replace default 'check phase.
[native-inputs]: Add nss-certs.
| Efraim Flashner |
2022-08-03 | gnu: nim: Install shell completions....* gnu/packages/nim.scm (nim)[arguments]: Add custom 'install-completions
phase to install shell completion scripts.
| Efraim Flashner |
2022-08-03 | gnu: nim: Build and install nimble....* 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>
| Trevor Richards |
2022-08-03 | gnu: python-pyside-2: Fix build....* gnu/packages/qt.scm (python-pyside-2)[arguments]: Use the correct names for
Qt inputs in the 'fix-qt-module-detection' phase.
| Guillaume Le Vaillant |
2022-08-03 | gnu: lagrange: Update to 1.13.7....* gnu/packages/web-browsers.scm (lagrange): Update to 1.13.7.
| Nicolas Goaziou |
2022-08-03 | gnu: naev: Update to 0.9.4....* gnu/packages/games.scm (naev): Update to 0.9.4.
| Nicolas Goaziou |
2022-08-03 | gnu: emacs-elfeed-protocol: Update to 0.8.1....* gnu/packages/emacs-xyz.scm (emacs-elfeed-protocol): Update to 0.8.1.
| Nicolas Goaziou |
2022-08-03 | gnu: emacs-modus-themes: Update to 2.5.0....* gnu/packages/emacs-xyz.scm (emacs-modus-themes): Update to 2.5.0.
| Nicolas Goaziou |
2022-08-03 | download: Do not wrap TLS port on GnuTLS >= 3.7.7....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'.
| Ludovic Courtès |
2022-08-03 | gnu: Add gdb-12....* gnu/packages/gdb.scm (gdb-12): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Greg Hogan |
2022-08-03 | gnu: libunwind: Fix license....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>
| Philip McGrath |
2022-08-03 | gnu: mingw-w64-tools: Update to 10.0.0....* gnu/packages/mingw.scm (mingw-w64-tools): Update to 10.0.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Kaelyn Takata |
2022-08-03 | gnu: mingw: Update to 10.0.0....* 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>
| Kaelyn Takata |
2022-08-03 | gnu: Add texlive-everyshi....* gnu/packages/tex.scm (texlive-everyshi): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-everysel....* gnu/packages/tex.scm (texlive-everysel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-ragged2e....* gnu/packages/tex.scm (texlive-ragged2e): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-ltablex....* gnu/packages/tex.scm (texlive-ltablex): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-tracklang....* gnu/packages/tex.scm (texlive-tracklang): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-datetime2....* gnu/packages/tex.scm (texlive-datetime2): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-pdflscape....* gnu/packages/tex.scm (texlive-pdflscape): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-pgfgantt....* gnu/packages/tex.scm (texlive-pgfgantt): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-setspace....* gnu/packages/tex.scm (texlive-setspace): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: Add texlive-mdframed....* gnu/packages/tex.scm (texlive-mdframed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Fabio Natali |
2022-08-03 | gnu: xscreensaver: Don't read /proc/interrupts at configure time....Fixes a bug whereby, on some machines, ./configure would fail with:
Warning: Checking of /proc/interrupts was requested, but it's bogus.
* gnu/packages/xdisorg.scm (xscreensaver)[arguments]: Pass
'--without-proc-interrupts'.
| Ludovic Courtès |
2022-08-03 | gnu: xscreensaver: Remove custom 'configure' phase....This is a followup to 45456595ac4ba613c8a61ff4f51088efd4157e6e, which
was based on an incorrect diagnosis.
* gnu/packages/xdisorg.scm (xscreensaver)[source]: Add 'snippet'.
[arguments]: Remove custom 'configure' phase. Reintroduce #:configure-flags.
| Ludovic Courtès |