Age | Commit message (Collapse) | Author |
|
* gnu/packages/containers.scm (podman): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/containers.scm (cni-plugins): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/containers.scm (slirp4netns): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/containers.scm (libslirp): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/containers.scm (conmon): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/containers.scm (crun): New variable.
* gnu/local.mk: add containers.scm
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* 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.
|
|
* gnu/packages/xorg.scm (libxpresent): New variable.
|
|
* 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.
|
|
* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
|
|
* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
|
|
* etc/news.scm: Add entry.
|
|
* gnu/packages/maths.scm (gsl)[properties]: New field.
|
|
* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
|
|
* gnu/packages/engineering.scm (libfive)[properties]: New field.
|
|
* gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
|
|
* gnu/packages/maths.scm (ceres)[properties]: New field.
|
|
* gnu/packages/algebra.scm (xtensor-benchmark): New variable.
|
|
* gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
|
|
* gnu/packages/algebra.scm (eigen-benchmarks): New variable.
|
|
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.
|
|
* 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'.
|
|
* gnu/packages/llvm.scm (clang-from-llvm): Add #:properties and honor it.
(clang-properties): New procedures.
(make-clang-toolchain): Set 'properties' field.
|
|
* 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.
|
|
* guix/cpu.scm: New file.
* Makefile.am (MODULES): Add it.
|
|
* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
|
|
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>
|
|
* gnu/packages/golang.scm (aws-vault): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-kingpin): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-alecthomas-units): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-alecthomas-template): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-open-golang): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-gopkg-in-ini): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-androiddnsfix): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-99designs-go-keyring): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-go-libsecret): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/golang.scm (go-github-com-percent): New Variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
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.
|
|
Happy new year!
* guix/ui.scm (show-version-and-exit): Change the year to 2022.
|
|
* gnu/packages/audio.scm (tao-synth): New variable.
|
|
* gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build
phases...
[source]: ...and from the snippet.
|
|
* gnu/packages/audio.scm (tao)[inputs]: Use new style.
|
|
* gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
|
|
* gnu/packages/cran.scm (r-mlr3ordinal): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/cran.scm (r-mlr3pipelines): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
|
|
* gnu/packages/networking.scm (wireshark): Update to 3.6.1.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
|
|
* gnu/packages/music.scm (musikcube): New variable.
|
|
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): New variable.
|