me
/
guix
Archived
1
0
Fork 0
Commit Graph

81079 Commits (10dd00af248e10d38f4b5580c24ccd0a43829de4)

Author SHA1 Message Date
Ludovic Courtès 6554294754
gnu: libfive: Mark as tunable.
* gnu/packages/engineering.scm (libfive)[properties]: New field.
2022-01-01 15:23:54 +01:00
Ludovic Courtès 6b70412370
gnu: Add ceres-solver-benchmarks.
* gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
2022-01-01 15:23:53 +01:00
Ludovic Courtès 24667081ad
gnu: ceres-solver: Mark as tunable.
* gnu/packages/maths.scm (ceres)[properties]: New field.
2022-01-01 15:23:53 +01:00
Ludovic Courtès 182b97dac0
gnu: Add xtensor-benchmark.
* gnu/packages/algebra.scm (xtensor-benchmark): New variable.
2022-01-01 15:23:53 +01:00
Ludovic Courtès f5873949f3
gnu: Add xsimd-benchmark.
* gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
2022-01-01 15:23:51 +01:00
Ludovic Courtès 6542e5713a
gnu: Add eigen-benchmarks.
* gnu/packages/algebra.scm (eigen-benchmarks): New variable.
2022-01-01 15:23:25 +01:00
Ludovic Courtès 6756c64a8f
ci: Add extra jobs for tunable packages.
This allows us to provide substitutes for tuned package variants.

* gnu/ci.scm (package-job): Add #:suffix and honor it.
(package->job): Add #:suffix and honor it.
(%x86-64-micro-architectures): New variable.
(tuned-package-jobs): New procedure.
(cuirass-jobs): Add jobs for tunable packages.
2022-01-01 15:23:24 +01:00
Ludovic Courtès 0a767f02d4
gnu: clang: Add 'compiler-cpu-architectures' property.
* gnu/packages/llvm.scm (clang-from-llvm): Add #:properties and honor it.
(clang-properties): New procedures.
(make-clang-toolchain): Set 'properties' field.
2022-01-01 15:23:24 +01:00
Ludovic Courtès 2576e2019d
gnu: gcc: Add 'compiler-cpu-architectures' property.
* gnu/packages/gcc.scm (%gcc-7.5-x86_64-micro-architectures)
(%gcc-10-x86_64-micro-architectures): New variables.
(gcc-7, gcc-10): Add 'properties' field.
* gnu/packages/commencement.scm (make-gcc-toolchain): Likewise.
2022-01-01 15:23:24 +01:00
Ludovic Courtès f39d594e88
gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
2022-01-01 15:11:51 +01:00
Simon South aac3a33d1e
gnu: ragel: Fix build of knot on aarch64-linux.
Apply a patch backported from Ragel's "ragel-6" branch that allows it to
reliably generate usable code on aarch64-linux where the C/C++ "char" type is
unsigned by default, fixing the build of Knot on this platform.

* gnu/packages/patches/ragel-char-signedness.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/ragel.scm (ragel)[arguments]: Add custom phase for AArch64 that
applies the patch.
[native-inputs]: Add "patch" and patch file on AArch64.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering 92d03362ff
gnu: Add aws-vault
* gnu/packages/golang.scm (aws-vault): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering a840dbba07
gnu: Add go-github-com-kingpin
* gnu/packages/golang.scm (go-github-com-kingpin): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering da4b02ad3f
gnu: Add go-github-com-alecthomas-units
* gnu/packages/golang.scm (go-github-com-alecthomas-units): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering 0a15bc0397
gnu: Add go-github-com-alecthomas-template
* gnu/packages/golang.scm (go-github-com-alecthomas-template): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:51 +01:00
Collin J. Doering de69f20f62
gnu: Add go-open-golang
* gnu/packages/golang.scm (go-open-golang): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering 60e48f1333
gnu: Add go-gopkg-in-ini
* gnu/packages/golang.scm (go-gopkg-in-ini): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering ef9d82d563
gnu: Add go-github-com-aws-aws-sdk-go
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:50 +01:00
Collin J. Doering 66b87c5d98
gnu: Add go-github-com-androiddnsfix
* gnu/packages/golang.scm (go-github-com-androiddnsfix): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:11:42 +01:00
Collin J. Doering 03a143a84b
gnu: Add go-github-com-99designs-go-keyring
* gnu/packages/golang.scm (go-github-com-99designs-go-keyring): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:13 +01:00
Collin J. Doering 5304802f7e
gnu: Add go-github-com-go-libsecret
* gnu/packages/golang.scm (go-github-com-go-libsecret): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Collin J. Doering bf87faff3c
gnu: Add go-github-com-dvsekhvalnov-jose2go
* gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Collin J. Doering e556e97f90
gnu: Add go-github-com-percent
* gnu/packages/golang.scm (go-github-com-percent): New Variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 15:10:12 +01:00
Ludovic Courtès 671e6a8180
system: Allow 'chfn' to change the user's full name.
Fixes <https://issues.guix.gnu.org/52539>.
Reported by Jacob First <jacob.first@member.fsf.org>.

