summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2022-07-04gnu: tlpui: Update to 1.5.0-1.Nicolas Goaziou
* gnu/packages/linux.scm (tlpui): Update to 1.5.0-1.
2022-07-04gnu: emacs-sly-stepper: Update to 20220704.Pierre Neidhardt
* gnu/packages/emacs-xyz.scm (emacs-sly-stepper): Update to 20220704.
2022-07-04gnu: Add r-sccustomize.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-sccustomize): New variable.
2022-07-04gnu: Add r-dittoseq.Ricardo Wurmus
* gnu/packages/bioconductor.scm (r-dittoseq): New variable.
2022-07-04gnu: Add r-ggprism.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggprism): New variable.
2022-07-04gnu: Add r-ggrastr.Ricardo Wurmus
* gnu/packages/cran.scm (r-ggrastr): New variable.
2022-07-04gnu: Add r-janitor.Ricardo Wurmus
* gnu/packages/cran.scm (r-janitor): New variable.
2022-07-04gnu: Add r-paletteer.Ricardo Wurmus
* gnu/packages/cran.scm (r-paletteer): New variable.
2022-07-04gnu: Add r-prismatic.Ricardo Wurmus
* gnu/packages/cran.scm (r-prismatic): New variable.
2022-07-04gnu: Add r-colorway.Ricardo Wurmus
* gnu/packages/statistics.scm (r-colorway): New variable.
2022-07-04gnu: vpnc: Add bsd-2 license.Jean-Pierre De Jesus DIAZ
* gnu/packages/vpn.scm (vpnc)[license]: Add bsd-2. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: vpnc: Fix cross-compilation.Jean-Pierre De Jesus DIAZ
* gnu/packages/vpn.scm (vpnc): Fix cross-compilation. [native-inputs]: Add conditional input of `this-package' (vpnc) to reuse the man page and add `pkg-config'. [arguments]: Use G-Expressions. [arguments]: Make use of `make-flags' instead of using substitutions. [arguments]: Remove unneeded deletion of `configure'. [arguments]: Use `pkg-config' to search for libgcrypt. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: Add gizaSharlatan Hellseher
* gnu/packages/maths.scm (giza): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: solidity: Update to 0.8.15.Zhu Zihao
* gnu/packages/solidity.scm (solidity): Update to 0.8.15. [source]: Use Github release. [arguments]<#:phases>: Remove phase 'create-commit_hash.txt'. Restore phase 'configure' and phase 'install'. Remove modifications applied to the phase 'build' and phase 'check'. Add phase 'unbundle-3rd-party-dependencies'. [inputs]: Add fmt-for-solidity, range-v3. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: Add fmt-for-solidity.Zhu Zihao
* gnu/packages/pretty-print.scm (fmt-for-solidity): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: solidity: Use G-expressions.Zhu Zihao
* gnu/packages/solidity.scm (solidity)[arguments]: Use G-expressions. [native-inputs]: Use label-less style inputs. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: z3: Prefer CMake to build the package.Zhu Zihao
Z3 developer recommends to use CMake to build Z3 except the OCaml bindings. Use CMake also enable us to cross compile z3. * gnu/packages/maths.scm (z3)[build-system]: Use cmake-build-system. [arguments]<#:configure-flags>: Add flags for CMake. <#:phases>: Remove stale phase 'fix-compatability'. In phase 'check', build the z3 test binary and don't test when cross compiling. Add phase 'compile-python-modules' phase to generate python bytecode cache for z3 python binding. Add phase 'fix-z3-library-path' to help z3 pythong binding to find the z3 shared library. (ocaml-z3)[build-system]: Override the inherited value with 'gnu-build-system'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: z3: Update to 4.8.17.Zhu Zihao
* gnu/packages/maths.scm (z3): Update to 4.8.17. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: z3: Use G-expressions.Zhu Zihao
* gnu/packages/maths.scm (z3)[arguments]: Use G-expressions. [native-inputs]: Use label-less style. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-04gnu: sbcl-nkeymaps: Update to 1.0.0.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-nkeymaps): Update to 1.0.0.
2022-07-04gnu: tbb: Fix building on riscv64-linux.Efraim Flashner
* gnu/packages/tbb.scm (tbb)[source]: Add patch. * gnu/packages/patches/tbb-other-arches.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
2022-07-03gnu: linux-libre 4.9: Update to 4.9.321.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.321. (linux-libre-4.9-pristine-source): Update hash.
2022-07-03gnu: linux-libre 4.14: Update to 4.14.286.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.286. (linux-libre-4.14-pristine-source): Update hash.
2022-07-03gnu: linux-libre 4.19: Update to 4.19.250.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.250. (linux-libre-4.19-pristine-source): Update hash.
2022-07-03gnu: linux-libre 5.4: Update to 5.4.203.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.203. (linux-libre-5.4-pristine-source): Update hash.
2022-07-03gnu: linux-libre 5.10: Update to 5.10.128.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.128. (linux-libre-5.10-pristine-source): Update hash.
2022-07-03gnu: linux-libre 5.15: Update to 5.15.52.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.52. (linux-libre-5.15-pristine-source): Update hash.
2022-07-03gnu: linux-libre: Update to 5.18.9.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.9. (linux-libre-5.18-pristine-source): Update hash.
2022-07-03gnu: bitmask: Fix loading of GUI.Raghav Gururajan
* gnu/packages/vpn.scm (bitmask)[inputs]: Add qtgraphicaleffects.
2022-07-03services: guix-build-coordinator: Fix passing parallel-hooks.Christopher Baines
The previous approach didn't support a simple alist. * gnu/services/guix.scm (make-guix-build-coordinator-start-script): Fix passing parallel-hooks in to the start gexp.
2022-07-03gnu: guix-build-coordinator: Update to 0-56.290ba67.Christopher Baines
* gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-56.290ba67.
2022-07-03gnu: sbcl-nfiles: Update to 1.0.0.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.0.0.
2022-07-03gnu: abcl: Update to 1.9.0.Pierre Neidhardt
* gnu/packages/java.scm (abcl): Update to 1.9.0. * gnu/packages/patches/abcl-fix-build-xml.patch: Update for 1.9.0.
2022-07-03gnu: abcl: Fix loading of cl-* packages.Pierre Neidhardt
* gnu/packages/java.scm (abcl)[native-search-paths]: Add XDG_DATA_DIRS where to cl-* libraries get installed.
2022-07-03gnu: libfixposix: Add C_INCLUDE_PATH to the native-search-paths.Pierre Neidhardt
* gnu/packages/c.scm (libfixposix)[native-search-paths]: Add C_INCLUDE_PATH. This fixes the loading of cl-iolib among others.
2022-07-03gnu: renpy: Install sdk-fonts.Liliana Marie Prikler
Without these fonts, the launcher will fail to launch. * gnu/packages/game-development.scm (renpy)[install]: Also recursively copy sdk-fonts.
2022-07-03gnu: python-renpy: Update to 8.0.0.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-renpy): Update to 8.0.0. [source]: Revert back to url-fetch. Also patch module/setup.py to not refer to missing sources.
2022-07-03gnu: python-pygame-sdl2: Update to 2.1.0-for-renpy-8.0.0.Liliana Marie Prikler
* gnu/packages/game-development.scm (python-pygame-sdl2): Update to 2.1.0-for-renpy-8.0.0. [source]: Revert to url-fetch. Also add back the snippet to remove generated sources.
2022-07-03gnu: Add font-artifika.Liliana Marie Prikler
* gnu/packages/fonts.scm (font-artifika): New variable.
2022-07-03gnu: Add Climate Data Operators.r0man
* gnu/packages/geo.scm (cdo): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-07-03gnu: Add python-deepdish.Antero Mejr
* gnu/packages/python-science.scm (python-deepdish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-03gnu: Add utest-h.Artyom V. Poptsov
* gnu/packages/c.scm (utest-h): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-07-03gnu: solidity: Remove input labels.Ludovic Courtès
* gnu/packages/solidity.scm (solidity)[native-inputs]: Remove labels.
2022-07-03gnu: sbcl-fof: Also build the fof/mf subsystem.Pierre Neidhardt
* gnu/packages/lisp-xyz.scm (sbcl-fof)[arguments]: Also build the fof/mf subsystem. [inputs]: Add sbcl-cl-json.
2022-07-03services: Add anonip-service-type.Ricardo Wurmus
* gnu/services/web.scm (anonip-configuration): New record type. (anonip-configuration?, anonip-configuration-anonip, anonip-configuration-input, anonip-configuration-output, anonip-configuration-skip-private?, anonip-configuration-column, anonip-configuration-replacement, anonip-configuration-ipv4mask, anonip-configuration-ipv6mask, anonip-configuration-increment, anonip-configuration-delimiter, anonip-configuration-regex): New procedures. (anonip-service-type): New service type. * doc/guix.texi (Log Rotation): Add subheading for Anonip Service.
2022-07-03gnu: sbcl: Disable SB-SIMD module.Guillaume Le Vaillant
SB-SIMD gets enabled only on x86_64 CPUs supporting AVX2 instructions, and some x86_64 CPUs don't. Fixes <https://issues.guix.gnu.org/56353>. Reported by Wensheng Xie <xiewensheng@hotmail.com>. * gnu/packages/lisp.scm (sbcl)[arguments]: Disable SB-SIMD in the 'build' and 'build-doc' phases.
2022-07-03gnu: nim: Update to 1.6.6.Trevor Richards
* gnu/packages/nim.scm (nim): Updated to 1.6.6. Signed-off-by: Christopher Baines <mail@cbaines.net>
2022-07-03gnu: propeller-binutils: Remove source patches.Christopher Baines
None of the patches seem to apply. The patches that are not used with binutils are probably too new for the specific commit used here, and the patches that were once applied have probably been removed, so just don't apply any patches. * gnu/packages/embedded.scm (propeller-binutils)[source]: Remove patches that don't apply.
2022-07-03gnu: java-xpp3: Download source from ci.guix.gnu.org.Christopher Baines
The www.extreme.indiana.edu site is now serving a redirect: This site has been deprecated. You can access an archive of this site at https://web.archive.org/web/20210225153105/https://www.extreme.indiana.edu/. Because this isn't a 404, as it probably should be, guix follows this redirect and gets some content that isn't the file it asked for. To avoid this incorrect behaviour, switch to using a ci.guix.gnu.org URL for the file instead. * gnu/packages/xml.scm (java-xpp3)[source]: Switch the uri to ci.guix.gnu.org.
2022-07-03gnu: curl: Skip failing test on 32-bit architectures.Efraim Flashner
* gnu/packages/curl.scm (curl-7.84.0)[arguments]: Use custom 'skip-failing-tests phase on all 32-bit architectures.