summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Expand)AuthorAgeFilesLines
* gnu: stex: Get machine type dynamically.•••* gnu/packages/chez.scm (stex)[arguments]: Run 'scheme' to determine the machine type. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-121-2/+12
* gnu: chez-scheme: Refactor configure phase and fix '--threads'.•••Move Chez-specific logic into '#:configure-flags' and a new 'configure-environment-variables' phase, leaving the 'configure' phase as just a variant of the one from 'gnu-build-system' (including support for '#:out-of-source?') that doesn't add implicit Autoconf-style flags. In the process, do the right thing for "--threads", rather than assuming the only nonthreaded platform is broken. * gnu/packages/chez.scm (chez-scheme)[arguments]: Set configure flags in '#:configure-flags' and separate 'configure-environment-variables' from the residual 'configure' phase. More closely follow 'gnu-build-system'. Use 'chez-upstream-features-for-system' for "--threads". (chez-scheme-for-racket)[arguments]<#:configure-flags>: Add "--threads" unconditionally. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-121-21/+42
* gnu: chez-scheme: Refactor documentation phases.•••Patches merged in both upstream Chez Scheme and Racket's variant will soon let us replace the 'install-docs' phase with just 'make install-docs'. Separating the 'link-doc-pdfs' phase (which won't change) leaves us well-prepared for the transition, regardless of whether Chez Scheme 9.5.10 or Racket 8.6 is released first. * gnu/packages/chez.scm (chez-scheme)[arguments]: Split 'install-doc' phase into 'install-docs' (matching the future 'make' target) and 'link-doc-pdfs'. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-121-28/+36
* gnu: chez-scheme: Update to 9.5.8.•••* gnu/packages/chez.scm (chez-scheme): Update to 9.5.8. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-121-2/+2
* gnu: racket: Fix out-of-source build.•••* gnu/packages/racket.scm (racket-vm-cgc)[arguments]: Supply '#:out-of-source? #t'. Wrap 'install-license-files' to work around limitation. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-121-3/+15
* gnu: racket: Update to 8.5.•••* gnu/packages/patches/racket-gui-tethered-launcher-backport.patch, gnu/packages/patches/racket-enable-scheme-backport.patch: Delete files. * gnu/local.mk (dist_patch_DATA): Remove them. * gnu/packages/chez.scm (chez-scheme-for-racket): Update to 9.5.7.6. * gnu/packages/racket.scm (%racket-version): Update to 8.5. (%racket-origin)[patches]: Remove obsolete patches. (racket-vm-common-configure-flags): Correct comment. (racket)[inputs]<2d, datalog, deinprogramm, draw, drracket, expeditor, htdp, pict, plot, quickscript, racklog, rackunit, redex, scribble, typed-racket, string-constants, syntax-color, web-server, xrepl>: Update checksums. <gui, srfi>: Likewise, and remove obsolete backports. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Philip McGrath2022-05-124-545/+32
* gnu: quark: Use G-expressions.•••* gnu/packages/web.scm (quark)[arguments]: Rewrite using G-expressions. Arun Isaac2022-05-121-8/+8
* gnu: fastahack: Wrap long line.•••* gnu/packages/bioinformatics.scm (fastahack): Wrap long line. Arun Isaac2022-05-121-1/+2
* gnu: agda.scm: Add missing import.•••* gnu/packages/agda.scm: Also use (guix gexp). Efraim Flashner2022-05-121-0/+1
* gnu: linux-libre 5.4: Update to 5.4.192.•••* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.192. (linux-libre-5.4-pristine-source, deblob-scripts-5.4): Update hashes. Leo Famulari2022-05-111-3/+3
* gnu: linux-libre 5.10: Update to 5.10.114.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.114. (linux-libre-5.10-pristine-source, deblob-scripts-5.10): Update hashes. Leo Famulari2022-05-111-3/+3
* gnu: linux-libre 5.15: Update to 5.15.38.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.38. (linux-libre-5.15-pristine-source, deblob-scripts-5.15): Update hashes. Leo Famulari2022-05-111-3/+3
* gnu: linux-libre: Update to 5.17.6.•••* gnu/packages/linux.scm (linux-libre-5.17-version): Update to 5.17.6. (linux-libre-5.17-pristine-source, deblob-scripts-5.17): Update hashes. Leo Famulari2022-05-111-3/+3
* gnu: beep: Drop obsolete $(pkgdocdir) make flag.•••* gnu/packages/terminals.scm (beep)[arguments]: Remove "pkgdocdir=" from #:make-flags. Tobias Geerinckx-Rice2022-05-081-2/+1
* gnu: beep: Use G-expressions.•••* gnu/packages/terminals.scm (beep)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-05-081-21/+22
* gnu: beep: Update to 1.4.12.•••* gnu/packages/terminals.scm (beep): Update to 1.4.12. [arguments]: Set $(CC) #:make-flag. Manually substitute the correct value of make check's $(PWD). (!) Tobias Geerinckx-Rice2022-05-081-5/+11
* gnu: lighttpd: Update style.•••* gnu/packages/web.scm (lighttpd)[arguments]: Rewrite as G-expressions. Don't explicitly return #t from phases. [inputs]: Remove input labels. Tobias Geerinckx-Rice2022-05-081-42/+40
* gnu: lighttpd: Update to 1.4.64.•••* gnu/packages/web.scm (lighttpd): Update to 1.4.64. [arguments]: Add a new 'skip-failing-tests phase. [inputs]: Substitute pcre2 for pcre & pcre:bin. Tobias Geerinckx-Rice2022-05-081-5/+14
* gnu: lighttpd: Fix bash reference.•••* gnu/packages/web.scm (lighttpd)[arguments]: Substitute SEARCH-INPUT-FILE for WHICH. [inputs]: Add bash-minimal. f fix lighttpd xcc Tobias Geerinckx-Rice2022-05-081-4/+5
* gnu: recutils: Fix cross-compilation.•••* gnu/packages/databases.scm (recutils) [arguments]: Point "--with-bash-headers" to the root bash "/include" directory. Tobias Geerinckx-Rice2022-05-081-2/+3
* gnu: recutils: Remove some input labels.•••* gnu/packages/databases.scm (recutils)[inputs]: Remove input labels. [arguments]: Adjust accordingly. Tobias Geerinckx-Rice2022-05-081-16/+17
* gnu: iceauth: Update to 1.0.9.•••* gnu/packages/xorg.scm (iceauth): Update to 1.0.9. Tobias Geerinckx-Rice2022-05-081-4/+3
* gnu: agda: Use G-expressions.•••* gnu/packages/agda.scm (agda)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-05-081-16/+16
* gnu: agda: Update to 2.6.2.2.•••* gnu/packages/agda.scm (agda): Update to 2.6.2.2. Tobias Geerinckx-Rice2022-05-081-3/+3
* gnu: isc-dhcp: Update to 4.4.3.•••* gnu/packages/admin.scm (isc-dhcp): Update to 4.4.3. [source]: Remove upstreamed patch. * gnu/packages/patches/isc-dhcp-gcc-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Tobias Geerinckx-Rice2022-05-082-75/+2
* gnu: python-pygit2: Update to 1.9.1.•••* gnu/packages/python-xyz.scm (python-pygit2): Update to 1.9.1. [propagated-inputs]: Change LIBGIT2-1.3 to LIBGIT2. Ludovic Courtès2022-05-111-3/+3
* gnu: libgit2: Update to 1.4.3.•••* gnu/packages/version-control.scm (libgit2): Update to 1.4.3. [source]: Adjust snippet to comment out the "10 years ago" test, which was changed in 1.4.3 but is still problematic. [arguments]: Add "-DUSE_SSH=ON". Remove 'fix-hardcoded-paths' phase. Adjust 'check' phase for new executable name. (libgit2-1.3): New variable. (libgit2-1.1): Inherit from 'libgit2-1.3'; inherit from its origin too. * gnu/packages/crates-io.scm (rust-git2-0.13)[inputs]: Use LIBGIT2-1.3. * gnu/packages/python-xyz.scm (python-pygit2)[propagated-inputs]: Likewise. Co-authored-by: Maxime Devos <maximedevos@telenet.be> Ludovic Courtès2022-05-113-29/+41
* gnu: nq: Use G-expressions.•••* gnu/packages/admin.scm (nq)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-05-081-5/+6
* gnu: nq: Update to 0.5.•••* gnu/packages/admin.scm (nq): Update to 0.5. Tobias Geerinckx-Rice2022-05-081-2/+2
* gnu: netcat-openbsd: Update to 1.218-5.•••* gnu/packages/admin.scm (netcat-openbsd): Update to 1.218-5. Tobias Geerinckx-Rice2022-05-081-2/+2
* gnu: inxi-minimal: Update to 3.3.15-1.•••* gnu/packages/admin.scm (inxi-minimal): Update to 3.3.15-1. Tobias Geerinckx-Rice2022-05-081-2/+2
* gnu: htop: Update to 3.2.0.•••* gnu/packages/admin.scm (htop): Update to 3.2.0. Tobias Geerinckx-Rice2022-05-081-2/+2
* gnu: libscrypt: Use G-expressions.•••* gnu/packages/crypto.scm (libscrypt)[arguments]: Rewrite as G-expressions. Tobias Geerinckx-Rice2022-05-081-11/+10
* gnu: libscrypt: Update to 1.22.•••* gnu/packages/crypto.scm (libscrypt): Update to 1.22. Tobias Geerinckx-Rice2022-05-081-4/+3
* gnu: mergerfs: Update to 2.33.5.•••* gnu/packages/file-systems.scm (mergerfs): Update to 2.33.5. Lars-Dominik Braun2022-05-111-2/+2
* gnu: rust-rand-distr-0.4: Move code changes to snippet.•••* gnu/packages/crates-io.scm (rust-rand-distr-0.4)[arguments]: Move code relaxing version requirements ... [source]: ... to a snippet. Efraim Flashner2022-05-111-9/+8
* gnu: rust-nalgebra-macros-0.1: Move code changes to snippet.•••* gnu/packages/crates-io.scm (rust-nalgebra-macros-0.1)[arguments]: Move code relaxing version requirements ... [source]: ... to a snippet. Efraim Flashner2022-05-111-9/+7
* gnu: rust-nalgebra-0.26: Move code changes to snippet.•••* gnu/packages/crates-io.scm (rust-nalgebra-0.26)[arguments]: Move code relaxing version requirements ... [source]: ... to a snippet. (rust-nalgebra-macros-0.1, rust-statrs-0.14)[arguments]: Adjust accordingly. Efraim Flashner2022-05-111-19/+8
* gnu: rust-average-0.13: Move code changes to snippet.•••* gnu/packages/crates-io.scm (rust-average-0.13)[arguments]: Move code relaxing version requirements ... [source]: ... to a snippet. (rust-nalgebra-0.26, rust-nalgebra-macros-0.1, rust-rand-distr-0.4, rust-statrs-0.14)[arguments]: Adjust accordingly. Efraim Flashner2022-05-111-19/+13
* gnu: rust-pyo3-0.15: Adjust version dependency relaxing code.•••* gnu/packages/crates-io.scm (rust-pyo3-0.15)[source]: Adjust snippet to require at least the desired version, not an exact version. Efraim Flashner2022-05-111-1/+1
* gnu: rust-proc-macro-error-1: Move code changes to snippet.•••* gnu/packages/crates-io.scm (rust-proc-macro-error-1)[arguments]: Move code relaxing version requirements from custom phase ... [source]: ... to a snippet. Efraim Flashner2022-05-111-11/+10
* gnu: rust-parking-lot-core-0.8: Move code changes to snippet.•••This allows the changes to propagate through the cargo-build-system. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8)[source]: Add snippet to relax version dependencies. [arguments]: Remove 'relax-dependencies phase. Efraim Flashner2022-05-111-10/+9
* gnu: cwltool: Do not propagate inputs.•••* gnu/packages/bioinformatics.scm (cwltool)[propagated-inputs]: Move to ... [inputs]: ... here. Arun Isaac2022-05-111-1/+1
* gnu: Add ruby-money-open-exchange-rates.•••* gnu/packages/ruby.scm (ruby-money-open-exchange-rates): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber2022-05-101-0/+34
* gnu: Add ruby-monetize.•••* gnu/packages/ruby.scm (ruby-monetize): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber2022-05-101-0/+25
* gnu: python-cryptography: Bump 'rust-redox-syscall' dependency.•••Fixes a build failure. * gnu/packages/python-crypto.scm (python-cryptography): Replace 'rust-redox-syscall-0.1' with 'rust-redox-syscall-0.2'. Ludovic Courtès2022-05-111-1/+1
* gnu: rust-parking-lot-core@0.8: Fix compilation.•••Fixes a build failure introduced in d16298196c23cf4d05c4010af399270a2dbbd831. This is a followup to 25c66d69b274214ce1d1b9482bef087c39571b62. * gnu/packages/crates-io.scm (rust-parking-lot-core-0.8): Add 'relax-dependencies' phase. Ludovic Courtès2022-05-111-1/+9
* gnu: Add ruby-money.•••* gnu/packages/ruby.scm (ruby-money): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber2022-05-101-0/+38
* gnu: Add ruby-dhall.•••* gnu/packages/ruby.scm (ruby-dhall): New variable. Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name> Stephen Paul Weber2022-05-101-0/+30
* gnu: parted: Use G-expressions & new input style.•••* gnu/packages/disk.scm (parted) [arguments]: Rewrite as G-expressions. [native-inputs]: Remove input labels. Tobias Geerinckx-Rice2022-05-081-15/+14