* gnu/build/accounts.scm (allocate-passwd): Add comment as to why
'real-name' is taken from PREVIOUS.  Add (not system?) to the
condition.
* gnu/system.scm (operating-system-etc-service) <login.defs>: Add
"CHFN_RESTRICT".
* gnu/system.scm (%setuid-programs): Add "chfn".
* gnu/system/pam.scm (base-pam-services): Add "chfn".
* doc/guix.texi (User Accounts): Document it.
2022-01-01 15:10:12 +01:00
Ricardo Wurmus 77fc94ef1f
gnu: Add tao-synth.
* gnu/packages/audio.scm (tao-synth): New variable.
2022-01-01 00:08:27 +01:00
Ricardo Wurmus d348439bb8
gnu: tao: Remove trailing #T.
* gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build
phases...
[source]: ...and from the snippet.
2022-01-01 00:06:29 +01:00
Ricardo Wurmus a73021038d
gnu: tao: Use new input style.
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
2022-01-01 00:06:04 +01:00
Ricardo Wurmus 039fe8f147
gnu: Add guile-schemetran.
* gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
2021-12-31 21:11:41 +01:00
Wiktor Żelazny 2fde11da43
gnu: Add r-mlr3ordinal.
* gnu/packages/cran.scm (r-mlr3ordinal): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 20:20:37 +01:00
Wiktor Żelazny 4f35f15539
gnu: Add r-mlr3pipelines.
* gnu/packages/cran.scm (r-mlr3pipelines): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 20:20:37 +01:00
Nicolas Goaziou 3fb9602099
gnu: wireshark: Update to 3.6.1.
* gnu/packages/networking.scm (wireshark): Update to 3.6.1.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
2021-12-31 19:26:43 +01:00
Leo Famulari 62f1dcc923
gnu: Add musikcube.
* gnu/packages/music.scm (musikcube): New variable.
2021-12-31 13:18:32 -05:00
Liliana Marie Prikler 60661adfb8
gnu: Add gnome-shell-extension-just-perfection.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): New variable.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler cefcddf9ef
gnu: Make GNOME Shell Extensions configurable again.
* gnu/packages/gnome.scm (gnome-shell)[#:phases]: Adjust ‘wrap’ phase, so
that “gnome-extensions-app” gets GI_TYPELIB_PATH set.
Add ‘rewire’ phase to replace the blurb that deprecated commands print in
favour of one that doesn't point towards external packages.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler 3d85f711f1
gnu: Add eiciel.
* gnu/packages/gnome-xyz.scm (eiciel): New variable.
2021-12-31 15:04:18 +01:00
Liliana Marie Prikler ca0e932505
gnu: nautilus: Enable loading of third-party extensions.
* gnu/packages/gnome.scm (nautilus)[#:phases]: Add phase to enable loading
through NAUTILUS_EXTENSIONS_PATH.
[native-search-paths]: Add NAUTILUS_EXTENSIONS_PATH.
2021-12-31 14:57:03 +01:00
zimoun 952ebf02ce
gnu: Rename last 'python-numpy' to 'python-numpy-next'.
* gnu/packages/python-xyz.scm (python-numpy-next)[name]: Rename.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 13:49:47 +01:00
Ricardo Wurmus 13c4a85cee
gnu: python-llvmlite: Repair indentation.
* gnu/packages/llvm.scm (python-llvmlite): Repair automatically reformatted
code.
2021-12-31 13:45:54 +01:00
Jacob Hrbek b7078d5d49
FreeCAD: Add python-ply to inputs.
* gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2021-12-31 11:08:00 +01:00
Ricardo Wurmus 9708681f1a
gnu: rsyslog: Update to 8.2112.0.
* gnu/packages/logging.scm (rsyslog): Update to 8.2112.0.
2021-12-31 10:21:29 +01:00
Katherine Cox-Buday 0e4183883a
gnu: Add rsyslog.
* gnu/packages/logging.scm (rsyslog): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 10:21:29 +01:00
Ricardo Wurmus d79e546851
gnu: perl-pod-constants: Propagate missing input.
* gnu/packages/perl.scm (perl-pod-constants)[propagated-inputs]: Add
perl-pod-parser.
2021-12-31 10:21:28 +01:00
Efraim Flashner 5e3196ff04
gnu: go-github-com-go-ldap-ldap: Update to 3.4.1.
* gnu/packages/syncthing.scm (go-github-com-go-ldap-ldap): Update to 3.4.1.
[propagated-inputs]: Add go-github-com-azure-go-ntlmssp.
2021-12-31 10:25:57 +02:00
Efraim Flashner 5178cf0784
gnu: Add go-github-com-azure-go-ntlmssp.
gnu/packages/syncthing.scm (go-github-com-azure-go-ntlmssp): New variable.
2021-12-31 10:25:13 +02:00
Efraim Flashner 7db530750c
gnu: go-github-com-go-asn1-ber-asn1-ber: Update to 1.5.3.
* gnu/packages/syncthing.scm (go-github-com-go-asn1-ber-asn1-ber): Update to 1.5.3.
2021-12-31 09:29:18 +02:00
Vagrant Cascadian ed5c0ae69e
gnu: Remove leading article from synopsis.
* gnu/packages/crates-graphics.scm
  (rust-piston-graphics-api-version-0.2)[synopsis]: Remove leading article.
* gnu/packages/crates-io.scm (rust-read-color-1,
  rust-clap-conf-0.1)[synopsis]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-rfc2388)[synopsis]: Likewise.
* gnu/packages/statistics.scm (r-ggplot2)[synopsis]: Likewise.
2021-12-30 21:50:42 -08:00
Vagrant Cascadian ae876b9ce1
gnu: Capitalize beginning of synopsis.
* gnu/packages/admin.scm (hungrycat)[synopsis]: Captalize.
* gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise.
* gnu/packages/cpp.scm (clipper)[synopsis]: Likewise.
* gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]:
  Likewise.
* gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3,
  rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2,
  rust-takeable-option-0.4, rust-ttf-parser-0.12)[synopsis]: Likewise.
* gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise.
* gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise.
* gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise.
* gnu/packages/maths.scm (coda)[synopsis]: Likewise.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise.
* gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-markuppy,
  python-febelfin-coda)[synopsis]: Likewise.
* gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise.
* gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
2021-12-30 21:23:27 -08:00
Vagrant Cascadian 9c3c68dae4
gnu: Remove leading article from synopsis.
* gnu/packages/admin.scm (hungrycat)[synopsis]: Remove leading article.
* gnu/packages/cobol.scm (gnucobol)[synopsis]: Likewise.
* gnu/packages/cpp.scm (clipper)[synopsis]: Likewise.
* gnu/packages/crates-graphics.scm (rust-piston-texture-0.8)[synopsis]:
  Likewise.
* gnu/packages/crates-io.scm (rust-alloc-stdlib-0.2, rust-atom-0.3,
  rust-oorandom-11.1, rust-r2d2, rust-scheduled-thread-pool-0.2,
  rust-takeable-option-0.4, rust-ttf-parser-0.12,
  rust-svd-parser-0.9)[synopsis]: Likewise.
* gnu/packages/games.scm (roguebox-adventures)[synopsis]: Likewise.
* gnu/packages/gl.scm (libepoxy)[synopsis]: Likewise.
* gnu/packages/gnome-xyz.scm (arc-theme)[synopsis]: Likewise.
* gnu/packages/haskell-xyz.scm (ghc-cborg-json, ghc-rio)[synopsis]: Likewise.
* gnu/packages/installers.scm (mingw-path)[synopsis]: Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-utilities)[synopsis]: Likewise.
* gnu/packages/lisp.scm (gcl, clisp)[synopsis]: Likewise.
* gnu/packages/maths.scm (coda)[synopsis]: Likewise.
* gnu/packages/ocaml.scm (ocaml4.07-ppx-sexp-message)[synopsis]: Likewise.
* gnu/packages/perl6.scm (perl6-json)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-pari-jupyter, python-markuppy,
  python-febelfin-coda)[synopsis]: Likewise.
* gnu/packages/scheme.scm (mit-scheme)[synopsis]: Likewise.
* gnu/packages/statistics.scm (r-magrittr)[synopsis]: Likewise.
* gnu/packages/terminals.scm (sakura)[synopsis]: Likewise.
2021-12-30 20:54:47 -08:00
Vagrant Cascadian 036ee2638c
gnu: opensbi: Update URLs.
* gnu/packages/firmware.scm (make-opensbi-package)[source]: Update URL.
  [home-page]: Likewise.
2021-12-30 20:26:51 -08:00
Efraim Flashner 1acd0bf826
gnu: u-boot-sifive-unmatched: Build with opensbi.
* gnu/packages/bootloaders.scm (u-boot-sifive-unmatched)[arguments]: Add
phase to set location of opensbi firmware.
[inputs]: Add opensbi-generic.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2021-12-30 20:11:13 -08:00
Vagrant Cascadian 62b40b96b5
gnu: opensbi: Update to 1.0.
* gnu/packages/firmware.scm (make-opensbi-package): Update to 1.0.
  (opensbi-generic): New variable.
  (opensbi-qemu-generic, opensbi-sifive-fu540): Remove obsolete variables.
