summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: Add libslirp.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (libslirp): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add conmon.Timmy Douglas2022-01-01
| | | | | | * gnu/packages/containers.scm (conmon): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add crun.Timmy Douglas2022-01-01
| | | | | | | * gnu/packages/containers.scm (crun): New variable. * gnu/local.mk: add containers.scm Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: looking-glass-client: Update to B5.Oleg Pykhalov2022-01-01
| | | | | | | | | | | * 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: Add libxpresent.Oleg Pykhalov2022-01-01
| | | | * gnu/packages/xorg.scm (libxpresent): New variable.
* gnu: guile-gi: Depropagate inputs needed for testing only.Liliana Marie Prikler2022-01-01
| | | | | | | * 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: guile-gi: Update to 0.3.2.Liliana Marie Prikler2022-01-01
| | | | * gnu/packages/guile-xyz.scm (guile-gi): Update to 0.3.2.
* gnu: guile-gi: Use new input style.Liliana Marie Prikler2022-01-01
| | | | * gnu/packages/guile-xyz.scm (guile-gi)[inputs, native-inputs]: Use new style.
* gnu: gsl: Add 'tunable?' property.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (gsl)[properties]: New field.
* gnu: prusa-slicer: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/engineering.scm (prusa-slicer)[properties]: New field.
* gnu: libfive: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/engineering.scm (libfive)[properties]: New field.
* gnu: Add ceres-solver-benchmarks.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (ceres-solver-benchmarks): New variable.
* gnu: ceres-solver: Mark as tunable.Ludovic Courtès2022-01-01
| | | | * gnu/packages/maths.scm (ceres)[properties]: New field.
* gnu: Add xtensor-benchmark.Ludovic Courtès2022-01-01
| | | | * gnu/packages/algebra.scm (xtensor-benchmark): New variable.
* gnu: Add xsimd-benchmark.Ludovic Courtès2022-01-01
| | | | * gnu/packages/cpp.scm (xsmimd-benchmark): New variable.
* gnu: Add eigen-benchmarks.Ludovic Courtès2022-01-01
| | | | * gnu/packages/algebra.scm (eigen-benchmarks): New variable.
* gnu: clang: Add 'compiler-cpu-architectures' property.Ludovic Courtès2022-01-01
| | | | | | * gnu/packages/llvm.scm (clang-from-llvm): Add #:properties and honor it. (clang-properties): New procedures. (make-clang-toolchain): Set 'properties' field.
* gnu: gcc: Add 'compiler-cpu-architectures' property.Ludovic Courtès2022-01-01
| | | | | | | * 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.
* gnu: go-github-com-androiddnsfix: Rewrite synopsis and description.Ludovic Courtès2022-01-01
| | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): Rewrite 'synopsis' and 'description'.
* gnu: ragel: Fix build of knot on aarch64-linux.Simon South2022-01-01
| | | | | | | | | | | | | | 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: Add aws-vaultCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (aws-vault): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-kingpinCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-kingpin): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-alecthomas-unitsCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-units): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-alecthomas-templateCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-alecthomas-template): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-open-golangCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-open-golang): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-gopkg-in-iniCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-gopkg-in-ini): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-aws-aws-sdk-goCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-aws-aws-sdk-go): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-androiddnsfixCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-androiddnsfix): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-99designs-go-keyringCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-99designs-go-keyring): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-go-libsecretCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-go-libsecret): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-dvsekhvalnov-jose2goCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-dvsekhvalnov-jose2go): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add go-github-com-percentCollin J. Doering2022-01-01
| | | | | | * gnu/packages/golang.scm (go-github-com-percent): New Variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add tao-synth.Ricardo Wurmus2022-01-01
| | | | * gnu/packages/audio.scm (tao-synth): New variable.
* gnu: tao: Remove trailing #T.Ricardo Wurmus2022-01-01
| | | | | | * gnu/packages/audio.scm (tao)[arguments]: Remove trailing #T from build phases... [source]: ...and from the snippet.
* gnu: tao: Use new input style.Ricardo Wurmus2022-01-01
| | | | * gnu/packages/audio.scm (tao)[inputs]: Use new style.
* gnu: Add guile-schemetran.Ricardo Wurmus2021-12-31
| | | | * gnu/packages/guile-xyz.scm (guile-schemetran): New variable.
* gnu: Add r-mlr3ordinal.Wiktor Żelazny2021-12-31
| | | | | | * gnu/packages/cran.scm (r-mlr3ordinal): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: Add r-mlr3pipelines.Wiktor Żelazny2021-12-31
| | | | | | * gnu/packages/cran.scm (r-mlr3pipelines): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: wireshark: Update to 3.6.1.Nicolas Goaziou2021-12-31
| | | | | | * gnu/packages/networking.scm (wireshark): Update to 3.6.1. [inputs]: Remove labels. [native-inputs]: Remove labels.
* gnu: Add musikcube.Leo Famulari2021-12-31
| | | | * gnu/packages/music.scm (musikcube): New variable.
* gnu: Add gnome-shell-extension-just-perfection.Liliana Marie Prikler2021-12-31
| | | | * gnu/packages/gnome-xyz.scm (gnome-shell-extension-just-perfection): New variable.
* gnu: Make GNOME Shell Extensions configurable again.Liliana Marie Prikler2021-12-31
| | | | | | | * 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.
* gnu: Add eiciel.Liliana Marie Prikler2021-12-31
| | | | * gnu/packages/gnome-xyz.scm (eiciel): New variable.
* gnu: nautilus: Enable loading of third-party extensions.Liliana Marie Prikler2021-12-31
| | | | | | * gnu/packages/gnome.scm (nautilus)[#:phases]: Add phase to enable loading through NAUTILUS_EXTENSIONS_PATH. [native-search-paths]: Add NAUTILUS_EXTENSIONS_PATH.
* gnu: Rename last 'python-numpy' to 'python-numpy-next'.zimoun2021-12-31
| | | | | | * gnu/packages/python-xyz.scm (python-numpy-next)[name]: Rename. Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: python-llvmlite: Repair indentation.Ricardo Wurmus2021-12-31
| | | | | * gnu/packages/llvm.scm (python-llvmlite): Repair automatically reformatted code.
* FreeCAD: Add python-ply to inputs.Jacob Hrbek2021-12-31
| | | | | | * gnu/packages/engineering.scm (freecad)[inputs]: Add python-ply. Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
* gnu: rsyslog: Update to 8.2112.0.Ricardo Wurmus2021-12-31
| | | | * gnu/packages/logging.scm (rsyslog): Update to 8.2112.0.
* gnu: Add rsyslog.Katherine Cox-Buday2021-12-31
| | | | | | | * gnu/packages/logging.scm (rsyslog): New variable. Signed-off-by: Ricardo Wurmus <rekado@elephly.net> Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
* gnu: perl-pod-constants: Propagate missing input.Ricardo Wurmus2021-12-31
| | | | | * gnu/packages/perl.scm (perl-pod-constants)[propagated-inputs]: Add perl-pod-parser.