summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: gmid: Update to 1.8.4.cage2022-07-09
| | | | | | * gnu/packages/web.scm (gmid): Update to 1.8.4. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: guix: Update to 1.3.0-29.9e46320.Christopher Baines2022-07-09
| | | | * gnu/packages/package-management.scm (guix): Update to 1.3.0-29.9e46320.
* gnu: vte: Use new package style.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (vte)[arguments]: Convert to list of G-Expressions. [native-inputs]: Drop labels.
* gnu: vte: Update to 0.68.0.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gnome.scm (vte): Update to 0.68.0.
* gnu: Add pango-1.90.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gtk.scm (pango-1.90): New variable.
* gnu: Add harfbuzz-4.Liliana Marie Prikler2022-07-09
| | | | * gnu/packages/gtk.scm (harfbuzz-4): New variable.
* gnu: harfbuzz-3: Update to 3.4.0.Liliana Marie Prikler2022-07-09
| | | | | | * gnu/packages/gtk.scm (harfbuzz-3.0): Rename to... (harfbuzz-3): ... this. Update to 3.4.0. * gnu/packages/chromium.scm (ungoogled-chromium): Adjust accordingly.
* gnu: totem: Use new package style.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem)[native-inputs]: Drop labels. [arguments]: Convert to list of G-Expressions. Drop trailing #t.
* gnu: totem: Also wrap GI_TYPELIB_PATH.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem)[wrap-totem]: Add GI_TYPELIB_PATH with a suffix capturing the build path.
* gnu: totem: Update to 42.0.Liliana Marie Prikler2022-07-09
| | | | | * gnu/packages/gnome.scm (totem): Update to 42.0. [inputs]: Remove clutter, clutter-gtk, clutter-gst and lirc. Add libhandy.
* gnu: Add python-cellbender.Ricardo Wurmus2022-07-09
| | | | * gnu/packages/bioinformatics.scm (python-cellbender): New variable.
* gnu: Add python-pyro-ppl.Ricardo Wurmus2022-07-09
| | | | * gnu/packages/machine-learning.scm (python-pyro-ppl): New variable.
* gnu: Add python-visdom.Ricardo Wurmus2022-07-09
| | | | * gnu/packages/machine-learning.scm (python-visdom): New variable.
* gnu: Add python-lap.Ricardo Wurmus2022-07-09
| | | | * gnu/packages/machine-learning.scm (python-lap): New variable.
* etc: teams: Add entry for Christopher Baines.Christopher Baines2022-07-08
| | | | * etc/teams.scm.in ("Christopher Baines"): New member.
* gnu: guix-data-service: Update to 32.39487cd.Christopher Baines2022-07-08
| | | | * gnu/packages/web.scm (guix-data-service): Update to 32.39487cd.
* gnu: Add python-glymur.Sharlatan Hellseher2022-07-08
| | | | | | * gnu/packages/python-xyz.scm (python-glymur): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add python-cdflib.Sharlatan Hellseher2022-07-08
| | | | | | * gnu/packages/astronomy.scm (python-cdflib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc.Zhu Zihao2022-07-08
| | | | | | | | Fixes the broken build with linux-libre 5.18.x. * gnu/packages/linux.scm (rtl8821ce-linux-module): Update to 0.0.0-6-be733dc. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add texlive-babel-finnish.Wiktor Żelazny2022-07-08
| | | | | | * gnu/packages/tex.scm (texlive-babel-finnish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* etc: Add 'time-travel-manifest.scm'.Ludovic Courtès2022-07-08
| | | | | | | | | | This manifest makes it easy to test travels from the current revision back to the revision of a past Guix release. Suggested by zimoun <zimon.toutoune@gmail.com>. * etc/time-travel-manifest.scm: New file. * Makefile.am (EXTRA_DIST): Add it.
* channels: Emit version 3 profiles.Ludovic Courtès2022-07-08
| | | | | | | | | | | | | | | | | Fixes <https://issues.guix.gnu.org/56441>. Reported by zimoun <zimon.toutoune@gmail.com>. Fixes a bug introduced in 4ff12d1de7cd617b791996ee7ca1240660b4c20e with version 4 of the manifest format. A new 'guix time-machine' would create a v4 manifest; when targeting an old revision (v3), 'generate-package-cache' would fail to read that manifest and abort. Furthermore, an old Guix living in a new profile with a v4 manifest would be unable to describe itself via (guix describe). * guix/channels.scm (package-cache-file): Add 'format-version' field to PROFILE. (channel-instances->derivation): Pass #:format-version to 'profile-derivation'.
* profiles: Support the creation of profiles with version 3 manifests.Ludovic Courtès2022-07-08
| | | | | | | | | | | | * guix/profiles.scm (%manifest-format-version): New variable. (manifest->gexp): Add optional 'format-version' parameter. [optional, entry->gexp]: Honor it. (profile-derivation): Add #:format-version parameter and honor it. (<profile>)[format-version]: New field. (profile-compiler): Honor it. * guix/build/profiles.scm (manifest-sexp->inputs+search-paths): Support both versions 3 and 4. Remove unused 'properties' variable. * tests/profiles.scm ("profile-derivation format version 3"): New test.
* profiles: Remove support for reading versions 0 and 1.Ludovic Courtès2022-07-08
| | | | | | | | | | Version 2 was introduced in commit dedb17ad010ee9ef67f3f4f3997dd17f226c8090 (May 2015), which made it into Guix 0.9.0. * guix/profiles.scm (find-package): Remove. (sexp->manifest)[infer-search-paths]: Remove. Remove clauses for versions 0 and 1.
* gnu: Add binary-types.Pierre Neidhardt2022-07-08
| | | | | * gnu/packages/lisp-xyz.scm (cl-binary-types, ecl-binary-types, sbcl-binary-types): New variables.
* gnu: cl-slime-swank: Store .fasl in the ASDF registry.Pierre Neidhardt2022-07-08
| | | | | | | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[arguments]: Patch swank.asd to store the .fasl in the ASDF registry so that they are found in the package. Also patch swank-loader.lisp so that it does not try to remove the .fasl from the store. (cl-slime-swank)[arguments]: Revert above patch of the swank.ask so that the source package does not get bound to the SBCL package. We would not have to do this if SLIME/Swank used ASDF properly instead of working around it.
* gnu: sbcl-dexador: Remove unneeded depedencies to reduce closure size.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-dexador)[native-inputs]: Comment out. This takes the closure size from 357 MiB down to 342 MiB.
* gnu: sbcl-osicat: Remove bash reference from the closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-osicat)[source]: Remove unneeded release.sh file. This takes the closure size of cl-osicat from 40 MiB down to 0 MiB.
* gnu: sbcl-trivial-clipboard: Replace xclip with xsel to reduce closure size.Pierre Neidhardt2022-07-08
| | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-trivial-clipboard)[inputs]: Replace xclip with xsel. [arguments]: Adapt reference. This takes the closure size of cl-trivial-clipboard from 90 MiB down to 78 MiB.
* gnu: sbcl-cluffer: Remove bash reference from the closure.Pierre Neidhardt2022-07-08
| | | | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cluffer)[arguments]: Unpatch shell shebangs. It's only needed to generate the documentation (which we should do at build-time by the way). This takes the closure size of cl-cluffer from 40 MiB down to 0 MiB.
* gnu: sbcl-cl-gopher: Remove sbcl-cl-gopher reference in cl-gopherPierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-gopher)[arguments]: Delete the useless '.lsh' files. This takes the closure size from 150 MiB down to 0 MiB.
* gnu: sbcl-moptilities: Remove sbcl-moptilities reference in cl-moptilities.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-moptilities)[arguments]: Delete the 'test-results' folder. This takes the closure size from 158 MiB down to 0 MiB :)
* gnu: sbcl-slime-swank: Remove gawk reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-slime-swank)[source]: Delete the 'doc' folder. This takes the closure size from 159 MiB down to 156 MiB.
* gnu: sbcl-clsql: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp-xyz.scm (sbcl-clsql)[source]: Delete the 'debian' folder and all Makefiles. This takes the closure size from 930 MiB down to 889 MiB.
* gnu: sbcl-uffi: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-uffi)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-rss: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-rss)[source]: Delete the 'debian' folder. This takes the closure size from 234 MiB down to 176 MiB.
* gnu: sbcl-cl-base64: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-base64)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-kmrcl: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-kmrcl)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-puri: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-xlunit: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-xlunit)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-ptester: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-ptester)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl-rt: Remove Make reference from closure.Pierre Neidhardt2022-07-08
| | | | | | * gnu/packages/lisp-check.scm (sbcl-rt)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB.
* gnu: sbcl: Remove Coreutils reference from closure.Pierre Neidhardt2022-07-08
| | | | | | | * gnu/packages/lisp.scm (sbcl)[arguments]: Add phase to do it. This shrinks SBCL from 167MiB to 150MiB. Most importantly, this propagates to all sbcl-* packages.
* gnu: Add ack.Gabriel Wicki2022-07-08
| | | | | | * gnu/packages/textutils.scm (ack): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add perl-file-next.Gabriel Wicki2022-07-08
| | | | | | * gnu/packages/perl.scm (perl-file-next): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add python-pyro-api.Ricardo Wurmus2022-07-08
| | | | * gnu/packages/machine-learning.scm (python-pyro-api): New variable.
* gnu: Add python-nbstripout.Ricardo Wurmus2022-07-08
| | | | * gnu/packages/jupyter.scm (python-nbstripout): New variable.
* gnu: Add python-pytest-cram.Ricardo Wurmus2022-07-08
| | | | * gnu/packages/python-check.scm (python-pytest-cram): New variable.
* gnu: Add python-opt-einsum.Ricardo Wurmus2022-07-08
| | | | * gnu/packages/python-science.scm (python-opt-einsum): New variable.
* gnu: Add python-torchfile.Ricardo Wurmus2022-07-08
| | | | * gnu/packages/machine-learning.scm (python-torchfile): New variable.