2021-12-30 20:11:03 -08:00
Efraim Flashner a2e580f498
gnu: make-opensbi-package: Adjust installed files.
* gnu/packages/firmware.scm (make-opensbi-package)[arguments]: Adjust
custom 'install phase to install more files.

Signed-off-by: Vagrant Cascadian <vagrant@debian.org>
2021-12-30 20:10:40 -08:00
Vagrant Cascadian c189dcd667
gnu: arm-trusted-firmware: Update to 2.6.
* gnu/packages/firmware.scm (make-arm-trusted-firmware): Update to 2.6.
2021-12-30 19:30:48 -08:00
Vagrant Cascadian 38376090c3
gnu: Remove trailing period from synopsis.
* gnu/packages/anddroid.scm (android-liblog, git-repo)[synopsis]: Remove
  trailing period.
* gnu/packages/audio.scm (audio-to-midi)[synopsis]: Likewise.
* gnu/packages/bioinformatics.scm (python-mygene, python-scanpy,
  nanosv)[synopsis]: Likewise.
* gnu/packages/cran.scm (r-gsubfn)[synopsis]: Likewise.
* gnu/packages/crates-io.scm (rust-ascii-1, rust-bindgen-0.59,
  rust-byte-unit-4, rust-clircle-0.3, rust-dashmap-4, rust-dhcp4r-0.2,
  rust-fast-float-0.2, rust-fst-0.4, rust-futures-core-preview-0.3,
  rust-http-types-2, rust-hyper-0.14, rust-indexmap-1,
  rust-minimal-lexical-0.1, rust-oorandom-11.1, rust-runtime-raw-0.3,
  rust-sharded-slab-0.1, rust-takeable-option-0.4, rust-tower-service-0.3,
  rust-ttf-parser-0.12)[synopsis]: Likewise.
* gnu/packages/disk.scm (f3)[synopsis]: Likewise.
* gnu/packages/emacs-xyz.scm (emacs-scribble-mode, emacs-psession)[synopsis]:
  Likewise.
* gnu/packages/golang.scm (go-github-com-kylelemons-godebug)[synopsis]:
  Likewise.
* gnu/packages/haskell-xyz.scm (ghc-fsnotify, ghc-libyaml, ghc-emojis,
  ghc-regex-tdfa, ghc-th-lift-instances, ghc-commonmark-pandoc)[synopsis]:
  Likewise.
* gnu/packages/java.scm (java-commons-jxpath, java-jakarta-regexp)[synopsis]:
  Likewise.
* gnu/packages/lisp-xyz.scm (sbcl-cl-annot, sbcl-envy)[synopsis]: Likewise.
* gnu/packages/mail.scm (go-gitlab.com-shackra-goimapnotify)[synopsis]:
  Likewise.
* gnu/packages/maven.scm (maven-wagon-http-shared,
  maven-surefire-plugin)[synopsis]: Likewise.
* gnu/packages/perl.scm (perl-text-soundex)[synopsis]: Likewise.
* gnu/packages/python-check.scm (python-httmock)[synopsis]: Likewise.
* gnu/packages/python-web.scm (python-bottle)[synopsis]: Likewise.
* gnu/packages/python-xyz.scm (python-olefile, python-tokenize-rt,
  python-pylzma)[synopsis]: Likewise.
* gnu/packages/tex.scm (texlive-docstrip)[synopsis]: Likewise.
2021-12-30 19:11:46 -08:00
Katherine Cox-Buday d422848146
gnu: Add liblognorm.
* gnu/packages/c.scm (liblognorm): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2021-12-31 00:32:26 +01:00
Raghav Gururajan 3b5593c794
gnu: font-openmoji: Update to 13.1.0.
* gnu/packages/fonts.scm (font-openmoji)[version]: Update to 13.1.0.
2021-12-30 18:27:05 -05:00
Guillaume Le Vaillant e0ef09a86c
gnu: prusa-slicer: Update to 2.4.0.
* gnu/packages/engineering.scm (prusa-slicer): Update to 2.4.0.
  [inputs]: Remove labels.
2021-12-30 23:06:23 +01:00
raingloom d6b519c718
gnu: Blender: Update to 3.0.0.
* gnu/packages/graphics.scm (blender): Update to 3.0.0.
[inputs]: Add the "lib" output of zstd. Replace tbb-2020 with tbb.

Co-authored-by: Leo Famulari <leo@famulari.name>
2021-12-30 15:37:35 -05:00
Leo Famulari 2c864ca933
gnu: OpenVDB: Update to 8.2.0.
* gnu/packages/graphics.scm (openvdb): Update to 8.2.0.
[inputs]: Replace tbb-2020 with tbb.
2021-12-30 15:37:35 -05:00
Hartmut Goebel bf7ed7c9f2
gnu: rust-sequoia-rfc2822-0.9: Move to (gnu packages sequoia).
* gnu/packages/crates-io.scm (rust-sequoia-rfc2822-0.9): Move package to ...
* gnu/packages/sequoia.scm: ... here. [arguments]<skip-build?> Add.
  <cargo-development-inputs>: Remove. [description] Reformat and add markup.
2021-12-30 21:32:45 +01:00
Hartmut Goebel a3765072d2
gnu: rust-sequoia-openpgp-0.9: Move to (gnu packages sequoia).
* gnu/packages/crates-io.scm (rust-sequoia-openpgp-0.9): Move package to ...
* gnu/packages/sequoia.scm: ... here. Inherit from
  rust-sequoia-openpgp-1. [arguments]<skip-build?> add,
  <cargo-development-inputs>: Remove.
2021-12-30 21:32:45 +01:00
Hartmut Goebel 73168dbdea
gnu: sequoia: Change into a meta-package and update to 1.6.0.
* gnu/packages/sequoia.scm (sequoia): Update to 1.6.0.
  Change into a meta-package for all sequoia related binaries.
  [source, native-inputs]: Remove.
  [build-system]: Use trivial-build-system.
  [inputs]: Replace with list of packages to be merged.
  [arguments]: Replace by a trivial build step.
  [synopsis, description]: Adopt to being a meta-package.
  [license]: Adjust to license change of project.
2021-12-30 21:32:45 +01:00
Hartmut Goebel e057383848
gnu: Add libsequoia.
* gnu/packages/sequoia.scm (sequoia-package-origin): New variable.
  (libsequoia): New variable.
* gnu/packages/patches/sequoia-fix-ffi-Makefile.patch,
  gnu/packages/patches/sequoia-remove-store.patch New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2021-12-30 21:32:44 +01:00
