1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-23 10:40:31 +02:00
Commit Graph

77516 Commits

Author SHA1 Message Date
Timmy Douglas
2981d8d744 gnu: Add conmon.
* gnu/packages/containers.scm (conmon): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 19:06:57 +01:00
Timmy Douglas
bff99f6b63 gnu: Add crun.
* gnu/packages/containers.scm (crun): New variable.
* gnu/local.mk: add containers.scm

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 19:06:53 +01:00
Oleg Pykhalov
d997fcd3e7 gnu: looking-glass-client: Update to B5.
* gnu/packages/virtualization.scm (looking-glass-client)
[version]: Update to B5.
[source]: Delete snippet and enable recursive fetch.
[inputs]: Add bash-minimal, freetype, gmp, libglvnd, libiberty, libx11,
libxcursor, libxfixes, libxi, libxinerama, libxkbcommon, libxpresent,
libxrandr, libxscrnsaver, openssl, wayland-protocols, zlib.
[phases]: Delete add-missing-include phase and add wrapper phase.
[home-page]: Update URL.
2022-01-01 20:23:35 +03:00
Oleg Pykhalov
7edc70ee27 gnu: Add libxpresent.
* gnu/packages/xorg.scm (libxpresent): New variable.
2022-01-01 20:23:35 +03:00
Liliana Marie Prikler
df78f62279 gnu: guile-gi: Depropagate inputs needed for testing only.
* gnu/packages/guile-xyz.scm (guile-gi)[propagated-inputs]: Remove
gsettings-desktop-schemas and guile-lib.  Move glib, gtk+ and webkitgtk from
here...
[inputs]: ... to here.
2022-01-01 16:05:16 +01:00
Liliana Marie Prikler
d08d629964 gnu: guile-gi: Update to 0.3.2.
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
2022-01-01 16:05:16 +01:00
Liliana Marie Prikler
4e5e184af3 gnu: guile-gi: Use new input style.
* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
2022-01-01 16:05:16 +01:00
Ludovic Courtès
4cd0b37f6b gnu: gsl: Add 'tunable?' property.
* gnu/packages/maths.scm (gsl)[properties]: New field.
2022-01-01 15:36:12 +01:00
Ludovic Courtès
1fcb98ca54 gnu: prusa-slicer: Mark as tunable.
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
2022-01-01 15:23:54 +01:00
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
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
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