Age | Commit message (Expand) | Author |
2022-01-01 | gnu: Add libxpresent....* gnu/packages/xorg.scm (libxpresent): New variable.
| Oleg Pykhalov |
2022-01-01 | 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.
| Liliana Marie Prikler |
2022-01-01 | gnu: guile-gi: Update to 0.3.2....* gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
| Liliana Marie Prikler |
2022-01-01 | gnu: guile-gi: Use new input style....* gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
| Liliana Marie Prikler |
2022-01-01 | news: Add entry about '--tune'....* etc/news.scm: Add entry.
| Ludovic Courtès |
2022-01-01 | gnu: gsl: Add 'tunable?' property....* gnu/packages/maths.scm (gsl)[properties]: New field.
| Ludovic Courtès |
2022-01-01 | gnu: prusa-slicer: Mark as tunable....* gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
| Ludovic Courtès |
2022-01-01 | gnu: libfive: Mark as tunable....* gnu/packages/engineering.scm (libfive)[properties]: New field.
| Ludovic Courtès |
2022-01-01 | gnu: Add ceres-solver-benchmarks....* gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
| Ludovic Courtès |
2022-01-01 | gnu: ceres-solver: Mark as tunable....* gnu/packages/maths.scm (ceres)[properties]: New field.
| Ludovic Courtès |
2022-01-01 | gnu: Add xtensor-benchmark....* gnu/packages/algebra.scm (xtensor-benchmark): New variable.
| Ludovic Courtès |
2022-01-01 | gnu: Add xsimd-benchmark....* gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
| Ludovic Courtès |
2022-01-01 | gnu: Add eigen-benchmarks....* gnu/packages/algebra.scm (eigen-benchmarks): New variable.
| Ludovic Courtès |
2022-01-01 | 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.
| Ludovic Courtès |
2022-01-01 | 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'.
| Ludovic Courtès |
2022-01-01 | 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.
| Ludovic Courtès |
2022-01-01 | 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.
| Ludovic Courtès |
2022-01-01 | Add (guix cpu)....* guix/cpu.scm: New file.
* Makefile.am (MODULES): Add it.
| Ludovic Courtès |
2022-01-01 | gnu: go-github-com-androiddnsfix: Rewrite synopsis and description....* gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite
'synopsis' and 'description'.
| Ludovic Courtès |
2022-01-01 | 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>
| Simon South |
2022-01-01 | gnu: Add aws-vault...* gnu/packages/golang.scm (aws-vault): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | gnu: Add go-open-golang...* gnu/packages/golang.scm (go-open-golang): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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>
| Collin J. Doering |
2022-01-01 | 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.
| Ludovic Courtès |
2022-01-01 | ui: It's 2022!...Happy new year!
* guix/ui.scm (show-version-and-exit): Change the year to 2022.
| Leo Famulari |
2022-01-01 | gnu: Add tao-synth....* gnu/packages/audio.scm (tao-synth): New variable.
| Ricardo Wurmus |
2022-01-01 | gnu: tao: Remove trailing #T....* gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build
phases...
[source]: ...and from the snippet.
| Ricardo Wurmus |
2022-01-01 | gnu: tao: Use new input style....* gnu/packages/audio.scm (tao)[inputs]: Use new style.
| Ricardo Wurmus |
2021-12-31 | gnu: Add guile-schemetran....* gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
| Ricardo Wurmus |
2021-12-31 | gnu: Add r-mlr3ordinal....* gnu/packages/cran.scm (r-mlr3ordinal): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Wiktor Żelazny |
2021-12-31 | gnu: Add r-mlr3pipelines....* gnu/packages/cran.scm (r-mlr3pipelines): New variable.
Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
| Wiktor Żelazny |
2021-12-31 | gnu: wireshark: Update to 3.6.1....* gnu/packages/networking.scm (wireshark): Update to 3.6.1.
[inputs]: Remove labels.
[native-inputs]: Remove labels.
| Nicolas Goaziou |
2021-12-31 | gnu: Add musikcube....* gnu/packages/music.scm (musikcube): New variable.
| Leo Famulari |
2021-12-31 | gnu: Add gnome-shell-extension-just-perfection....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): New variable.
| Liliana Marie Prikler |
2021-12-31 | 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.
| Liliana Marie Prikler |
2021-12-31 | gnu: Add eiciel....* gnu/packages/gnome-xyz.scm (eiciel): New variable.
| Liliana Marie Prikler |
2021-12-31 | 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.
| Liliana Marie Prikler |
2021-12-31 | 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>
| zimoun |
2021-12-31 | gnu: python-llvmlite: Repair indentation....* gnu/packages/llvm.scm (python-llvmlite): Repair automatically reformatted
code.
| Ricardo Wurmus |
2021-12-31 | FreeCAD: Add python-ply to inputs....* gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| Jacob Hrbek |
2021-12-31 | gnu: rsyslog: Update to 8.2112.0....* gnu/packages/logging.scm (rsyslog): Update to 8.2112.0.
| Ricardo Wurmus |