Hartmut Goebel 51dd4bc709
gnu: Add sequoia-sqv.
* gnu/packages/sequoia.scm (sequoia-sqv): New variable.
2021-12-30 21:32:44 +01:00
Hartmut Goebel 22a09cb1a3
gnu: Add sequoia-sq.
* gnu/packages/sequoia.scm (sequoia-sq): New variable.
2021-12-30 21:32:44 +01:00
Hartmut Goebel 8efe6f00c8
gnu: Add rust-sequoia-autocrypt-0.23.
* gnu/packages/sequoia.scm (rust-sequoia-autocrypt-0.23): New variable.
2021-12-30 21:32:43 +01:00
Hartmut Goebel b0b881e02f
gnu: Add rust-sequoia-ipc-0.26.
* gnu/packages/sequoia.scm (rust-sequoia-ipc-0.26): New variable.
2021-12-30 21:32:42 +01:00
Hartmut Goebel e95820957c
gnu: Add rust-sequoia-net-0.23.
* gnu/packages/sequoia.scm (rust-sequoia-net-0.23): New variable.
2021-12-30 21:32:42 +01:00
Hartmut Goebel d5f5892952
gnu: Add rust-sequoia-openpgp-1.
* gnu/packages/sequoia.scm (rust-sequoia-openpgp-1): New variable.
2021-12-30 21:32:42 +01:00
Hartmut Goebel 142172efb8
gnu: Add rust-xxhash-rust-0.8.
* gnu/packages/crates-io.scm (rust-xxhash-rust-0.8): New variable.
2021-12-30 21:32:41 +01:00
Hartmut Goebel 012203db1f
gnu: Add rust-buffered-reader-1.
* gnu/packages/crates-io.scm (rust-buffered-reader-1): New variable.
  (rust-buffered-reader-0.9): Inherit from rust-buffered-reader-1.
2021-12-30 21:32:41 +01:00
Hartmut Goebel db364130f9
gnu: Add rust-cfg-expr-0.7.
* gnu/packages/crates-io.scm (rust-cfg-expr-0.7): New variable.
2021-12-30 21:32:41 +01:00
Hartmut Goebel d0e1e360ec
gnu: Add rust-target-lexicon-0.11.
* gnu/packages/crates-io.scm (rust-target-lexicon-0.11): New variable.
2021-12-30 21:32:40 +01:00
Hartmut Goebel de3efe67b1
gnu: Add rust-fallible-collections-0.3.
* gnu/packages/crates-io.scm (rust-fallible-collections-0.3): New variable.
2021-12-30 21:32:40 +01:00
Hartmut Goebel 42bf93ab84
gnu: Add rust-gif-0.11.
* gnu/packages/crates-io.scm (rust-gif-0.11): New variable.
2021-12-30 21:32:39 +01:00
Hartmut Goebel 4c5f7dac9d
gnu: rust-version-compare 0.0.11: Fix variable name.
In semanic versioning, the last non-zero numer is relevant. 0.0.10 is not
expected to be compatible with 0.0.11.

* gnu/packages/crates-io.scm: (rust-version-compare-0.0.11): Rename from …
  (rust-version-compare-0.0): … this, which becomes an alias of the former.
  (rust-system-deps-1)[source]<snippet>: Use new version string.
  [arguments]<#:cargo-inputs>: Use new variable name.
2021-12-30 21:32:39 +01:00
Hartmut Goebel 0ccb46a926
gnu: rust-nettle: Update to 7.0.3.
The patch file is still required for rust-nettle-5.

* gnu/packages/crates-io.scm (rust-nettle): Update to 7.0.3.
2021-12-30 21:32:39 +01:00
Leo Famulari 3a608120c1
gnu: linux-libre 4.4: Update to 4.4.297.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.297.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari 739a52a516
gnu: linux-libre 4.9: Update to 4.9.295.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.295.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari 401172a2a6
gnu: linux-libre 4.14: Update to 4.14.260.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.260.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari 05a7f0a08f
gnu: linux-libre 4.19: Update to 4.19.223.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.223.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari f2cb697b33
gnu: linux-libre 5.4: Update to 5.4.169.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.169.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-30 14:16:50 -05:00
Leo Famulari bdc458babc
gnu: linux-libre 5.10: Update to 5.10.89.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.89.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-30 14:16:49 -05:00
Leo Famulari 97f8fa7477
gnu: linux-libre: Update to 5.15.12.
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.12.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-30 14:16:49 -05:00
Nicolas Goaziou a4eb287e5e
gnu: emacs-tramp: Update to 2.5.2.
* gnu/packages/emacs-xyz.scm (emacs-tramp): Update to 2.5.2.
2021-12-30 17:22:55 +01:00
Nicolas Goaziou 84cc33b9da
gnu: emacs-pfuture: Update to 1.10.2.
* gnu/packages/emacs-xyz.scm (emacs-pfuture): Update to 1.10.2.
[description]: Add missing final full stop.
2021-12-30 17:21:04 +01:00
Nicolas Goaziou 3530f03d8b
gnu: emacs-geiser: Update to 0.22.
* gnu/packages/emacs-xyz.scm (emacs-geiser): Update to 0.22.
2021-12-30 17:16:33 +01:00
Jelle Licht d91a5cf1ef
gnu: Add python-nb-clean.
* gnu/packages/python-xyz.scm (python-nb-clean): New variable.
2021-12-30 15:47:22 +01:00
Tobias Geerinckx-Rice 1758e94c57
gnu: lttng-tools: Update to 2.13.2.
* gnu/packages/instrumentation.scm (lttng-tools): Update to 2.13.2.
2021-12-30 13:41:27 +01:00
Tobias Geerinckx-Rice c520c7e6ed
gnu: lttng-ust: Update to 2.13.1.
* gnu/packages/instrumentation.scm (lttng-ust): Update to 2.13.1.
2021-12-30 13:41:27 +01:00
Vagrant Cascadian 5b307aff66
gnu: python-plaster-pastedeploy: Fix trailing whitespace in description.
* gnu/packages/python-web.scm (python-plaster-pastedeploy)[description]: Fix
  trailing whitespace.
2021-12-30 00:53:23 -08:00
Vagrant Cascadian 690fd6191c
gnu: js-commander: Fix trailing whitespace in description.
* gnu/packages/javascript.scm (js-commander)[description]: Fix trailing
  whitespace.
2021-12-30 00:53:11 -08:00
Vagrant Cascadian 36a78af6f2
gnu: bindfs: Fix trailing whitespace in description.
* gnu/packages/file-systems.scm (bindfs)[description]: Fix trailing
  whitespace.
