Vinicius Monego
1f7b605b2b
gnu: shotcut: Update to 21.12.24.
...
* gnu/packages/video.scm (shotcut): Update to 21.12.24.
2021-12-26 09:00:38 +01:00
Marius Bakke
a39e64bc22
gnu: Add feedgnuplot.
...
* gnu/packages/maths.scm (feedgnuplot): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
7ab055434a
gnu: Add Vnlog.
...
* gnu/packages/datamash.scm (vnlog): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
577367de8b
gnu: Add mawk.
...
* gnu/packages/gawk.scm (mawk): New public variable.
2021-12-26 00:58:28 +01:00
Marius Bakke
3776668c5e
gnu: fifengine: Simplify inputs.
...
* gnu/packages/games.scm (fifengine)[native-inputs]: Remove labels.
2021-12-26 00:58:27 +01:00
Marius Bakke
d9aa923dfd
gnu: fifengine: Gexp arguments.
...
* gnu/packages/games.scm (fifengine)[arguments]: Rewrite as gexps. Remove
input labels, top-level Python reference, and trailing #t's.
2021-12-26 00:58:27 +01:00
Marius Bakke
52d945d382
gnu: fifengine: Fix build.
...
* 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.
2021-12-26 00:58:27 +01:00
Marius Bakke
9d9c7d2202
gnu: qemu-minimal: Simplify input filter.
...
* gnu/packages/virtualization.scm (qemu-minimal)[native-inputs]: Remove
useless conditional, and fix indentation.
2021-12-26 00:58:27 +01:00
Tobias Geerinckx-Rice
1dfe8c3721
gnu: linux-libre: Build simplefb into all x86{,_64} kernels.
...
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".
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
14bc88a9b3
gnu: ldns: Gexp arguments.
...
* gnu/packages/dns.scm (ldns)[arguments]:
Rewrite as a keyword/gexp list.
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
a1bf1e6faf
gnu: ldns: Make Python non-native.
...
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.
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
7e00455853
gnu: ldns: Remove input labels.
...
* gnu/packages/dns.scm (ldns)[native-inputs]:
Remove input labels.
2021-12-25 07:20:00 +01:00
Tobias Geerinckx-Rice
a3204c7050
gnu: ldns: Remove unused native input.
...
* gnu/packages/dns.scm (ldns)[native-inputs]: Remove oksh.
2021-12-25 07:19:59 +01:00
Tobias Geerinckx-Rice
31c16bbfaa
gnu: ldns: Update to 1.8.1.
...
* gnu/packages/dns.scm (ldns): Update to 1.8.1.
[source]: Remove needless parameterisation.
2021-12-25 07:19:59 +01:00
Tobias Geerinckx-Rice
90f0791038
gnu: ndctl: Gexp arguments.
...
* gnu/packages/disk.scm (ndctl)[arguments]: Rewrite as a keyword/gexp
list and move to the conventional location.
2021-12-25 07:19:59 +01:00
Tobias Geerinckx-Rice
f2f2d3010a
gnu: ndctl: Update to 72.
...
* 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.
2021-12-25 07:19:59 +01:00
Tobias Geerinckx-Rice
2cb8657892
gnu: bmake: Update to 20211212.
...
* gnu/packages/build-tools.scm (bmake): Update to 20211212.
2021-12-25 07:19:59 +01:00
Nicolas Goaziou
253f02481a
gnu: emacs-org: Update to 9.5.2.
...
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.5.2.
2021-12-25 02:01:08 +01:00
Nicolas Goaziou
e313b44dcf
gnu: emacs-pyim: Update to 3.9.7.
...
* gnu/packages/emacs-xyz.scm (emacs-pyim): Update to 3.9.7.
2021-12-25 01:19:26 +01:00
Sarah Morgensen
717be95339
build-system/go: Use go-1.17 by default.
...
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>
2021-12-24 16:32:25 -05:00
Sarah Morgensen
d6121d7dd6
build-system/go: Add pre-built standard library as implicit input.
...
* 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>
2021-12-24 16:32:25 -05:00
Liliana Marie Prikler
ef4c9abeba
gnu: wine: Update to 6.20.
...
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.
2021-12-24 16:31:04 +01:00
Liliana Marie Prikler
46772aa0f0
gnu: Add bibutils.
...
* gnu/packages/textutils.scm (bibutils): New variable.
2021-12-24 16:31:04 +01:00
Liliana Marie Prikler
9d636f2d7b
gnu: Move go-github-com-aswinkarthik-csvdiff to textutils.
...
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.
2021-12-24 16:31:04 +01:00
Liliana Marie Prikler
43b9419bdc
gnu: telegram-desktop: Update to 2.9.3.
...
* 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.
2021-12-24 16:31:04 +01:00
Liliana Marie Prikler
e77c62d394
gnu: webrtc-for-telegram-desktop: Update to 91d836dc84a16584c6ac52b36c04c0de504d9c34.
...
* gnu/packages/telegram.scm (webrtc-for-telegram-desktop): Update to
91d836dc84a16584c6ac52b36c04c0de504d9c34.
[inputs]: Add glib, libxcomposite, libxdamage, libxrender, libxrandr
and pipewire.
2021-12-24 16:31:03 +01:00
Liliana Marie Prikler
60541df3c4
gnu: Add xiph-rnnoise.
...
* gnu/packages/xiph.scm (xiph-rnnoise): New variable.
2021-12-24 16:31:03 +01:00
Christopher Baines
6b01be8b04
gnu: guix-build-coordinator: Update to 0-43.f8013a0.
...
* gnu/packages/package-management.scm (guix-build-coordinator): Update to
0-43.f8013a0.
2021-12-24 14:14:44 +00:00
Liliana Marie Prikler
25a9752e60
gnu: komikku: Update to 0.36.0.
...
* gnu/packages/gnome.scm (komikku): Update to 0.36.0.
2021-12-24 01:37:45 +01:00
Liliana Marie Prikler
a142cd980c
gnu: libhandy: Update to 1.5.0.
...
* gnu/packages/gnome.scm (libhandy): Update to 1.5.0.
2021-12-24 01:37:45 +01:00
Philip McGrath
71adecd51a
gnu: node: Add an npmrc file to set nodedir.
...
* 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>
2021-12-24 01:37:45 +01:00
Philip McGrath
bcaf6f14a1
gnu: node: Patch shebangs in node_modules.
...
* 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>
2021-12-24 01:37:45 +01:00
Philip McGrath
3179e32eb9
gnu: node: Update to 10.24.1 for bootstrapping.
...
* gnu/packages/node.scm (node): Update to 10.24.1.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-12-24 01:37:45 +01:00
Philip McGrath
2d6d881eb3
gnu: node: Avoid duplicating build phases.
...
* 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>
2021-12-24 01:37:45 +01:00
Ricardo Wurmus
56478abbd0
gnu: axoloti-patcher-next: Fix file names.
...
* gnu/packages/axoloti.scm (axoloti-patcher-next)[arguments]: Add missing
slash.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
14697c93c8
gnu: axoloti-patcher-next: Remove trailing #T.
...
* gnu/packages/axoloti.scm (axoloti-patcher-next)[source]: Remove trailing #T
from snippet.
[arguments]: Remove trailing #T from build phase.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
e44a0d2ce2
gnu: java-simple-xml: Delete failing test.
...
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.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
d04261241b
gnu: java-simple-xml: Disable one test.
...
* gnu/packages/xml.scm (java-simple-xml)[arguments]: Disable
NoAnnotationsRequiredTest.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
6fbff5c8bd
gnu: java-kafka-clients: Disable failing test.
...
* gnu/packages/java.scm (java-kafka-clients)[arguments]: Disable
Serializationtest that fails on i686.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
843193eab7
gnu: java-slf4j-simple: Disable one test.
...
* gnu/packages/java.scm (java-slf4j-simple)[arguments]: Disable
SimpleLoggerMultithreadedInitializationTest because it fails when more CPUs
are available.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
fc62b7d2a4
gnu: java-mail: Use new input style.
...
* gnu/packages/java.scm (java-mail)[native-inputs]: Use new style.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
ab0f1227f5
gnu: java-mail: Remove trailing #T.
...
* gnu/packages/java.scm (java-mail)[arguments]: Remove trailing #T from build
phases.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
550b33a414
gnu: java-mail: Disable SSL test.
...
* gnu/packages/java.scm (java-mail)[arguments]: Disable WriteTimeoutSocketTest
because it uses as disabled SSL protocol version.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
9dd210dfe1
gnu: java-kafka-clients: Update to 1.1.1.
...
* gnu/packages/java.scm (java-kafka-clients): Update to 1.1.1.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
38b9fdb2ff
gnu: java-kafka-clients: Use new input style.
...
* gnu/packages/java.scm (java-kafka-clients)[native-inputs]: Use new style.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
6cb8869bc1
gnu: java-kafka-clients: Disable SSL test.
...
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.
2021-12-23 20:27:48 +01:00
Ricardo Wurmus
2767ee5796
gnu: java-icu4j: Update to 70.1.
...
* gnu/packages/icu4c.scm (java-icu4j): Update to 70.1.
[arguments]: Remove trailing #T from build phases.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
173a38c6b0
gnu: libantlr3c: Move below the Java bootstrap packages.
...
* gnu/packages/java.scm (libantlr3c): Move package definition below the Java
bootstrap packages.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
bafa843f96
gnu: drip: Move it below the Java bootstrap packages.
...
* gnu/packages/java.scm (drip): Move definition down.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
f94fae9b38
gnu: classpath-devel: Use label-less input style.
...
* gnu/packages/java.scm (classpath-devel)[native-inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
607d452855
gnu: classpath-0.99: Use label-less input style.
...
* gnu/packages/java.scm (classpath-0.99)[native-inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
d55aad0a1b
gnu: ecj-bootstrap: Use label-less input style.
...
* gnu/packages/java.scm (ecj-bootstrap)[native-inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
e8a6138ab1
gnu: ant-bootstrap: Use label-less input style.
...
* gnu/packages/java.scm (ant-bootstrap)[native-inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
fab1af81e0
gnu: jamvm-1-bootstrap: Use label-less input style.
...
* gnu/packages/java.scm (jamvm-1-bootstrap)[inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
513f0ed751
gnu: classpath-bootstrap: Use label-less input style.
...
* gnu/packages/java.scm (classpath-bootstrap)[native-inputs]: Use new style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
b1ee7a9a9d
gnu: classpath-devel: Remove trailing #T.
...
* gnu/packages/java.scm (classpath-devel)[arguments]: Remove trailing #T from
'remove-unsupported-annotations build phase.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
380c52e901
gnu: classpath-jamvm-wrappers: Use G-Expression.
...
* gnu/packages/java.scm (classpath-jamvm-wrappers)[arguments]: Use a gexp to
remove references to %build-inputs and %outputs.
[native-inputs]: Replace bash with bash-minimal; use label-less style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
de48029bb3
gnu: ecj-javac-wrapper: Use G-Expression.
...
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Use a gexp to remove
references to %outputs and %build-inputs.
[native-inputs]: Use label-less style.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
8a47f274fc
gnu: ecj-bootstrap: Remove #:modules from arguments.
...
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove #:modules.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
81804f8726
gnu: ecj-bootstrap: Remove trailing #T.
...
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.
2021-12-23 20:27:47 +01:00
Ricardo Wurmus
bebdfcd821
gnu: ant-bootstrap: Remove trailing #T from build phase.
...
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Remove trailing #T from
'strip-jar-timestamps phase.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
7bd34b0b19
gnu: ant-bootstrap: Bind OUTPUTS in build phase.
...
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Bind OUTPUTS to remove
reference to global %OUTPUTS.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
993e26cbe1
gnu: jamvm-1-bootstrap: Simplify snippet.
...
* gnu/packages/java.scm (jamvm-1-bootstrap)[source]: Simplify snippet.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
4959142b41
gnu: icedtea-8: Update to 3.19.0.
...
* gnu/packages/java.scm (icedtea-8): Update to 3.19.0.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
7f83c8be80
gnu: icedtea-8: Simplify source snippet.
...
* gnu/packages/java.scm (icedtea-8)[source]: Simplify snippet.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
a21c9a9102
gnu: icedtea-8: Remove trailing #T from build phases.
...
* gnu/packages/java.scm (icedtea-8)[arguments]: Remove trailing #T.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
96ccb89bef
gnu: Remove icedtea-6.
...
* gnu/packages/java.scm (icedtea-6): Remove variable.
* gnu/packages/patches/icedtea-6-extend-hotspot-aarch64-support.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove patch.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
a82ac2c74f
gnu: icedtea-8: Remove commented configure flag.
...
* gnu/packages/java.scm (icedtea-8)[arguments]: Remove commented conflicting
configure flag.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
a53b898d2f
gnu: icedtea-7: Build with ECJ 4, Jamvm, and GNU Classpath.
...
* gnu/packages/java.scm (icedtea-7)[native-inputs]: Remove icedtea-6, you've
served us well; add classpath-devel, ecj4-javac-wrapper, and jamvm-with-ecj4.
[arguments]: Replace argument to --with-jdk-home configure flag; add
--with-ecj, --with-java, and --with-jar; remove #:locale argument; add build
phase 'use-classpath...
(icedtea-8)[arguments]: ...and remove that new phase here.
[native-inputs]: Remove classpath-devel, ecj4-javac-wrapper, jamvm, and
fastjar.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
9b809c2b87
gnu: icedtea-7: Import missing module for read-line.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: In 'install-keystore phase,
import (ice-9 rdelim) for read-line.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
dba1124bea
gnu: icedtea-7: Use system lcms and pcsc.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: Add configure flags to use our
pcsc and lcms libraries.
[inputs]: Add pcsc-lite. And use new style.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
5c27e1f8a0
gnu: icedtea-7: Bind INPUTS in 'patch-paths build phase.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: Bind INPUTS in 'patch-paths
build phase to remove references to %build-inputs.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
c2f80a61c1
gnu: icedtea-7: Remove trailing #T.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: Remove trailing #T from build
phases.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
9e6baab2d8
gnu: icedtea-7: Run tests conditionally.
...
* gnu/packages/java.scm (icedtea-7)[arguments]: Respect TESTS? in 'check
phase.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
35bac40a67
gnu: Add jamvm-with-ecj4.
...
* gnu/packages/java.scm (jamvm-with-ecj4): New variable.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
4bf00e164f
gnu: Add ecj4-javac-wrapper.
...
* gnu/packages/java.scm (ecj4-javac-wrapper): New variable.
2021-12-23 20:27:46 +01:00
Ricardo Wurmus
a5ce05fc46
gnu: Add ecj4-bootstrap.
...
* gnu/packages/java.scm (ecj4-bootstrap): New variable.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
c96fcbb1a3
gnu: ecj-javac-wrapper-final: Use new style for inputs.
...
* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Use new
style.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
e84a7f53e7
gnu: ecj-javac-wrapper-final: Use Guile 3.
...
* gnu/packages/java.scm (ecj-javac-wrapper-final)[native-inputs]: Replace
guile-2.2 with guile-3.0.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
9fa8a95a23
gnu: ecj-javac-wrapper: Use Guile 3.
...
* gnu/packages/java.scm (ecj-javac-wrapper)[native-inputs]: Replace guile-2.2
with guile-3.0.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
f76fd68414
gnu: ecj-javac-wrapper: Remove trailing #T.
...
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Remove trailing #T.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
abbe291fc2
gnu: ecj-javac-wrapper: Remove rt.jar from classpath.
...
* gnu/packages/java.scm (ecj-javac-wrapper)[arguments]: Do not add jamvm's
rt.jar to the classpath.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
3287c7c781
gnu: ecj-bootstrap: Remove trailing #T.
...
* gnu/packages/java.scm (ecj-bootstrap)[arguments]: Remove trailing #T from
build phase.
2021-12-23 20:27:45 +01:00
Ricardo Wurmus
f668edc468
gnu: jamvm: Simplify snippet.
...
* gnu/packages/java.scm (jamvm)[source]: Simplify snippet.
2021-12-23 20:27:41 +01:00
Foo Chuan Wei
a29360ade9
gnu: Add quantlib.
...
* gnu/packages/finance.scm (quantlib): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-23 19:09:31 +01:00
Mathieu Othacehe
aa3cb57aab
gnu: libite: Edit synopsis and description.
...
* gnu/packages/linux.scm (libite)[synopsis]: Improve it.
[description]: Ditto.
2021-12-23 19:09:31 +01:00
Mathieu Othacehe
6f01565ef0
gnu: watchdogd: Add a missing dot.
...
* gnu/packages/linux.scm (watchdogd)[description]: Add a missing dot.
2021-12-23 19:09:30 +01:00
Leo Famulari
fe5ade556b
gnu: linux-libre 4.4: Update to 4.4.296.
...
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.296.
(linux-libre-4.4-pristine-source): Update hash.
2021-12-23 12:35:11 -05:00
Leo Famulari
da9e21848b
gnu: linux-libre 4.9: Update to 4.9.294.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.294.
(linux-libre-4.9-pristine-source): Update hash.
2021-12-23 12:35:11 -05:00
Leo Famulari
ccdf221b20
gnu: linux-libre 4.14: Update to 4.14.259.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.259.
(linux-libre-4.14-pristine-source): Update hash.
2021-12-23 12:35:10 -05:00
Leo Famulari
57cd616122
gnu: linux-libre 4.19: Update to 4.19.222.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.222.
(linux-libre-4.19-pristine-source): Update hash.
2021-12-23 12:35:10 -05:00
Leo Famulari
c9ea9506bb
gnu: linux-libre 5.4: Update to 5.4.168.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.168.
(linux-libre-5.4-pristine-source): Update hash.
2021-12-23 12:35:10 -05:00
Leo Famulari
d6d81aba54
gnu: linux-libre 5.10: Update to 5.10.88.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.88.
(linux-libre-5.10-pristine-source): Update hash.
2021-12-23 12:35:10 -05:00
Leo Famulari
f38393f335
gnu: linux-libre: Update to 5.15.11.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.11.
(linux-libre-5.15-pristine-source): Update hash.
2021-12-23 12:35:10 -05:00
Petr Hodina
18576c4db4
gnu: Add watchdogd.
...
* gnu/packages/linux.scm (watchdogd): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-23 18:13:00 +01:00
Petr Hodina
00cf011a83
gnu: Add libuev.
...
* gnu/packages/linux.scm (libuev): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-23 18:13:00 +01:00
Petr Hodina
4ea4db5f8a
gnu: Add libite.
...
* gnu/packages/linux.scm (libite): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-23 18:13:00 +01:00
Leo Famulari
18248844ea
gnu: Remove unused module import from (gnu packages linux).
...
This caused an ambiguous import warning:
------
WARNING: (gnu packages linux): `build' imported from both (gnu packages build-tools) and (guix store)
------
This is a followup to commit 6961c8368c
.
* gnu/packages/linux.scm: Do not import (gnu packages build-tools).
2021-12-23 12:06:12 -05:00
Vinicius Monego
01477bce71
gnu: Add qelectrotech.
...
* gnu/packages/engineering.scm (qelectrotech): New variable.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-12-23 17:52:17 +01:00
Mathieu Othacehe
c0a693dfec
gnu: guix: Update to 1.3.0-17.2a49ddb.
...
Also add a note about updating the guix package when it fails to build.
* gnu/packages/package-management.scm (guix): Update to 1.3.0-17.2a49ddb.
2021-12-23 16:59:24 +01:00