summaryrefslogtreecommitdiff
path: root/gnu/packages
AgeCommit message (Expand)Author
2022-07-09gnu: totem: Use new package style....* gnu/packages/gnome.scm (totem)[native-inputs]: Drop labels. [arguments]: Convert to list of G-Expressions. Drop trailing #t. Liliana Marie Prikler
2022-07-09gnu: totem: Also wrap GI_TYPELIB_PATH....* gnu/packages/gnome.scm (totem)[wrap-totem]: Add GI_TYPELIB_PATH with a suffix capturing the build path. Liliana Marie Prikler
2022-07-09gnu: totem: Update to 42.0....* gnu/packages/gnome.scm (totem): Update to 42.0. [inputs]: Remove clutter, clutter-gtk, clutter-gst and lirc. Add libhandy. Liliana Marie Prikler
2022-07-09gnu: Add python-cellbender....* gnu/packages/bioinformatics.scm (python-cellbender): New variable. Ricardo Wurmus
2022-07-09gnu: Add python-pyro-ppl....* gnu/packages/machine-learning.scm (python-pyro-ppl): New variable. Ricardo Wurmus
2022-07-09gnu: Add python-visdom....* gnu/packages/machine-learning.scm (python-visdom): New variable. Ricardo Wurmus
2022-07-09gnu: Add python-lap....* gnu/packages/machine-learning.scm (python-lap): New variable. Ricardo Wurmus
2022-07-08gnu: guix-data-service: Update to 32.39487cd....* gnu/packages/web.scm (guix-data-service): Update to 32.39487cd. Christopher Baines
2022-07-08gnu: Add python-glymur....* gnu/packages/python-xyz.scm (python-glymur): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2022-07-08gnu: Add python-cdflib....* gnu/packages/astronomy.scm (python-cdflib): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Sharlatan Hellseher
2022-07-08gnu: rtl8821ce-linux-module: Update to 0.0.0-6-be733dc....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> Zhu Zihao
2022-07-08gnu: Add texlive-babel-finnish....* gnu/packages/tex.scm (texlive-babel-finnish): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Wiktor Żelazny
2022-07-08gnu: Add binary-types....* gnu/packages/lisp-xyz.scm (cl-binary-types, ecl-binary-types, sbcl-binary-types): New variables. Pierre Neidhardt
2022-07-08gnu: cl-slime-swank: Store .fasl in the ASDF registry....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-dexador: Remove unneeded depedencies to reduce closure size....* gnu/packages/lisp-xyz.scm (sbcl-dexador)[native-inputs]: Comment out. This takes the closure size from 357 MiB down to 342 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-osicat: Remove bash reference from the closure....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-trivial-clipboard: Replace xclip with xsel to reduce closure size....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-cluffer: Remove bash reference from the closure....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-cl-gopher: Remove sbcl-cl-gopher reference in cl-gopher...* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-moptilities: Remove sbcl-moptilities reference in cl-moptilities....* 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 :) Pierre Neidhardt
2022-07-08gnu: sbcl-slime-swank: Remove gawk reference from closure....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-clsql: Remove Make reference from closure....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-uffi: Remove Make reference from closure....* gnu/packages/lisp-xyz.scm (sbcl-uffi)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-rss: Remove Make reference from closure....* gnu/packages/lisp-xyz.scm (sbcl-rss)[source]: Delete the 'debian' folder. This takes the closure size from 234 MiB down to 176 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-cl-base64: Remove Make reference from closure....* 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. Pierre Neidhardt
2022-07-08gnu: sbcl-kmrcl: Remove Make reference from closure....* gnu/packages/lisp-xyz.scm (sbcl-kmrcl)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-puri: Remove Make reference from closure....* gnu/packages/lisp-xyz.scm (sbcl-puri)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-xlunit: Remove Make reference from closure....* gnu/packages/lisp-check.scm (sbcl-xlunit)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-ptester: Remove Make reference from closure....* gnu/packages/lisp-check.scm (sbcl-ptester)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl-rt: Remove Make reference from closure....* gnu/packages/lisp-check.scm (sbcl-rt)[source]: Delete the 'debian' folder. This takes the closure size from 209 MiB down to 151 MiB. Pierre Neidhardt
2022-07-08gnu: sbcl: Remove Coreutils reference from closure....* 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. Pierre Neidhardt
2022-07-08gnu: Add ack....* gnu/packages/textutils.scm (ack): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Gabriel Wicki
2022-07-08gnu: Add perl-file-next....* gnu/packages/perl.scm (perl-file-next): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Gabriel Wicki
2022-07-08gnu: Add python-pyro-api....* gnu/packages/machine-learning.scm (python-pyro-api): New variable. Ricardo Wurmus
2022-07-08gnu: Add python-nbstripout....* gnu/packages/jupyter.scm (python-nbstripout): New variable. Ricardo Wurmus
2022-07-08gnu: Add python-pytest-cram....* gnu/packages/python-check.scm (python-pytest-cram): New variable. Ricardo Wurmus
2022-07-08gnu: Add python-opt-einsum....* gnu/packages/python-science.scm (python-opt-einsum): New variable. Ricardo Wurmus
2022-07-08gnu: Add python-torchfile....* gnu/packages/machine-learning.scm (python-torchfile): New variable. Ricardo Wurmus
2022-07-08gnu: FFmpeg 3: Update to 3.4.11....* gnu/packages/video.scm (ffmpeg-3.4): Update to 3.4.11. Leo Famulari
2022-07-08gnu: FFmpeg 2: Update to 2.8.20....* gnu/packages/video.scm (ffmpeg-2.8): Update to 2.8.20. Leo Famulari
2022-07-08gnu: linux-libre 4.9: Update to 4.9.322....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.322. (linux-libre-4.9-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 4.14: Update to 4.14.287....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.287. (linux-libre-4.14-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 4.19: Update to 4.19.251....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.251. (linux-libre-4.19-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 5.4: Update to 5.4.204....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.204. (linux-libre-5.4-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 5.10: Update to 5.10.129....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.129. (linux-libre-5.10-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 5.15: Update to 5.15.53....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.53. (linux-libre-5.15-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: linux-libre 5.18: Update to 5.18.10....* gnu/packages/linux.scm (linux-libre-5.18-version): Update to 5.18.10. (linux-libre-5.18-pristine-source): Update hash. Leo Famulari
2022-07-08gnu: Add cppawk and cppawk-egawk....* gnu/packages/gawk.scm (cppawk, cppawk-egawk): New variables. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-07-08gnu: Add egawk-next....* gnu/packages/gawk.scm (egawk-next): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience
2022-07-08gnu: Add gawk-mpfr....* gnu/packages/gawk.scm (gawk-mpfr): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Paul A. Patience