2021-12-30 00:53:07 -08:00
Vagrant Cascadian 0861388f8d
gnu: ghc-semialign: Fix trailing whitespace in synopsis.
* gnu/packages/haskell-xyz.scm (ghc-semialign)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:53:03 -08:00
Vagrant Cascadian 4d2669ace8
gnu: libopusenc: Fix trailing whitespace in synopsis.
* gnu/packages/xiph.scm (libopusenc)[synopsis]: Fix trailing whitespace.
2021-12-30 00:52:59 -08:00
Vagrant Cascadian 4f7da26f8b
gnu: sbcl-clx-xembed: Fix trailing whitespace in synopsis.
* gnu/packages/lisp-xyz.scm (sbcl-clx-xembed)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:52:54 -08:00
Vagrant Cascadian 896e39282d
gnu: java-commons-jexl-2: Fix trailing whitespace in synopsis.
* gnu/packages/java.scm (java-commons-jexl-2)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:52:50 -08:00
Vagrant Cascadian 5c51ce4d0c
gnu: ghc-conduit: Fix trailing whitespace in synopsis.
* gnu/packages/haskell-xyz.scm (ghc-conduit)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:52:45 -08:00
Vagrant Cascadian 015124e6f8
gnu: emacs-dap-mode: Fix trailing whitespace in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-dap-mode)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:52:40 -08:00
Vagrant Cascadian 97679c60d5
gnu: emacs-org2web: Fix trailing whitespace in synopsis.
* gnu/packages/emacs-xyz.scm (emacs-org2web)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:52:07 -08:00
Vagrant Cascadian 95ec0ae948
gnu: python-pyspoa: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (python-pyspoa)[synopsis]: Fix trailing
  whitespace.
2021-12-30 00:50:41 -08:00
Vagrant Cascadian 97eb82fdb2
gnu: lofreq: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (lofreq)[synopsis]: Fix trailing whitespace.
2021-12-30 00:50:36 -08:00
Vagrant Cascadian 3c44bd85e3
gnu: arriba: Fix trailing whitespace in synopsis.
* gnu/packages/bioinformatics.scm (arriba)[synopsis]: Fix trailing whitespace.
2021-12-30 00:50:31 -08:00
Vagrant Cascadian 2bfe0564cc
gnu: ruby-regexp-parser: Fix synopsis.
* gnu/packages/ruby.scm (ruby-regexp-parser)[synopsis]: Fix trailing
  whitespace. Drop leading article.
2021-12-30 00:49:27 -08:00
Vagrant Cascadian fb95b755e2
gnu: xfce4-screensaver: Fix trailing whitespace in description.
* gnu/packages/xfce.scm (xfce4-screensaver)[description]: Fix trailing
  whitespace.
2021-12-29 22:50:18 -08:00
Vagrant Cascadian 6288b98a7d
gnu: leafpad: Fix trailing whitespace in description.
* gnu/packages/text-editors.scm (leafpad)[description]: Fix trailing
  whitespace.
2021-12-29 22:50:12 -08:00
Vagrant Cascadian 80d938832d
gnu: texlive-sectsty: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-sectsty)[description]: Fix trailing
  whitespace.
2021-12-29 22:50:08 -08:00
Vagrant Cascadian b950480a1d
gnu: texlive-charter: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-charter)[description]: Fix trailing
  whitespace.
2021-12-29 22:50:03 -08:00
Vagrant Cascadian 757158a9c4
gnu: texlive-latex-tocloft: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-latex-tocloft)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:56 -08:00
Vagrant Cascadian 10ad14df92
gnu: texlive-unicode-data: Fix trailing whitespace in description.
* gnu/packages/tex.scm (texlive-unicode-data)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:51 -08:00
Vagrant Cascadian ba8bbfbf4a
gnu: ruby-ox: Fix trailing whitespace in description.
* gnu/packages/ruby.scm (ruby-ox)[description]: Fix trailing whitespace.
2021-12-29 22:49:46 -08:00
Vagrant Cascadian 7b261b3858
gnu: python-dask: Fix trailing whitespace in description.
* gnu/packages/python-xyz.scm (python-dask)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:40 -08:00
Vagrant Cascadian c9c3eb3dbe
gnu: python-babel: Fix trailing whitespace in description.
* gnu/packages/python-xyz.scm (python-babel)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:35 -08:00
Vagrant Cascadian 0fdfbb2d23
gnu: frrouting: Fix trailing whitespace in description.
* gnu/packages/networking.scm (frrouting)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:30 -08:00
Vagrant Cascadian 355b6b65bb
gnu: buildapp: Fix trailing whitespace in description.
* gnu/packages/lisp.scm (buildapp)[description]: Fix trailing whitespace.
2021-12-29 22:49:26 -08:00
Vagrant Cascadian f5a935ff3f
gnu: sbcl-trivial-benchmark: Fix trailing whitespace in description.
* gnu/packages/lisp-xyz.scm (sbcl-trivial-benchmark)[description]: Fix
  trailing whitespace.
2021-12-29 22:49:22 -08:00
Vagrant Cascadian 5e9f5fb23d
gnu: sbcl-hu.dwim.common-lisp: Fix trailing whitespace in description.
* gnu/packages/lisp-xyz.scm (sbcl-hu.dwim.common-lisp)[description]: Fix
  trailing whitespace.
2021-12-29 22:49:17 -08:00
Vagrant Cascadian 394274a441
gnu: kldap: Fix trailing whitespace in description.
* gnu/packages/kde-pim.scm (kldap)[description]: Fix trailing whitespace.
2021-12-29 22:49:12 -08:00
Vagrant Cascadian 50162cc6cd
gnu: ghc-genvalidity-hspec: Fix trailing whitespace in description.
* gnu/packages/haskell-xyz.scm (ghc-genvalidity-hspec)[description]: Fix
  trailing whitespace.
2021-12-29 22:49:07 -08:00
Vagrant Cascadian 58f4183ac0
gnu: ghc-vector-builder: Fix trailing whitespace in description.
* gnu/packages/haskell-xyz.scm (ghc-vector-builder)[description]: Fix trailing
  whitespace.
2021-12-29 22:49:01 -08:00
Vagrant Cascadian 3046933e58
gnu: ghc-yesod-form: Fix trailing whitespace in description.
* gnu/packages/haskell-web.scm (ghc-yesod-form)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:56 -08:00
Vagrant Cascadian e28159f0a0
gnu: guile-raw-strings: Fix trailing whitespace in description.
* gnu/packages/guile-xyz.scm (guile-raw-strings)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:51 -08:00
Vagrant Cascadian 820b073a7d
gnu: python-plotly: Fix trailing whitespace in description.
* gnu/packages/graph.scm (python-plotly)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:45 -08:00
Vagrant Cascadian 35ca815ede
gnu: go-github-com-xanzy-ssh-agent: Fix trailing whitespace in description.
* gnu/packages/golang.scm (go-github-com-xanzy-ssh-agent)[description]: Fix
  trailing whitespace.
2021-12-29 22:48:40 -08:00
Vagrant Cascadian 86838d6133
gnu: go-github-com-mattn-go-zglob: Fix trailing whitespace in description.
* gnu/packages/golang.scm (go-github-com-mattn-go-zglob)[description]: Fix
  trailing whitespace.
2021-12-29 22:48:36 -08:00
Vagrant Cascadian f85bda51d7
gnu: soundconverter: Fix trailing whitespace in description.
* gnu/packages/gnome.scm (soundconverter)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:31 -08:00
Vagrant Cascadian 742ec5f6cd
gnu: tracker: Fix trailing whitespace in description.
* gnu/packages/gnome.scm (tracker)[description]: Fix trailing whitespace.
2021-12-29 22:48:27 -08:00
Vagrant Cascadian 80f179fb6b
gnu: python-myhdl: Fix trailing whitespace in description.
* gnu/packages/fpga.scm (python-myhdl)[description]: Fix trailing whitespace.
2021-12-29 22:48:22 -08:00
Vagrant Cascadian d6bec1d46c
gnu: python-stdnum: Fix trailing whitespace in description.
* gnu/packages/finance.scm (python-stdnum)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:17 -08:00
Vagrant Cascadian 51ba1ba2ea
gnu: emacs-dashboard: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-dashboard)[description]: Fix trailing
  whitespace.
