aboutsummaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2022-03-04gnu: Use license prefix in (gnu packages racket).Philip McGrath
* gnu/packages/racket.scm (racket-minimal, racket-minimal-bc-3m) (racket-bootstrap-chez-bootfiles): Use license prefix. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-03-04gnu: kdenlive: Gexp arguments.Vinicius Monego
* gnu/packages/kde.scm (kdenlive)[arguments]: Rewrite as gexps.
2022-03-04gnu: kdenlive: Add dependency on ladspa.Vinicius Monego
* gnu/packages/kde.scm (kdenlive)[inputs]: Add ladspa. [arguments]<#:phases>: Wrap LADSPA_PATH in the 'wrap-executable phase.
2022-03-04gnu: kdenlive: Update to 21.12.3.Vinicius Monego
* gnu/packages/kde.scm (kdenlive): Update to 21.12.3. [source]: Use git-file-name function. [inputs]: Add bash-minimal.
2022-03-04gnu: cl-olc: Update to 1.0-1.0269ed7.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-olc): Update to 1.0-1.0269ed7.
2022-03-04gnu: cl-maidenhead: Update to 1.0-1.202671f.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-maidenhead): Update to 1.0-1.202671f.
2022-03-04gnu: cl-mgrs: Update to 1.0-1.c06f268.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-mgrs): Update to 1.0-1.c06f268.
2022-03-03gnu: hello: Update to 2.12.Maxim Cournoyer
* gnu/packages/base.scm (hello): Update to 2.12.
2022-03-03gnu: Add kdiskmark.Maxim Cournoyer
* gnu/packages/benchmark.scm (kdiskmark): New variable.
2022-02-27gnu: sudo: Update to 1.9.10.Tobias Geerinckx-Rice
* gnu/packages/admin.scm (sudo): Update to 1.9.10.
2022-03-03gnu: python-scikit-image: Update to 0.19.2.Vinicius Monego
* gnu/packages/python-science.scm (python-scikit-image): Update to 0.19.2.
2022-03-03gnu: mlt: Update to 7.4.0.Vinicius Monego
* gnu/packages/video.scm (mlt): Update to 7.4.0.
2022-03-03gnu: mlt: Wrap FREI0R_PATH and LADSPA_PATH.Vinicius Monego
* gnu/packages/video.scm (mlt)[arguments]: Use gexps. Add 'wrap-executable phase. [inputs]: Add bash-minimal.
2022-03-04gnu: emacs-xref: Update to 1.4.1.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-xref): Update to 1.4.1.
2022-03-03gnu: dovecot: Fix backtrace test on aarch64.Pierre Langlois
* gnu/packages/mail.scm (dovecot)[arguments]: Add LDFLAGS=-rdynamic to make-flags.
2022-03-03gnu: texlive-latex-listings, texlive-latex-pgf: Do not deprecate the variable.Ludovic Courtès
This is a followup to 107138164611a11972f261818373d1de95b3216d and e5dbda5abc23c5ed716121872d1bbaa8bfcee79e, which had the downside that remaining references to these two variables would trigger deprecation warning during the "Computing Guix derivation" phase of 'guix pull'. * gnu/packages/tex.scm (texlive-latex-listings, texlive-latex-pgf): Use plain 'define-public' instead of 'define-deprecated-package'.
2022-03-03gnu: Add emacs-spell-fu.Niklas Eklund
* gnu/packages/emacs-xyz.scm (emacs-spell-fu): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-03gnu: Add jj.jgart
* gnu/packages/messaging.scm (jj): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-03-03services: openvpn: Actually save log file.Cameron Chaparro
* gnu/services/vpn.scm (openvpn-shepherd-service): Pass #:log-file to 'make-forkexec-constructor'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-03gnu: Add wtype.Tanguy Le Carrour
* gnu/packages/freedesktop.scm (wtype): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-03-03download: Fix typo in procedure name.Ludovic Courtès
* guix/build/download.scm (make-credendials-with-ca-trust-files): Rename to... (make-credentials-with-ca-trust-files): ... this.
2022-03-03download: Load X.509 certificates only once.Ludovic Courtès
Previously we'd load /etc/ssl/certs/*.pem (or similar) every time 'http-fetch' is called. * guix/build/download.scm (make-credendials-with-ca-trust-files): Wrap in 'mlambda'.
2022-03-03download: Remove obsolete bit from docstring.Ludovic Courtès
This is a followup to f4cde9ac4aedb516c050a30fd999673da434bfa0. * guix/build/download.scm (open-connection-for-uri): Remove bit about 'close-connection' from the docstring.
2022-03-03gnu: diffoscope: Update to 206.Vagrant Cascadian
* gnu/packages/diffoscope.scm (diffoscope): Update to 206.
2022-03-03gnu: Add c2ffi.Attila Lendvai
* gnu/packages/cpp.scm (c2ffi): New variable. Co-authored-by: muradm <mail@muradm.net> Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-03gnu: Add barrier.Mathieu Othacehe
* gnu/packages/barrier.scm: New file. * gnu/local.mk: Add it.
2022-03-03gnu: Add gulrak-filesystem.Mathieu Othacehe
* gnu/packages/cpp.scm (gulrak-filesystem): New variable.
2022-03-03gnu: cl-caveman: Update to 2.4.0.35cd8bc.jgart
* gnu/packages/lisp-xyz.scm (sbcl-caveman): Update to 2.4.0.35cd8bc. [inputs]: Add sbcl-sxql. [native-inputs]: Add sbcl-prove, sbcl-lack, and sbcl-trivial-types. [arguments]: Delete remove-v1 phase, add test-asd-file keyword, add missing files to asd-files and asd-systems keywords, and add more commentary on reason for failing test. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-03-03gnu: cl-mcclim: Update to 0.9.7-2.292343f.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-mcclim): Update to 0.9.7-2.292343f. [inputs]: Use new style. [arguments]: Update 'fix-paths' phase.
2022-03-03gnu: Add cl-dejavu.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (cl-dejavu, ecl-cl-dejavu, sbcl-cl-dejavu): New variables.
2022-03-03gnu: cl-zpb-exif: Update to 1.2.5.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-zpb-exif): Update to 1.2.5.
2022-03-03gnu: cl-retrospectiff: Update to 0.2-1.2fbf8c6.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-retrospectiff): Update to 0.2-1.2fbf8c6.
2022-03-03gnu: cl-opticl: Update to 0.0.0-1.f6fc4dc.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-opticl): Update to 0.0.0-1.f6fc4dc. [inputs]: Use new style.
2022-03-03gnu: cl-slime-swank: Update to 2.27.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-slime-swank): Update to 2.27.
2022-03-03gnu: Add cl-try.Guillaume Le Vaillant
* gnu/packages/lisp-check.scm (cl-try, ecl-try, sbcl-try): New variables.
2022-03-03gnu: cl-mgl-pax: Update to 0.1.0-0.ed82a80.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax): Update to 0.1.0-0.ed82a80. [inputs]: Use new style. [arguments]: Add 'asd-files' parameter. Disable tests.
2022-03-03gnu: cl-esrap: Update to 0.18-3.4c82a86.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-esrap): Update to 0.18-3.4c82a86.
2022-03-03gnu: cl-hunchentoot: Fix build.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-hunchentoot)[arguments]: Disable tests.
2022-03-03gnu: cl-osicat: Update to 0.7.0-3.a45eb3b.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-osicat): Update to 0.7.0-3.a45eb3b.
2022-03-03gnu: cl-fad: Update to 0.7.6-1.3f4d32d.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-fad): Update to 0.7.6-1.3f4d32d. [native-inputs]: Add cl-ppcre and unit-test. [inputs]: Add alexandria.
2022-03-03gnu: cl+ssl: Update to 0.0.0-3.046d698.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl+ssl): Update to 0.0.0-3.046d698. [native-inputs]: Add fiveam. [arguments]: Add 'fix-tests' phase.
2022-03-03gnu: cl-chipz: Update to 0.8-2.82a17d3.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-chipz): Update to 0.8-2.82a17d3. [source]: Switch to maintained repository.
2022-03-03gnu: sbcl-ironclad: Update to 0.57.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-ironclad): Update to 0.57.
2022-03-03gnu: cl-babel: Update to 0.5.0-2.f892d05.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-babel): Update to 0.5.0-2.f892d05. [license]: Add bsd-2.
2022-03-03gnu: cl-strings: Update to 0.0.1-1.93ec417.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-strings): Update to 0.0.1-1.93ec417. [source]: Use git-file-name function. [synopsis]: Shorten it.
2022-03-03gnu: cl-uglify-js: Improve package definition.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-uglify-js)[source]: Use git-version function.
2022-03-03gnu: cl-iterate: Update to 1.5.3.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-iterate): Update to 1.5.3. [source]: Use git-fetch method.
2022-03-03gnu: cl-parse-js: Improve package definition.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-parse-js)[source]: Use git-version and git-file-name functions.
2022-03-03gnu: cl-pdf: Update to 2.0.0-2.f57905e.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-cl-pdf): Update to 2.0.0-2.f57905e. [arguments]: Add cl-pdf-parser to 'asd-systems'.
2022-03-03gnu: cl-flexichain: Update to 1.5.1-2.9af644a.Guillaume Le Vaillant
* gnu/packages/lisp-xyz.scm (sbcl-flexichain): Update to 1.5.1-2.9af644a. [inputs]: Add trivial-garbage.