Age | Commit message (Collapse) | Author |
|
* gnu/packages/python-check.scm (python-pytest-arraydiff)[native-inputs]: Add
python-pytest.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/image-processing.scm (gmic)[inputs]: Add imath. Replace
openexr-2 with openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/image-processing.scm (gmic): Update to 3.0.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/kde.scm (krita)[build-system]: Switch to qt-build-system.
[arguments]<#:phases>: Remove 'wrap-executable phase that is performed by the
new build system.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/kde.scm (krita)[arguments]<#:configure-flags>: Don't set
-DCMAKE_CXX_FLAGS as it's not required for OpenEXR 3.
[inputs]: Remove ilmbase, openexr-2. Add imath, libmypaint, libwebp, openexr.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/kde.scm (krita): Update to 5.0.0.
[source]: Make some cosmetic changes.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/kde.scm (krita)[inputs]: Add giflib, kseexpr, libheif,
opencolorio, openjpeg, python, python-pyqt, python-sip.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/kde.scm (kseexpr): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/tex.scm (texlive-latex-numprint): New variable.
|
|
* gnu/packages/tex.scm (texlive-generic-babel-french): New variable.
|
|
* gnu/packages/emacs-xyz.scm (emacs-bison-mode): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/emacs-xyz (emacs-scel): [arguments] <#:phases>:
Use a lambda* with an outputs key in configure phase.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
|
|
* gnu/packages/suckless.scm (xst): New variable.
Co-authored-by: Raghav Gururajan <rg@raghavgururajan.name>
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python-logzero): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/audio.scm (python-librosa): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/audio.scm (python-resampy): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
Fixes: <https://issues.guix.gnu.org/51341>.
* gnu/package/messaging.scm (gajim)[inputs]: Add libnice.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
* gnu/packages/python-xyz.scm (python2-pymongo): Remove variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
|
|
This fixes a configure failure introduced in commit
43b9419bdccf71f6d847aea06b6796034b344a23.
* gnu/packages/telegram.scm (telegram-desktop)[inputs]: Use glibmm-2.64
instead of glibmm.
|
|
* gnu/packages/geo.scm (postgis): Update to 3.2.0.
[inputs]: Use new simplified format.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.1.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
|
|
* gnu/packages/sync.scm (nextcloud-client): Update to 3.2.0.
|
|
* gnu/packages/video.scm (shotcut)[native-inputs]: Rename
'python-wrapper' label to match it's package name.
[inputs]: Add bash-minimal because 'wrap-program' is used.
|
|
* gnu/packages/video.scm (shotcut): Update to 21.12.24.
|
|
* gnu/packages/maths.scm (feedgnuplot): New public variable.
|
|
* gnu/packages/datamash.scm (vnlog): New public variable.
|
|
* gnu/packages/gawk.scm (mawk): New public variable.
|
|
* gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
|
|
* gnu/packages/games.scm (fifengine)[arguments]: Rewrite as gexps. Remove
input labels, top-level Python reference, and trailing #t's.
|
|
* gnu/packages/patches/fifengine-boost-compat.patch: New file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/games.scm (fifengine)[source](patches): Add it.
[arguments]: Remove defunct Python module import.
|
|
* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove
useless conditional, and fix indentation.
|
|
* guix/channels.scm (channel->code): Add 'branch' to output.
|
|
This attempts to mitigate <https://issues.guix.gnu.org/52667>.
It makes linux-libre@5.15 consistent with older versions which do not
support a modular simplefb, allowing a single %base-initrd-modules
simple list for all of them.
Unlike CONFIG_FB_SIMPLE=m, CONFIG_FB_SIMPLE=y conflicts with
CONFIG_DRM_SIMPLEDRM, so the latter is now disabled. Let us hope it is
not missed.
* gnu/packages/aux-files/linux-libre/5.15-i686.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf:
Unset CONFIG_DRM_SIMPLEDRM to build in CONFIG_FB_SIMPLE=y.
* gnu/system/linux-initrd.scm (default-initrd-modules):
Remove "simplefb".
|
|
* gnu/packages/dns.scm (ldns)[arguments]:
Rewrite as a keyword/gexp list.
|
|
The ldns-config and _ldns.la files keep a reference to its /include and
/lib, respectively. The package won't currently cross-build.
* gnu/packages/dns.scm (ldns)[native-inputs]:
Move python-wrapper from here…
[inputs]: …to here.
|
|
* gnu/packages/dns.scm (ldns)[native-inputs]:
Remove input labels.
|
|
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
|
|
* gnu/packages/dns.scm (ldns): Update to 1.8.1.
[source]: Remove needless parameterisation.
|
|
* gnu/packages/disk.scm (ndctl)[arguments]: Rewrite as a keyword/gexp
list and move to the conventional location.
|
|
* gnu/packages/disk.scm (ndctl): Update to 72.
[arguments]: Add a new 'fix-include phase.
Don't explicitly return #t from phases.
[inputs]: Add iniparser.
|
|
* gnu/packages/build-tools.scm (bmake): Update to 20211212.
|
|
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.2.
|
|
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.7.
|
|
Build all Go packages with go-1.17 by default. Explicitly specify an
older Go version in packages which cannot build with go-1.17.
* gnu/packages/golang.scm (go): Update from 'go-1.14' to 'go-1.17'.
* gnu/packages/docker.scm (docker)[native-inputs]: Explicitly use 'go-1.14'.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-cmdkit-files)[arguments]:
Explicitly use Go 1.16.
(go-ipfs)[arguments]: Use the default version of Go.
* gnu/packages/syncthing.scm (syncthing)[arguments]: Likewise.
* gnu/packages/admin.scm (runitor)[arguments]: Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* gnu/packages/golang.scm (make-go-std): New procedure.
* guix/build-system/go.scm (make-go-std): New procedure.
(lower): Use it. Add pre-built standard library to inputs.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* guix/build/go-build-system.com (setup-go-environment): Set GOCACHE to
a location within the build directory. Union "/var/cache/go/build"
input directories to initialize the cache. Generate "trim.txt" within
the cache, with the current time.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
* guix/build-system/go.scm (go-build): Add 'substitutable?' argument.
(go-cross-build): Likewise.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
This patch updates the logic by which the “so_dir” is patched onto RPATH.
Unlike the old hack, this one affects all Unix libraries, so it might be a tad
bit overkill, but better be safe than sorry when it comes to stuff that'd
break in validate-runpaths.
* gnu/packages/wine.scm (wine): Update to 6.20.
[#:phases]: Replace ‘patch-makefile’ with ‘patch-makedep’.
(wine64): Likewise.
|
|
* gnu/packages/textutils.scm (bibutils): New variable.
|
|
This fixes a build error caused by cross-module use of deprecated-package.
* gnu/packages/golang.scm (go-github-com-aswinkarthik-csvdiff): Move from
here...
* gnu/packages/textutils.scm (go-github-com-aswinkarthik-csvdiff): ... to here.
|