2021-12-29 22:48:12 -08:00
Vagrant Cascadian ee9df2de04
gnu: emacs-highlight-defined: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-highlight-defined)[description]: Fix
  trailing whitespace.
2021-12-29 22:48:07 -08:00
Vagrant Cascadian afcdfc2079
gnu: emacs-disable-mouse: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-disable-mouse)[description]: Fix trailing
  whitespace.
2021-12-29 22:47:59 -08:00
Vagrant Cascadian 2a553452f2
gnu: emacs-sly-quicklisp: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-sly-quicklisp)[description]: Fix trailing
  whitespace.
2021-12-29 22:47:54 -08:00
Vagrant Cascadian b2fe73bc55
gnu: emacs-highlight-symbol: Fix trailing whitespace in description.
* gnu/packages/emacs-xyz.scm (emacs-highlight-symbol)[description]: Fix
  trailing whitespace.
2021-12-29 22:47:49 -08:00
Vagrant Cascadian 390b583318
gnu: keyutils: Fix trailing whitespace in description.
* gnu/packages/crypto.scm (keyutils)[description]: Fix trailing whitespace.
2021-12-29 22:47:45 -08:00
Vagrant Cascadian ecbaed7da2
gnu: r-labelled: Fix trailing whitespace in description.
* gnu/packages/cran.scm (r-labelled)[description]: Fix trailing whitespace.
2021-12-29 22:47:40 -08:00
Vagrant Cascadian fdeec5c52c
gnu: quazip-0: Fix trailing whitespace in description.
* gnu/packages/compression.scm (quazip-0)[description]: Fix trailing
  whitespace.
2021-12-29 22:47:34 -08:00
Vagrant Cascadian 70ddfa230d
gnu: ivar: Fix trailing whitespace in description.
* gnu/packages/bioinformatics.scm (ivar)[description]: Fix trailing
  whitespace.
2021-12-29 22:47:28 -08:00
Vagrant Cascadian 48d756ae44
gnu: dirvish: Fix trailing whitespace in description.
* gnu/packages/backup.scm (dirvish)[description]: Fix trailing whitespace.
2021-12-29 22:47:19 -08:00
Vinicius Monego 04c7220bc1
gnu: Add libjxl.
* gnu/packages/image.scm (libjxl): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 01:02:09 +01:00
Vinicius Monego f205916903
gnu: Add google-highway.
* gnu/packages/cpp.scm (google-highway): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 01:00:30 +01:00
Vinicius Monego 5d014c696f
gnu: Add alembic.
* gnu/packages/graphics.scm (alembic): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:56:59 +01:00
Leo Famulari 3690f6c7a9
gnu: Remove leftover libsndfile/fixed package.
This package was equivalent to the libsndfile package, differing only in
the order of its inputs.

