summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add Vnlog.Marius Bakke2021-12-26
| | | | * gnu/packages/datamash.scm (vnlog): New public variable.
* gnu: Add mawk.Marius Bakke2021-12-26
| | | | * gnu/packages/gawk.scm (mawk): New public variable.
* gnu: fifengine: Simplify inputs.Marius Bakke2021-12-26
| | | | * gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
* gnu: fifengine: Gexp arguments.Marius Bakke2021-12-26
| | | | | * gnu/packages/games.scm (fifengine)[arguments]: Rewrite as gexps. Remove input labels, top-level Python reference, and trailing #t's.
* gnu: fifengine: Fix build.Marius Bakke2021-12-26
| | | | | | | * 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: qemu-minimal: Simplify input filter.Marius Bakke2021-12-26
| | | | | * gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove useless conditional, and fix indentation.
* channels: Add 'branch' to 'channel->code' output.Brice Waegeneire2021-12-25
| | | | * guix/channels.scm (channel->code): Add 'branch' to output.
* gnu: linux-libre: Build simplefb into all x86{,_64} kernels.Tobias Geerinckx-Rice2021-12-25
| | | | | | | | | | | | | | | | | | 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: ldns: Gexp arguments.Tobias Geerinckx-Rice2021-12-25
| | | | | * gnu/packages/dns.scm (ldns)[arguments]: Rewrite as a keyword/gexp list.
* gnu: ldns: Make Python non-native.Tobias Geerinckx-Rice2021-12-25
| | | | | | | | | 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: ldns: Remove input labels.Tobias Geerinckx-Rice2021-12-25
| | | | | * gnu/packages/dns.scm (ldns)[native-inputs]: Remove input labels.
* gnu: ldns: Remove unused native input.Tobias Geerinckx-Rice2021-12-25
| | | | * gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
* gnu: ldns: Update to 1.8.1.Tobias Geerinckx-Rice2021-12-25
| | | | | * gnu/packages/dns.scm (ldns): Update to 1.8.1. [source]: Remove needless parameterisation.
* gnu: ndctl: Gexp arguments.Tobias Geerinckx-Rice2021-12-25
| | | | | * gnu/packages/disk.scm (ndctl)[arguments]: Rewrite as a keyword/gexp list and move to the conventional location.
* gnu: ndctl: Update to 72.Tobias Geerinckx-Rice2021-12-25
| | | | | | | * 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: bmake: Update to 20211212.Tobias Geerinckx-Rice2021-12-25
| | | | * gnu/packages/build-tools.scm (bmake): Update to 20211212.
* gnu: emacs-org: Update to 9.5.2.Nicolas Goaziou2021-12-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.2.
* gnu: emacs-pyim: Update to 3.9.7.Nicolas Goaziou2021-12-25
| | | | * gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.7.
* build-system/go: Use go-1.17 by default.Sarah Morgensen2021-12-24
| | | | | | | | | | | | | | | 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>
* build-system/go: Add pre-built standard library as implicit input.Sarah Morgensen2021-12-24
| | | | | | | | * 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>
* build-system/go: Initialize build cache from input packages.Sarah Morgensen2021-12-24
| | | | | | | | | * 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>
* build-system/go: Add #:substitutable? argument.Sarah Morgensen2021-12-24
| | | | | | | * guix/build-system/go.scm (go-build): Add 'substitutable?' argument. (go-cross-build): Likewise. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: wine: Update to 6.20.Liliana Marie Prikler2021-12-24
| | | | | | | | | | | 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: Add bibutils.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/textutils.scm (bibutils): New variable.
* gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.Liliana Marie Prikler2021-12-24
| | | | | | | | 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.
* gnu: telegram-desktop: Update to 2.9.3.Liliana Marie Prikler2021-12-24
| | | | | | | | | | | | * gnu/packages/telegram.scm (telegram-desktop): Update to 2.9.3. [#:configure-flags]: Add "-DDESKTOP_APP_DISABLE_WEBKITGTK=ON". [#:phases]: Copy lib_waylandshells and lib_webview. [native-inputs]: Bump cmake_helpers to a bespoke commit. [inputs]: Add glibmm, jemalloc, qtsvg, and rnnoise. Add sources for lib_waylandshells and lib_webview. Bump lib_base, lib_crl, lib_lottie, lib_qr, lib_rpl, lib_spellcheck, lib_storage, lib_tl, and lib_webrtc to bespoke commits that would otherwise be used by recursive checkout.
* gnu: webrtc-for-telegram-desktop: Update to ↵Liliana Marie Prikler2021-12-24
| | | | | | | | | 91d836dc84a16584c6ac52b36c04c0de504d9c34. * gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34. [inputs]: Add glib, libxcomposite, libxdamage, libxrender, libxrandr and pipewire.
* gnu: Add xiph-rnnoise.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/xiph.scm (xiph-rnnoise): New variable.
* gnu: guix-build-coordinator: Update to 0-43.f8013a0.Christopher Baines2021-12-24
| | | | | * gnu/packages/package-management.scm (guix-build-coordinator): Update to 0-43.f8013a0.
* gnu: komikku: Update to 0.36.0.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/gnome.scm (komikku): Update to 0.36.0.
* gnu: libhandy: Update to 1.5.0.Liliana Marie Prikler2021-12-24
| | | | * gnu/packages/gnome.scm (libhandy): Update to 1.5.0.
* gnu: node: Add an npmrc file to set nodedir.Philip McGrath2021-12-24
| | | | | | | | | * gnu/packages/node.scm (node, node-lts)[arguments]: Add a phase 'install-npmrc to create a "built-in" npmrc file that configures "nodedir" to point to the output store path. (libnode)[arguments]: Delete the 'install-npmrc phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: node: Patch shebangs in node_modules.Philip McGrath2021-12-24
| | | | | | | | | | | | * gnu/packages/node.scm (node)[arguments]: Replace 'patch-npm-shebang and 'patch-node-shebang with a new 'patch-nested-shebangs that also handles node-gyp and other shebangs under "/lib/node_modules". [inputs]: Add Python for node-gyp as "python-for-target". (node-lts)[inputs]: Likewise. (libnode)[arguments]: Adjust to delete 'patch-nested-shebangs rather than 'patch-npm-shebang and 'patch-node-shebang. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: node: Update to 10.24.1 for bootstrapping.Philip McGrath2021-12-24
| | | | | | * gnu/packages/node.scm (node): Update to 10.24.1. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* gnu: node: Avoid duplicating build phases.Philip McGrath2021-12-24
| | | | | | | | | | | | | | | | * gnu/packages/node.scm (node)[arguments]: Split 'patch-files phase into 'patch-hardcoded-program-references and 'delete-problematic-tests. Adapt 'patch-hardcoded-program-references and 'configure to work unmodified on node-lts, but don't try to share 'delete-problematic-tests, because those details seem to change too much between node versions. (node, node-lts)[inputs]: Use bash-minimal rather than bash. (node-lts)[arguments]: Inherit 'patch-hardcoded-program-references, and 'configure phases from the bootstrap node. Remove the 'patch-files phase, keeping its remaining non-inherited work in a new 'replace-llhttp-sources phase. Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
* tests: git: Avoid ambiguous module import.Leo Famulari2021-12-23
| | | | | | | | | | Fixes this warning: WARNING: (guix tests git): `reset' imported from both (git) and (ice-9 control) This is a followup to commit 07145c8a8cef3860a6c522d81e387bd0485c83ce. * guix/tests/git.scm: Only import LET/EC from (ice-9 control).
* gnu: axoloti-patcher-next: Fix file names.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing slash.
* gnu: axoloti-patcher-next: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/axoloti.scm (axoloti-patcher-next)[source]: Remove trailing #T from snippet. [arguments]: Remove trailing #T from build phase.
* gnu: java-simple-xml: Delete failing test.Ricardo Wurmus2021-12-23
| | | | | | | This is a follow-up to commit 8e32bd1720336ec62258cb842dce812f7f979d04. * gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable test by deleting it, as #:test-exclude doesn't have any effect.
* gnu: java-simple-xml: Disable one test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable NoAnnotationsRequiredTest.
* gnu: java-kafka-clients: Disable failing test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable Serializationtest that fails on i686.
* gnu: java-slf4j-simple: Disable one test.Ricardo Wurmus2021-12-23
| | | | | | * gnu/packages/java.scm (java-slf4j-simple)[arguments]: Disable SimpleLoggerMultithreadedInitializationTest because it fails when more CPUs are available.
* gnu: java-mail: Use new input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
* gnu: java-mail: Remove trailing #T.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-mail)[arguments]: Remove trailing #T from build phases.
* gnu: java-mail: Disable SSL test.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (java-mail)[arguments]: Disable WriteTimeoutSocketTest because it uses as disabled SSL protocol version.
* gnu: java-kafka-clients: Update to 1.1.1.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-kafka-clients): Update to 1.1.1.
* gnu: java-kafka-clients: Use new input style.Ricardo Wurmus2021-12-23
| | | | * gnu/packages/java.scm (java-kafka-clients)[native-inputs]: Use new style.
* gnu: java-kafka-clients: Disable SSL test.Ricardo Wurmus2021-12-23
| | | | | | | This is due to changes in the enabled cipher suites in the updated icedtea-8. * gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable the SslTransportLayerTest.
* gnu: java-icu4j: Update to 70.1.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/icu4c.scm (java-icu4j): Update to 70.1. [arguments]: Remove trailing #T from build phases.
* gnu: libantlr3c: Move below the Java bootstrap packages.Ricardo Wurmus2021-12-23
| | | | | * gnu/packages/java.scm (libantlr3c): Move package definition below the Java bootstrap packages.