summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: Add ocaml-ptime.•••* gnu/packages/ocaml.scm (ocaml-ptime): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+30
* gnu: Add ocaml-mirage-clock.•••* gnu/packages/ocaml.scm (ocaml-mirage-clock): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+24
* gnu: Add ocaml-mirage-profile.•••* gnu/packages/ocaml.scm (ocaml-mirage-profile): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+14
* gnu: Add ocaml-mirage-profile-unix.•••* gnu/packages/ocaml.scm (ocaml-mirage-profile-unix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+38
* gnu: Add ocaml-ppx-cstruct.•••* gnu/packages/ocaml.scm (ocaml-ppx-cstruct): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+16
* gnu: Add aliases for ocaml-cstruct and ocaml-lwt subpackages.•••* gnu/packages/ocaml.scm (ocaml-lwt-ppx ocaml-cstruct-unix ocaml-cstruct-sexp): New variables. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+11
* gnu: Add ocaml-mirage-time.•••* gnu/packages/ocaml.scm (ocaml-mirage-time): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+20
* gnu: Add ocaml-mirage-unix.•••* gnu/packages/ocaml.scm (ocaml-mirage-unix): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+21
* gnu: Add ocaml-duration.•••* gnu/packages/ocaml.scm (ocaml-duration): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+24
* gnu: Add ocaml-mirage.•••* gnu/packages/ocaml.scm (ocaml-mirage): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+24
* gnu: Add ocaml-functoria.•••* gnu/packages/ocaml.scm (ocaml-functoria): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+23
* gnu: Add ocaml-mirage-runtime.•••* gnu/packages/ocaml.scm (ocaml-mirage-runtime): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+21
* gnu: Add ocaml-functoria-runtime•••* gnu/packages/ocaml.scm (ocaml-functoria-runtime): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+33
* gnu: Add ocaml-emile.•••* gnu/packages/ocaml.scm (ocaml-emile): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+27
* gnu: Add ocaml-pecu.•••* gnu/packages/ocaml.scm (ocaml-pecu): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+21
* gnu: Add ocaml-opam-monorepo.•••* gnu/packages/ocaml.scm (ocaml-opam-monorepo): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+33
* gnu: Add ocaml-ipaddr.•••* gnu/packages/ocaml.scm (ocaml-ipaddr): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+13
* gnu: Add ocaml-macaddr.•••* gnu/packages/ocaml.scm (ocaml-macaddr): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+29
* gnu: Add ocaml-domain-name.•••gnu/packages/ocaml.scm (ocaml-domain-name): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> raingloom2023-02-171-0/+23
* gnu: tinmop: Update to 0.9.9.141.•••* gnu/packages/web-browsers.scm (tinmop): Update to 0.9.9.141. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher2023-02-171-2/+2
* gnu: cl-croatoan: Update to 0.0.1-7.42e474f.•••* gnu/packages/lisp-xyz.scm (sbcl-croatoan): Update to 0.0.1-7.42e474f. [arguments]{phases}(fix-paths): Use search-input-file procedure. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net> Sharlatan Hellseher2023-02-171-7/+5
* gnu: webkitgtk: Update to 2.38.5 [fixes CVE-2023-23529].•••* gnu/packages/webkit.scm (webkitgtk): Update to 2.38.5. Maxim Cournoyer2023-02-171-3/+3
* gnu: sbcl-nfiles: Update to 1.1.2.•••* gnu/packages/lisp-xyz.scm (sbcl-nfiles): Update to 1.1.2. Pierre Neidhardt2023-02-171-4/+10
* gnu: sbcl-nclasses: Update to 0.2.1.•••* gnu/packages/lisp-xyz.scm (sbcl-nclasses): Update to 0.2.1. Pierre Neidhardt2023-02-171-3/+9
* gnu: Add cl-nasdf.•••* gnu/packages/lisp-xyz.scm (cl-nasdf, ecl-nasdf, sbcl-nasdf): New variables. Pierre Neidhardt2023-02-171-0/+46
* guix-install.sh: Add GUIX_ALLOW_OVERWRITE environment variable.•••The need for this use case appeared when attempting to install Guix on a truly minimal image made with Buildroot, which lacked enough GNU components that I had to extract a guix pack to /gnu before attempting installation, which would then refuse to proceed because of the existing /gnu. * etc/guix-install.sh: Document environment variables. (sys_create_store) [GUIX_ALLOW_OVERWRITE]: Skip pre-existing installation checks and output a warning. Extract the tarball directly to /. Maxim Cournoyer2023-02-171-5/+20
* gnu: aerc: Update to 0.14.0•••* gnu/packages/mail.scm (aerc): Update to 0.14.0. Signed-off-by: Leo Famulari <leo@famulari.name> Timo Wilken2023-02-161-2/+3
* gnu: Remove unneeded module imports.•••* gnu/packages/abiword.scm, * gnu/packages/ada.scm, * gnu/packages/agda.scm, * gnu/packages/backup.scm, * gnu/packages/barrier.scm, * gnu/packages/bioinformatics.scm, * gnu/packages/bootstrap.scm, * gnu/packages/bqn.scm, * gnu/packages/c.scm, * gnu/packages/chemistry.scm, * gnu/packages/coq.scm, * gnu/packages/cross-base.scm, * gnu/packages/databases.scm, * gnu/packages/emacs-xyz.scm, * gnu/packages/enlightenment.scm, * gnu/packages/games.scm, * gnu/packages/geo.scm, * gnu/packages/ghostscript.scm, * gnu/packages/gl.scm, * gnu/packages/golang.scm, * gnu/packages/jami.scm, * gnu/packages/java-maths.scm, * gnu/packages/kde-frameworks.scm, * gnu/packages/kde-plasma.scm, * gnu/packages/language.scm, * gnu/packages/libreoffice.scm, * gnu/packages/linphone.scm, * gnu/packages/lisp.scm, * gnu/packages/llvm.scm, * gnu/packages/machine-learning.scm, * gnu/packages/minetest.scm, * gnu/packages/monitoring.scm, * gnu/packages/nfs.scm, * gnu/packages/ocr.scm, * gnu/packages/opencl.scm, * gnu/packages/pdf.scm, * gnu/packages/python-xyz.scm, * gnu/packages/racket.scm, * gnu/packages/rust.scm, * gnu/packages/syncthing.scm, * gnu/packages/syndication.scm, * gnu/packages/telegram.scm, * gnu/packages/vulkan.scm, * gnu/packages/web-browsers.scm, * gnu/packages/web.scm, * gnu/packages/webkit.scm: Remove some unecessary module imports. Efraim Flashner2023-02-1646-60/+1
* gnu: Add r-changepoint.•••* gnu/packages/cran.scm (r-changepoint): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Navid Afkhami2023-02-161-0/+23
* gnu: fastqc: Update to 0.11.9.•••* gnu/packages/bioinformatics.scm (fastqc): Update to 0.11.9. [source]: Fetch via git; delete bundled jar files. [arguments]: Also patch .classpath file in 'fix-dependencies; fix patching of reference to java in fastqc wrapper; override CLASSPATH. Ricardo Wurmus2023-02-161-12/+29
* gnu: scsh: Use a search path.•••* gnu/packages/shells.scm (scsh)[source]: Add patch. [native-search-paths]: New field. * gnu/packages/patches/scsh-nonstring-search-path.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Efraim Flashner2023-02-163-2/+24
* gnu: linux-libre 5.10: Update to 5.10.168.•••* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.168. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari2023-02-151-2/+2
* gnu: bind: Update to 9.16.38.•••* gnu/packages/dns.scm (isc-bind): Update to 9.16.38. Tobias Geerinckx-Rice2023-02-121-2/+2
* gnu: mold: Update to 1.10.1.•••* gnu/packages/mold.scm (mold): Update to 1.10.1. [arguments]: Adjust substitution in custom 'force-system-xxhash phase. Efraim Flashner2023-02-151-4/+4
* gnu: Add julia-wcs.•••* gnu/packages/julia-xyz.scm (julia-wcs): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher2023-02-151-0/+23
* gnu: Add julia-erfa.•••* gnu/packages/julia-xyz.scm (julia-erfa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher2023-02-151-0/+21
* gnu: Add julia-wcs-jll.•••* gnu/packages/julia-jll.scm (julia-wcs-jll): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher2023-02-151-0/+38
* gnu: Add julia-erfa-jll.•••* gnu/packages/julia-jll.scm (julia-erfa-jll): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Sharlatan Hellseher2023-02-151-0/+36
* gnu: linux-libre 5.15: Update to 5.15.94.•••* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.94. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari2023-02-151-2/+2
* gnu: linux-libre: Update to 6.1.12.•••* gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.12. (linux-libre-6.1-pristine-source): Update hash. Leo Famulari2023-02-151-2/+2
* gnu: openmw-openscenegraph: Fix builder.•••This broke with the changes to openscenegraph in 629a5936a6dfa0fe2cc2a3092ec51920b216b652. * gnu/packages/graphics.scm (openmw-openscenegraph)[arguments]: Handle #:configure-flags from openscenegraph as a gexp. Christopher Baines2023-02-151-12/+12
* gnu: alacritty: Adjust bash completions.•••* gnu/packages/terminals.scm (alacritty)[arguments]: Adjust custom 'install phase to install the bash completion script with the correct name. Efraim Flashner2023-02-151-2/+3
* gnu: rust-structopt-0.3: Update to 0.3.26.•••* gnu/packages/crates-io.scm (rust-structopt): Update to 0.3.26. [arguments]: Add rust-paw-1 to cargo-inputs. Add cargo development inputs. Add phases to fix rust-clap-2 version and remove lints feature. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Petr Hodina2023-02-151-3/+16
* gnu: rust-structopt-derive-0.4: Update to 0.4.18.•••* gnu/packages/crates-io.scm (rust-structopt-derive-0.4): Update to 0.4.18. Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Petr Hodina2023-02-151-2/+2
* gnu: linux-libre: Disable unprivileged BPF by default.•••* gnu/packages/aux-files/linux-libre/5.15-arm.conf: Set CONFIG_BPF_UNPRIV_DEFAULT_OFF=y. * gnu/packages/aux-files/linux-libre/5.15-arm64.conf: Likewise. * gnu/packages/aux-files/linux-libre/5.15-i686.conf: Likewise. * gnu/packages/aux-files/linux-libre/5.15-x86_64.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-arm.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-arm64.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-i686.conf: Likewise. * gnu/packages/aux-files/linux-libre/6.1-x86_64.conf: Likewise. Tobias Geerinckx-Rice2023-02-128-8/+8
* gnu: papirus-icon-theme: Harden links before cache generation.•••Output is identical. This just feels moar correct. * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Run the 'halve-inode-consumption phase before the 'install one. Tobias Geerinckx-Rice2023-02-121-5/+4
* gnu: papirus-icon-theme: Recursively resolve symlinks.•••This follows up on commit aed385e18ec7b68a0bc1bb4b173aeadc9cd97245. * gnu/packages/gnome-xyz.scm (papirus-icon-theme)[arguments]: Replace READLINK with CANONICALIZE-PATH to resolve symlink chains. Tobias Geerinckx-Rice2023-02-121-5/+4
* gnu: go-gopkg-in-yaml-v3: Update to 3.0.1.•••This addresses an apparent upstream hash change, which was actually our own fault: the Guix package underspecified the version as ‘3’ instead of ‘3.0.0’, hence treating the ‘v3’ *branch* as a tag. Guix's hash for ‘3’ never matched upstream's ‘3.0.0’ release, so upgrade straight to ‘3.0.1’. * gnu/packages/golang.scm (go-gopkg-in-yaml-v3): Update to 3.0.1. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr> Gleb Zakharov2023-02-121-2/+2
* gnu: sudo: Update to 1.9.13.•••* gnu/packages/admin.scm (sudo): Update to 1.9.13. Tobias Geerinckx-Rice2023-02-121-2/+2
* gnu: mes: Update to 0.24.2.•••* gnu/packages/mes.scm (mes): Update to 0.24.2. Jan (janneke) Nieuwenhuizen2023-02-151-3/+3