* gnu/packages/pulseaudio.scm (libsndfile/fixed): Remove variable.
* gnu/packages/music.scm (liquidsfz)[inputs]: Replace libsndfile/fixed with
libsndfile.
* gnu/packages/telephony.scm (mumble)[inputs]: Likewise.
2021-12-29 18:30:00 -05:00
Morgan Smith dded2d2b45
gnu: python-cssselect2: Fix build.
* gnu/packages/python-web.scm (python-cssselect2):
[phases]: Add disable-linters phase.  Make check phase respect #:tests?.
[native-inputs]: Remove python-pytest-flake8 and python-pytest-isort.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:15:56 +01:00
Vinicius Monego 016fcb3f3e
gnu: Add openxr.
* gnu/packages/graphics.scm (openxr): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:03:38 +01:00
Vinicius Monego c1c36f1351
gnu: python-hy: Honor #:tests? flag.
* gnu/packages/python-xyz.scm (python-hy)[arguments]: Adjust custom 'check
phase to honor the #:tests? flag.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:00:58 +01:00
Vinicius Monego 9e6b0775f4
gnu: python-hy: Update to 0.20.0.
* gnu/packages/python-xyz.scm (python-hy): Update to 0.20.0.
[source]: Fetch from GitHub.
[arguments]<#:phases>: Remove 'set-HOME phase. Replace nosetests command with
pytest in the custom 'check phase and skip failed tests.
[native-inputs]: Remove python-coverage, python-nose. Add python-pytest.
[propagated-inputs]: Order alphabetically.
[home-page]: Follow redirection.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:00:47 +01:00
Vinicius Monego 06e39eafd7
gnu: python-funcparserlib: Update to 1.0.0a0.
* gnu/packages/python-xyz.scm (python-funcparserlib): Update to 1.0.0a0.
[source]: Make some cosmetic changes.
[native-inputs]: Remove python-tox.
[arguments]: Add #:tests?.
<#:phases>: Don't override the 'check phase.
[home-page]: Don't break line.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-12-30 00:00:35 +01:00
Blake Shaw 7022eb6ea0
gnu: Add notcurses.
* gnu/packages/notcurses.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-12-29 13:19:22 -05:00
Mathieu Othacehe 002442b220
gnu: guitarix: Update to 0.43.1.
* gnu/packages/audio.scm (guitarix): Update to 0.43.1.
2021-12-29 17:43:38 +01:00
Nicolas Goaziou 5933ebedf5
gnu: nushell: Update to 0.42.0.
* gnu/packages/shells.scm (nushell):
(rust-nu-ansi-term-0.42):
(rust-nu-cli-0.42):
(rust-nu-command-0.42):
(rust-nu-completion-0.42):
(rust-nu-data-0.42):
(rust-nu-engine-0.42):
(rust-nu-errors-0.42):
(rust-nu-json-0.42):
(rust-nu-parser-0.42):
(rust-nu-plugin-0.42):
(rust-nu-plugin-binaryview-0.42):
(rust-nu-plugin-from-bson-0.42):
(rust-nu-plugin-inc-0.42):
(rust-nu-plugin-query-json-0.42):
(rust-nu-plugin-s3-0.42):
(rust-nu-plugin-selector-0.42):
(rust-nu-plugin-textview-0.42):
(rust-nu-plugin-to-sqlite-0.42):
(rust-nu-plugin-xpath-0.42):
(rust-nu-protocol-0.42):
(rust-nu-serde-0.42):
(rust-nu-stream-0.42):
(rust-nu-table-0.42):
(rust-nu-test-support-0.42):
(rust-nu-value-ext-0.42): Update to 0.42.0.
2021-12-29 17:18:47 +01:00
Nicolas Goaziou 5f53453d29
gnu: rust-sysinfo-0.21: Update to 0.21.2.
* gnu/packages/crates-io.scm (rust-sysinfo-0.21): Update to 0.21.2.
2021-12-29 16:49:16 +01:00
Nicolas Goaziou c2c865e0c3
gnu: Add rust-heck-0.4.
* gnu/packages/crates-io.scm (rust-heck-0.4): New variable.
(rust-heck-0.3): Inherit from above.
2021-12-29 16:48:11 +01:00
Nicolas Goaziou 5bec5f1184
gnu: emacs-ob-sclang: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-ob-sclang)[origin]<snippet>: Extract
correct file.
2021-12-29 16:40:07 +01:00
Nicolas Goaziou 2f5b529480
gnu: mame: Update to 0.239.
* gnu/packages/emulators.scm (mame): Update to 0.239.
[arguments]<#:make-flags>: Use gexps.
[native-inputs]: Remove labels.
[inputs]: Remove labels.
2021-12-29 16:29:28 +01:00
Nicolas Goaziou deafb5c3fe
gnu: emacs-evil-tex: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-evil-tex)[arguments]<#:phases>: Fix
"Setting current directory: No such file or directory, /homeless-shelter/".
2021-12-29 16:16:56 +01:00
Nicolas Goaziou 98bb2f339b
gnu: emacs-org-edit-latex: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-org-edit-latex)[arguments]<#:phases>: Fix "Setting current directory: No such file or directory, /homeless-shelter/".
2021-12-29 16:14:24 +01:00
Nicolas Goaziou c85a4dc932
gnu: emacs-company-auctex: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-company-auctex)[version]: Use version tag
from main file.
[arguments]<#:phases>: Fix "Setting current directory: No such file or
directory, /homeless-shelter/".
[propagated-inputs]: Re-order inputs alphabetically.
2021-12-29 16:11:43 +01:00
Nicolas Goaziou 2be2749150
gnu: emacs-citar: Fix build.
* gnu/packages/emacs-xyz.scm (emacs-citar)[arguments]<#:phases>: Fix "No such
file or directory, /homeless-shelter/" error.
2021-12-29 16:06:25 +01:00
Nicolas Goaziou 128b2f1503
gnu: scintilla: Update to 5.1.5.
* gnu/packages/text-editors.scm (scintilla): Update to 5.1.5.
[arguments]<#:make-flags>: Use CC-FOR-TARGET.
[native-inputs]: Remove labels.
2021-12-29 15:40:03 +01:00
Nicolas Goaziou 37a202bd1c
gnu: emacs-svg-tag-lib: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-svg-tag-lib): Update to 0.2.4.
[propagated-inputs]: Add emacs-svg-lib.
(emacs-svg-lib): New variable.
2021-12-29 15:34:59 +01:00
Nicolas Goaziou cdfa2ccbce
gnu: emacs-el-patch: Update to 2.4.
* gnu/packages/emacs-xyz.scm (emacs-el-patch): Update to 2.4.
2021-12-29 15:24:20 +01:00
Nicolas Goaziou 5a0d81589d
gnu: emacs-js2-mode: Update to 20211229.
* gnu/packages/emacs-xyz.scm (emacs-js2-mode): Update to 20211229.
2021-12-29 15:19:43 +01:00
Nicolas Goaziou f81df6dd8e
gnu: emacs-org-mime: Update to 0.2.4.
* gnu/packages/emacs-xyz.scm (emacs-org-mime): Update to 0.2.4.
2021-12-29 15:17:52 +01:00
Nicolas Goaziou a24295eed5
gnu: emacs-prescient: Update to 5.2.
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 5.2.
2021-12-29 15:15:40 +01:00
Nicolas Goaziou 4ec6435ae5
gnu: emacs-embark: Update to 0.14.
* gnu/packages/emacs-xyz.scm (emacs-embark): Update to 0.14.
2021-12-29 15:11:24 +01:00
Nicolas Goaziou b4424e008c
gnu: emacs-ebuild-mode: Update to 1.54.
* gnu/packages/emacs-xyz.scm (emacs-ebuild-mode): Update to 1.54.
[arguments]<#:phases>: Remove trailing #T.
2021-12-29 15:07:37 +01:00
Nicolas Goaziou cb6c080d3e
gnu: emacs-csv-mode: Update to 1.18.
* gnu/packages/emacs-xyz.scm (emacs-csv-mode): Update to 1.18.
2021-12-29 15:05:46 +01:00
Nicolas Goaziou 80ca412d77
gnu: emacs-pyim: Update to 4.0.3.
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 4.0.3.
2021-12-29 15:05:36 +01:00
Nicolas Goaziou ffa4be5208
gnu: emacs-auctex: Update to 13.0.15.
* gnu/packages/emacs-xyz.scm (emacs-auctex): Update to 13.0.15.
2021-12-29 15:05:25 +01:00
Nicolas Goaziou af02fa76b6
gnu: emacs-apheleia: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 1.2.
2021-12-29 15:03:17 +01:00
Nicolas Goaziou 7281bb071e
gnu: emacs-ctrlf: Update to 1.4.
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.4.
2021-12-29 15:00:36 +01:00
Tobias Geerinckx-Rice 8daf985c12
gnu: xpadneo: Edit description.
* gnu/packages/linux.scm (xpadneo)[synopsis, description]: Mention Linux.
Capitalise Bluetooth.  Edit.
2021-12-29 02:56:47 +01:00
Tobias Geerinckx-Rice b37ba3747a
gnu: bcachefs/static: Use G-expressions.
* gnu/packages/file-systems.scm (bcachefs/static)[arguments]:
Rewrite as G-expressions.
[inputs]: Remove labels.
2021-12-29 02:56:47 +01:00
Tobias Geerinckx-Rice 1a6ca06827
gnu: bcachefs-tools/static: Use G-expressions.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[arguments]:
Rewrite as G-expressions.
2021-12-29 02:56:47 +01:00
Tobias Geerinckx-Rice 0f9bc3a8ad
gnu: dosbox-staging: Update to 0.78.0.
* gnu/packages/emulators.scm (dosbox-staging): Update to 0.78.0.
[arguments]: Rewrite using G-expressions.
Add "-Duse_slirp=false" to #:configure-flags.
Add a new 'fix-includes phase.
2021-12-29 01:43:26 +01:00
Tobias Geerinckx-Rice bdc35b925b
gnu: fluidsynth: Update to 2.2.4.
* gnu/packages/audio.scm (fluidsynth): Update to 2.2.4.
[arguments]: Don't explicitly return #t from phases.
[inputs]: Move alsa-lib, glib, jack-1, lash, libsndfile, and readline
from here…
[propagated-inputs]: …to here.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 15fdc854c9
gnu: Remove obsolete fluidsynth@1.
* gnu/packages/audio.scm (fluidsynth-1): Remove unused variable.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice fae9484278
gnu: nginx-documentation: Update to 1.21.5-2816-ae1d713a06e2.
* gnu/packages/web.scm (nginx-documentation): Update to 1.21.5-2816-ae1d713a06e2.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 9ff93455ab
gnu: nginx: Update to 1.21.5.
* gnu/packages/web.scm (nginx): Update to 1.21.5.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 240298bb98
gnu: remmina: Update to 1.4.23.
* gnu/packages/vnc.scm (remmina): Update to 1.4.23.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 5a73b7e13a
gnu: menumaker: Update to 0.99.14.
* gnu/packages/wm.scm (menumaker): Update to 0.99.14.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice acdf2f2851
gnu: termite: Note obsolescense.
* gnu/packages/terminals.scm (termite)[description]: Update.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice ebb9efac45
gnu: hwinfo: Update to 21.80.
* gnu/packages/hardware.scm (hwinfo): Update to 21.80.
2021-12-29 01:43:25 +01:00
Tobias Geerinckx-Rice 523dce3917
gnu: dnssec-trigger: Use G-expressions & remove input labels.
* gnu/packages/dns.scm (dnssec-trigger)[arguments]:
Rewrite as G-expressions.
[inputs, native-inputs]: Remove input labels.
2021-12-29 01:43:17 +01:00
Tobias Geerinckx-Rice 5dca6c8dfc
gnu: bcachefs-tools: Use G-expressions.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]:
Rewrite as G-expressions.
2021-12-29 01:42:18 +01:00
Leo Famulari ba19307af0
gnu: Import missing module in (gnu packages video).
This is a followup to commit b1548937e9.

