me
/
guix
Archived
1
0
Fork 0
Commit Graph

90296 Commits (a45e05a80fb83ea972d83dbce11de02985ce155c)

Author SHA1 Message Date
Timmy Douglas a45e05a80f
gnu: Add slirp4netns.
* gnu/packages/containers.scm (slirp4netns): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 19:06:58 +01:00
Timmy Douglas f4ee4523eb
gnu: Add libslirp.
* gnu/packages/containers.scm (libslirp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-01-01 19:06:57 +01:00
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 40662f7da8
news: Add entry about '--tune'.
* etc/news.scm: Add entry.
2022-01-01 15:56:32 +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 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 d090e9c37d
transformations: Add '--tune'.
* guix/transformations.scm (tuning-compiler)
(tuned-package, tunable-package?, package-tuning)
(transform-package-tuning)
(build-system-with-tuning-compiler): New procedures.
(%transformations): Add 'tune'.
(%transformation-options): Add "--tune".
* tests/transformations.scm ("options->transformation, tune")
("options->transformations, tune, wrong micro-architecture"): New
tests.
* doc/guix.texi (Package Transformation Options): Document '--tune'.
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 a644f88d28
Add (guix cpu).
* guix/cpu.scm: New file.
* Makefile.am (MODULES): Add it.
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
Leo Famulari 806a4e986d
ui: It's 2022!
Happy new year!

* guix/ui.scm (show-version-and-exit): Change the year to 2022.
2022-01-01 02:02:44 -05: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