summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: mlt: Update to 7.18.0.•••* gnu/packages/video.scm (mlt): Update to 7.18.0. Vinicius Monego2023-07-291-2/+2
* gnu: python-pymc: Update to 5.6.1.•••* gnu/packages/statistics.scm (python-pymc): Update to 5.6.1. Vinicius Monego2023-07-291-2/+2
* gnu: python-arviz: Update to 0.16.1.•••* gnu/packages/statistics.scm (python-arviz): Update to 0.16.1. Vinicius Monego2023-07-291-2/+2
* gnu: python-scikit-rf: Update to 0.28.0.•••* gnu/packages/engineering.scm (python-scikit-rf): Update to 0.28.0. Vinicius Monego2023-07-291-2/+2
* gnu: hypercorn: Update to 0.14.4.•••* gnu/packages/python-web.scm (hypercorn): Update to 0.14.4. Vinicius Monego2023-07-291-2/+2
* gnu: pre-commit: Update to 3.3.3.•••* gnu/packages/version-control.scm (pre-commit): Update to 3.3.3. Vinicius Monego2023-07-291-2/+2
* gnu: Add python-scikit-fem.•••* gnu/packages/python-science.scm (python-scikit-fem): New variable. Vinicius Monego2023-07-291-0/+27
* gnu: h-client: Update URL.•••* gnu/packages/hardware.scm (h-client) [source]: Add trailing '/' to URL. Maxim Cournoyer2023-07-291-1/+1
* gnu: h-client: Fix build.•••* gnu/packages/hardware.scm (h-client) [phases]: Replace sbin/lspci by bin/lspci in wrap-more phase. Maxim Cournoyer2023-07-291-3/+1
* gnu: po4a: Update to 0.69.•••* gnu/packages/gettext.scm (po4a): Update to 0.69. Maxim Cournoyer2023-07-291-2/+2
* gnu: hitch: Do not return #t from custom phases.•••* gnu/packages/web.scm (hitch)[arguments]: Do not return #t from custom phases. Arun Isaac2023-07-291-2/+1
* gnu: hitch: Rewrite grep command to not use perl regexps.•••* gnu/packages/web.scm (hitch)[arguments]: Rewrite grep command in a test to not use perl regexps. Arun Isaac2023-07-291-0/+8
* gnu: weechat: Update to 4.0.2.•••* gnu/packages/irc.scm (weechat): Update to 4.0.2. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> fanquake2023-07-281-2/+2
* gnu: libharu: Update to 2.4.3.•••* gnu/packages/pdf.scm (libharu): Update to 2.4.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Wojtek Kosior2023-07-281-2/+2
* gnu: openshot: Update to 3.1.1.•••* gnu/packages/video.scm (openshot): Update to 3.1.1. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai2023-07-281-2/+2
* gnu: direnv: Update to 2.32.3.•••This version adds support to `guix shell` instead of `guix environment` by default. * gnu/packages/shellutils.scm (direnv): Update to 2.32.3. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Distopico2023-07-281-2/+3
* gnu: xnedit: Update to 1.5.0.•••* gnu/packages/text-editors.scm (xnedit): Update to 1.5.0. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Andy Tai2023-07-281-2/+2
* gnu: iwd: Update to 2.7.•••* gnu/packages/networking.scm (iwd): Update to 2.7. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain2023-07-281-2/+2
* gnu: ell: Update to 0.57.•••* gnu/packages/linux.scm (ell): Update to 0.57. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> Hilton Chain2023-07-281-2/+2
* gnu: Add endgame-singularity.•••* gnu/packages/games.scm (endgame-singularity): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org> TakeV2023-07-281-0/+24
* gnu: linux-libre-arm64-generic: Add support for ath9k wireless.•••* gnu/packages/linux.scm (linux-libre-arm64-generic)[extra-options): Add configuration for ath9k_htc. Efraim Flashner2023-07-271-1/+3
* gnu: Add calc.•••* gnu/packages/maths.scm (calc): New variable. Co-authored-by: Andreas Enge <andreas@enge.fr> Distopico2023-07-261-0/+34
* gnu: python-pymol: Fix launch script.•••* gnu/packages/chemistry.scm (python-pymol)[#:phases]: Add 'disable-unchroot. [native-inputs]: Remove python-setuptools. Signed-off-by: Andreas Enge <andreas@enge.fr> David Elsing2023-07-261-3/+8
* gnu: openjdk9: Fix build on aarch64.•••* gnu/packages/java.scm (openjdk9)[arguments]: Add 'patch-for-aarch64 phase to remove duplicate line in interp_masm_aarch64.hpp. Signed-off-by: Andreas Enge <andreas@enge.fr> Christopher Baines2023-07-261-0/+12
* gnu: Add glnemo2.•••* gnu/packages/astronomy.scm (glnemo2): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr> Sharlatan Hellseher2023-07-261-0/+61
* gnu: Add ccfits.•••* gnu/packages/astronomy.scm (ccfits): New variable. Signed-off-by: Andreas Enge <andreas@enge.fr> Sharlatan Hellseher2023-07-261-0/+24
* gnu: python-shiboken-6: Remove inherited workaround.•••Fixes: <https://issues.guix.gnu.org/64803>. * gnu/packages/qt.scm (python-shiboken-6)[arguments]<#:phases>: Delete 'workaround-importlib-error, which breaks the build. Reported-by: Formbi <formbi@protonmail.com> Signed-off-by: Andreas Enge <andreas@enge.fr> Hilton Chain2023-07-261-0/+1
* gnu: cfitsio: Download source over HTTPS.•••* gnu/packages/astronomy.scm (cfitsio)[source]: Use HTTPS. Signed-off-by: Andreas Enge <andreas@enge.fr> Sharlatan Hellseher2023-07-261-1/+1
* gnu: guix-build-coordinator: Update to 0-86.f39f160.•••* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-86.f39f160. [arguments]: Update style. Christopher Baines2023-07-261-60/+59
* gnu: nar-herder: Update to 0-21.53682fa.•••* gnu/packages/package-management.scm (nar-herder): Update to 0-21.53682fa. [arguments]: Update style. Christopher Baines2023-07-261-50/+50
* gnu: guix-data-service: Update to 0.0.1-42.1c75394.•••* gnu/packages/web.scm (guix-data-service): Update to 0.0.1-42.1c75394. [arguments]: Update style. Christopher Baines2023-07-261-53/+52
* gnu: Fix guile-for-guile-emacs builder.•••I think this broke in c4c08775a820868059b59c68d4dfd6be0c9d9010. * gnu/packages/guile.scm (guile-for-guile-emacs)[arguments]: Switch to gexp for phases. Christopher Baines2023-07-261-4/+3
* gnu: Add rvvm.•••* gnu/packages/virtualization.scm (rvvm): New variable. Co-authored-by: Efraim Flashner <efraim@flashner.co.il> Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Juliana Sims2023-07-261-0/+52
* gnu: toot: Update to 0.38.1.•••* gnu/packages/mastodon.scm (toot): Update to 0.38.1. [inputs]: Add python-tomlkit. Efraim Flashner2023-07-261-3/+6
* gnu: urlscan: Update to 1.0.1.•••* gnu/packages/mail.scm (urlscan): Update to 1.0.1. Efraim Flashner2023-07-261-2/+2
* gnu: mpv: Update to 0.36.0.•••* gnu/packages/video.scm (mpv): Update to 0.36.0. Efraim Flashner2023-07-261-3/+3
* gnu: qemu: Update to 7.2.4.•••* gnu/packages/virtualization.scm (qemu): Update to 7.2.4. Tobias Geerinckx-Rice2023-07-231-3/+2
* gnu: opensbi: Remove configure-flags.•••The 'configure phase is removed and nothing uses it. * gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Remove configure-flags. Efraim Flashner2023-07-251-5/+0
* gnu: opensbi: Update to 1.3.1.•••* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.3.1. Efraim Flashner2023-07-251-2/+2
* gnu: nyxt: Update to 3.5.0.•••* gnu/packages/web-browsers.scm (nyxt): Update to 3.5.0. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes2023-07-251-2/+2
* gnu: cl-nasdf: Update to 0.1.6.•••* gnu/packages/lisp-xyz.scm (sbcl-nasdf): Update to 0.1.6. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Andre A. Gomes2023-07-251-3/+3
* gnu: hackrf: Update to 2023.01.1.•••* gnu/packages/radio.scm (hackrf): Update to 2023.01.1. Guillaume Le Vaillant2023-07-251-2/+2
* gnu: lvm2: Update to 2.03.21.•••* gnu/packages/linux.scm (lvm2): Update to 2.03.21. [source]: Remove patch. Don't explicitly return #t from snippet. [arguments]: Don't explicitly return #t from phases. * gnu/packages/patches/lvm2-static-link.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2023-07-232-43/+4
* gnu: dkimproxy: Wrap with perl-cryptx.•••Fixes ‘Can't locate Crypt/PK/Ed25519.pm in @INC’. * gnu/packages/mail.scm (dkimproxy)[inputs]: Add perl-cryptx. [arguments]: Wrap the scripts with it. Tobias Geerinckx-Rice2023-07-231-0/+3
* gnu: virt-viewer: Fix build.•••* gnu/packages/spice.scm (virt-viewer)[arguments]: Add a new 'build-with-recent-meson phase. Tobias Geerinckx-Rice2023-07-231-8/+18
* gnu: Add sdkmanager.•••* gnu/packages/android.scm (sdkmanager): New variable. Co-authored-by: Andreas Enge <andreas@enge.fr> Distopico2023-07-241-0/+31
* gnu: cl-ironclad: Update to 0.59.•••* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.59. Guillaume Le Vaillant2023-07-241-2/+2
* gnu: nss: Fix building on powerpc-linux.•••* gnu/packages/nss.scm (nss)[arguments]: Skip tests on powerpc-linux. Adjust the configure-flags when building for powerpc-linux to not use features unavailable for that architecture. Efraim Flashner2023-07-241-3/+8
* gnu: Add python-openai.•••* gnu/packages/python-web.scm (python-openai): New variable. Ricardo Wurmus2023-07-231-0/+30
* gnu: Add python-fastapi-csrf-protect.•••* gnu/packages/python-web.scm (python-fastapi-csrf-protect): New variable. Ricardo Wurmus2023-07-231-0/+29