* gnu/packages/video.scm: Import (gnu packages llvm).
2021-12-28 16:24:11 -05:00
Nicolas Goaziou ac04b300fc
gnu: Add rust-dav1d-0.6.
* gnu/packages/crates-graphics.scm (rust-dav1d-0.6): New variable.
2021-12-28 21:28:10 +01:00
Nicolas Goaziou fbd3398b9f
gnu: rust-dav1d-sys-0.3: Update to 0.3.4.
* gnu/packages/crates-graphics.scm (rust-dav1d-sys-0.3): Update to 0.3.4.
2021-12-28 21:28:10 +01:00
Nicolas Goaziou b1548937e9
gnu: Add rust-dav1d-sys-0.3.2.
* gnu/packages/video.scm (rust-dav1d-sys-0.3.2): New variable.
2021-12-28 21:28:10 +01:00
Leo Famulari 0d9d151424
installer: Offer 'gpm-service-type' for non-graphical systems.
* gnu/installer/services.scm (%system-services): Add the gpm-service-type.
2021-12-28 15:26:39 -05:00
Leo Famulari 2842a42b51
installer: Recommend 'ntp-service-type' for non-graphical systems.
We had several bug reports with a root cause of "the clock was
incorrect" from users who used the installer to install a non-graphical
Guix System.

* gnu/installer/services.scm (%system-services): Add the ntp-service-type.
* gnu/installer/newt/services.scm (run-system-administration-cbt-page): New
variable.
(run-services-page): Use run-system-administration-cbt-page when not
installing a desktop.
* gnu/installer/tests.scm (choose-services): Add and use a
choose-misc-service?  procedure.
* gnu/tests/install.scm (installation-target-os-for-gui-tests)<services>: Add
ntp-service-type.
2021-12-28 15:26:39 -05:00
Leo Famulari 029f8d7c12
installer: Offer the CUPS printing service on a dedicated page.
Currently, the installer page RUN-OTHER-SERVICES-CBT-PAGE offers to the user all
installer services that are not of the types 'desktop', 'network-management', or
'networking'. Concretely, this means that it offers the CUPS printing service,
because that is the only service of a different type defined in the installer.

In later commits, we will add some services of a new type, and we only want them
to be offered when the user is installing a non-graphical system.

At least one of these new services (NTP) is part of %DESKTOP-SERVICES. If it
was also offered on RUN-OTHER-SERVICES-CBT-PAGE, and the user had configured a
system using %DESKTOP-SERVICES, the user could accidentally add NTP to their
services twice, which is an error and would break installation.

So, this commit makes the RUN-OTHER-SERVICES-CBT-PAGE be more specific about
what services to offer. This makes it easier to discriminate between desktop and
non-desktop installations, in terms of when a given service is offered.

* gnu/installer/newt/services.scm (RUN-OTHER-SERVICES-CBT-PAGE): Rename to ...
(RUN-PRINTING-SERVICES-CBT-PAGE): ... new variable, and select only 'document' services.
(RUN-SERVICES-PAGE): Adjust accordingly.
* gnu/installer/tests.scm (CHOOSE-SERVICES): Adjust accordingly.
2021-12-28 15:26:39 -05:00
Leo Famulari 9309b488ca
Revert "gnu: rust-dav1d-0.6: New variable."
This commit broke the build of rav1e, which in turn breaks FFmpeg,
GNOME, and other important packages.

This reverts commit ad1e8a0906.
2021-12-28 14:10:25 -05:00
Nicolas Goaziou 297a69fb27
gnu: nushell: Update to 0.41.0.
* gnu/packages/shells.scm (nushell):
(rust-nu-ansi-term-0.41):
(rust-nu-cli-0.41):
(rust-nu-command-0.41):
(rust-nu-completion-0.41):
(rust-nu-data-0.41):
(rust-nu-engine-0.41):
(rust-nu-errors-0.41):
(rust-nu-json-0.41):
(rust-nu-parser-0.41):
(rust-nu-path-0.41):
(rust-nu-plugin-0.41):
(rust-nu-plugin-inc-0.41):
(rust-nu-plugin-match-0.41):
(rust-nu-plugin-query-json-0.41):
(rust-nu-plugin-textview-0.41):
(rust-nu-plugin-to-bson-0.41):
(rust-nu-plugin-to-sqlite-0.41):
(rust-nu-plugin-tree-0.41):
(rust-nu-plugin-xpath-0.41):
(rust-nu-pretty-hex-0.41):
(rust-nu-protocol-0.41):
(rust-nu-serde-0.41):
(rust-nu-source-0.41):
(rust-nu-stream-0.41):
(rust-nu-test-support-0.41):
(rust-nu-value-ext-0.41): Update to 0.41.0.
2021-12-28 14:10:25 -05:00
Nicolas Goaziou a58002e35c
gnu: Add rust-mp4-0.9.
* gnu/packages/crates-io.scm (rust-mp4-0.9): New variable.
(rust-mp4-0.8): Inherit from above.
2021-12-28 14:10:24 -05:00
Nicolas Goaziou ef87542c33
gnu: Add rust-heapless-0.7.
* gnu/packages/crates-io.scm (rust-heapless-0.7): New variable.
(rust-heapless-0.6): Inherit from above.
2021-12-28 14:10:24 -05:00
Nicolas Goaziou 9231b43c35
gnu: Add rust-atomic-polyfill-0.1.
* gnu/packages/crates-io.scm (rust-atomic-polyfill-0.1): New variable.
2021-12-28 14:10:24 -05:00
Nicolas Goaziou 3d40fed931
gnu: Add rust-critical-section-0.2.
* gnu/packages/crates-io.scm (rust-critical-section-0.2): New variable.
2021-12-28 14:10:24 -05:00
Nicolas Goaziou 8404dcc489
gnu: Add rust-cortex-m-0.7.
* gnu/packages/crates-io.scm (rust-cortex-m-0.7): New variable.
2021-12-28 14:10:23 -05:00