Commit Graph

74328 Commits

Author SHA1 Message Date
Tobias Geerinckx-Rice
348f0c61ef
syscalls: Deduplicate device number conversion.
* guix/cpio.scm (device-number, device->major+minor):
Move to, and subsequently import from, …
* guix/build/syscalls.scm (device-number, device-number->major+minor):
…here.  Note the slight name change.
(mounts): Replace 16-bit open code with a DEVICE-NUMBER call.
* gnu/build/linux-boot.scm (device-number):
Remove duplicate 16-bit implementation in favour of the one above.
(resume-if-hibernated): Reuse DEVICE-NUMBER->MAJOR+MINOR.
2021-09-23 18:17:16 +02:00
Tobias Geerinckx-Rice
68b219b9f4
gnu: Don't abuse check-btrfs-file-system to scan.
It was never guaranteed to be run for non-root file systems.  It was for
root file systems only due to a bug now fixed.

* gnu/build/file-systems.scm (check-btrfs-file-system): Don't invoke
‘btrfs device scan’ here.
* gnu/system/linux-initrd.scm (raw-initrd): Do so here if any btrfs file
systems are present.
2021-09-23 18:17:16 +02:00
Tobias Geerinckx-Rice
a75a3d7132
linux-boot: Honour fsck.mode & fsck.repair.
* gnu/build/linux-boot.scm (boot-system): Honour ‘fsck.mode=’ and
‘fsck.repair=’ kernel command line options.
* doc/guix.texi (Initial RAM Disk): Document both.
2021-09-23 18:17:16 +02:00
Tobias Geerinckx-Rice
602994847b
file-systems: Support forced checks & repairs.
* gnu/build/file-systems.scm (check-ext2-file-system)
(check-bcachefs-file-system, check-btrfs-file-system)
(check-fat-file-system, check-jfs-file-system, check-f2fs-file-system)
(check-ntfs-file-system, check-file-system): Take and honour new FORCE?
and REPAIR arguments.  Update the docstring.  Adjust all callers.
* gnu/system/file-systems.scm <file-system>: Add new SKIP-CHECK-IF-CLEAN?
and REPAIR fields.
(file-system->spec, spec->file-system): Adjust accordingly.
* gnu/build/linux-boot.scm (mount-root-file-system): Take new
SKIP-CHECK-IF-CLEAN? and REPAIR keyword arguments.  Thread them through
to CHECK-FILE-SYSTEM.
* doc/guix.texi (File Systems): Document both new <file-system> options.
2021-09-23 18:17:15 +02:00
Tobias Geerinckx-Rice
6b035ad2fa
gnu: rsync: Enable zstd & lz4 compression.
Both are ridiculously more suited to this role than the old zlib
compressor.  The closure size increase is negligible (1 MiB or 1.3% for
zstd, 1.7 MiB for both).

* gnu/packages/rsync.scm (rsync-next)[inputs]: Add zstd:lib and lz4.
[arguments]: Remove the corresponding "--disable-zstd" and
"--disable-lz4" #:configure-flags.
2021-09-23 18:17:15 +02:00
Z572
e1401fb727
gnu: htop: Update to 3.1.0.
* gnu/packages/admin.scm (htop): Update to 3.1.0.

Signed-off-by: Leo Famulari <leo@famulari.name>
2021-09-23 12:02:46 -04:00
Leo Famulari
1216908f2d
gnu: linux-libre 4.4: Update to 4.4.284.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284.
(linux-libre-4.4-pristine-source): Update hash.
2021-09-23 11:42:23 -04:00
Leo Famulari
f04e8feb2b
gnu: linux-libre 4.9: Update to 4.9.283.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283.
(linux-libre-4.9-pristine-source): Update hash.
2021-09-23 11:42:23 -04:00
Leo Famulari
79a8a65ced
gnu: linux-libre 4.14: Update to 4.14.247.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247.
(linux-libre-4.14-pristine-source): Update hash.
2021-09-23 11:42:23 -04:00
Leo Famulari
97a8cba34a
gnu: linux-libre 4.19: Update to 4.19.207.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207.
(linux-libre-4.19-pristine-source): Update hash.
2021-09-23 11:42:23 -04:00
Leo Famulari
6451f81560
gnu: linux-libre 5.4: Update to 5.4.148.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148.
(linux-libre-5.4-pristine-source): Update hash.
2021-09-23 11:42:22 -04:00
Leo Famulari
792935b784
gnu: linux-libre 5.10: Update to 5.10.68.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68.
(linux-libre-5.10-pristine-source): Update hash.
2021-09-23 11:42:22 -04:00
Leo Famulari
ca52a5cc08
gnu: linux-libre 5.14: Update to 5.14.7.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7.
(linux-libre-5.14-pristine-source): Update hash.
2021-09-23 11:42:19 -04:00
Ricardo Wurmus
ca962b5ba9
gnu: Add r-omnipathr.
* gnu/packages/bioconductor.scm (r-omnipathr): New variable.
2021-09-23 14:46:49 +02:00
Ricardo Wurmus
bdbfaf76c9
gnu: Add r-logger.
* gnu/packages/cran.scm (r-logger): New variable.
2021-09-23 14:46:49 +02:00
Marius Bakke
597f324dcd
gnu: uBlock Origin: Update to 1.38.0.
* gnu/packages/browser-extensions.scm (uassets): Remove variable.
(ublock-origin): Update to 1.38.0.
[source]: Specify RECURSIVE? to GIT-FETCH.
[arguments]: Remove phase link-uassets.  Add phase do-not-depend-on-git.
Remove trailing #t's.
[native-inputs]: Remove UASSETS.
2021-09-23 12:05:53 +02:00
Marius Bakke
6a805f22a3
gnu: ungoogled-chromium: Update to 93.0.4577.82-0.3f62dbc.
* gnu/packages/patches/ungoogled-chromium-ffmpeg-compat.patch,
gnu/packages/patches/ungoogled-chromium-system-nspr.patch: New files.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/chromium.scm (%preserved-third-party-files): Adjust for version
93.
(%chromium-version): Set to 93.0.4577.82.
(%ungoogled-revision): Set to 93.0.4577.82-1-2-g3f62dbc.
(%debian-patches): Remove 'system/nspr.patch'.
(%ungoogled-origin): Update source hash.
(%guix-patches): Add 'ungoogled-chromium-ffmpeg-compat.patch' and
'ungoogled-chromium-system-nspr.patch'.
(ungoogled-chromium-snippet): Remove PYTHON-2 usage.  Don't unbundle
'snappy'.
(libvpx/chromium): Remove variable.
(ungoogled-chromium)[source]: Update hash.
[arguments]: Add "is_cfi=false", "use_thin_lto=false", and
"blink_enable_generated_code_formatting=false".
[native-inputs]: Change CLANG-11 to CLANG-12.  Change NODE to NODE-LTS.  Add
PYTHON-BEAUTIFULSOUP4 and PYTHON-HTML5LIB.  Remove PYTHON-2.
[inputs]: Change LIBVPX/CHROMIUM to LIBVPX.
2021-09-23 12:05:53 +02:00
Marius Bakke
88f4f1f5af
gnu: lldb: Update to 12.0.1.
* gnu/packages/llvm.scm (lldb): Update to 12.0.1.
[inputs]: Change from LLVM-11 and CLANG-11 to LLVM-12 and CLANG-12.
2021-09-23 12:05:53 +02:00
Marius Bakke
a7283c1d14
gnu: lld: Update to 12.0.1.
* gnu/packages/llvm.scm (lld): Update to 12.0.1.
[native-inputs]: Add LIBUNWIND-HEADERS.
2021-09-23 12:05:53 +02:00
Marius Bakke
33783d9009
gnu: Add libunwind-headers.
* gnu/packages/llvm.scm (libunwind-headers): New public variable.
2021-09-23 12:05:53 +02:00
Marius Bakke
855e34d44f
gnu: LLVM, Clang: Update to 12.0.1.
* gnu/packages/patches/clang-12-tools-extra-directory.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Adjust accordingly.
* gnu/packages/llvm.scm (llvm-12, clang-runtime-12): Update to 12.0.1.
(clang-12): Likewise.  Remove obsolete patch.
2021-09-23 12:05:53 +02:00
Marius Bakke
06f47e0256
gnu: u-boot-tools: Install the 'kwboot' executable.
* gnu/packages/bootloaders.scm (u-boot-tools)[arguments]: Install one more
file.
2021-09-23 12:05:53 +02:00
Ron Nazarov
c3236c2e31
gnu: Add node-irc.
* gnu/packages/node-xyz.scm (node-irc): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-23 10:48:37 +03:00
Ron Nazarov
45a0b5f77d
gnu: Add node-irc-colors.
* gnu/packages/node-xyz.scm (node-irc-colors): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-23 10:48:37 +03:00
Nicolas Goaziou
df3b064607
gnu: emacs-docker: Disable tests in a correct way
* gnu/packages/emacs-xyz.scm (emacs-docker)[arguments]: Uses #tests? instead
of deleting the `check' phase.
2021-09-23 09:29:00 +02:00
Andrew Tropin
dd066cddd6
gnu: emacs-docker: Add missing propagated input
* gnu/packages/emacs-xyz.scm (emacs-docker)[propagated-inputs]: Add
emacs-transient.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-23 09:26:19 +02:00
Felix Gruber
53085c0827
gnu: oil: Update to 0.9.2.
* gnu/packages/shells.scm (oil): Update to 0.9.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-23 10:11:29 +03:00
Liliana Marie Prikler
cf5152d8d0
gnu: komikku: Update to 0.33.1.
* gnu/packages/gnome.scm (komikku): Update to 0.33.1.
2021-09-23 08:03:15 +02:00
Eric Bavier
55844efecc
gnu: handbrake: Update to 1.4.1.
* gnu/packages/video.scm (handbrake): Update to 1.4.1
[inputs]: Add libjpeg-turbo and zimg.
2021-09-22 21:06:33 -05:00
Leo Famulari
904c3d6910
gnu: mu: Update to 1.6.6.
* gnu/packages/mail.scm (mu): Update to 1.6.6.
2021-09-22 16:18:51 -04:00
Leo Famulari
2089e18b99
Revert hasty kernel updates.
This reverts commits 443740b4ca and
ce45cd6f77b048e3323a9a31a3968649a5639f58^..04549103671a1e3005f2e80e604b743a5afb7e71.

For more information, see this mailing list thread:

https://lists.gnu.org/archive/html/guix-devel/2021-09/msg00234.html

It makes 5.14.6 the "default" kernel version.
2021-09-22 16:18:14 -04:00
Leo Famulari
a6ed7aeb2c
gnu: WebKitGTK: Update to 2.32.4.
* gnu/packages/webkit.scm (webkitgtk): Update to 2.32.4.
2021-09-22 14:48:56 -04:00
Leo Famulari
0454910367
gnu: linux-libre 4.4: Update to 4.4.284.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.284.
(linux-libre-4.4-pristine-source): Update hash.
2021-09-22 14:47:57 -04:00
Leo Famulari
57a872e761
gnu: linux-libre 4.9: Update to 4.9.283.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.283.
(linux-libre-4.9-pristine-source): Update hash.
2021-09-22 14:47:56 -04:00
Leo Famulari
66758aa187
gnu: linux-libre 4.14: Update to 4.14.247.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.247.
(linux-libre-4.14-pristine-source): Update hash.
2021-09-22 14:47:56 -04:00
Leo Famulari
36becc57d2
gnu: linux-libre 4.19: Update to 4.19.207.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.207.
(linux-libre-4.19-pristine-source): Update hash.
2021-09-22 14:47:56 -04:00
Leo Famulari
ce690cb9b6
gnu: linux-libre 5.4: Update to 5.4.148.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.148.
(linux-libre-5.4-pristine-source): Update hash.
2021-09-22 14:47:56 -04:00
Leo Famulari
ce45cd6f77
gnu: linux-libre 5.10: Update to 5.10.68.
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.68.
(linux-libre-5.10-pristine-source): Update hash.
2021-09-22 14:47:56 -04:00
Leo Famulari
3db282a161
gnu: linux-libre: Update to 5.14.7.
* gnu/packages/linux.scm (linux-libre-5.13-version,
linux-libre-5.13-gnu-revision, linux-libre-5.13-pristine-source,
linux-libre-5.13-source, linux-libre-headers-5.13, linux-libre-5.13): Remove
variables.
(linux-libre-version, linux-libre-gnu-revision, linux-libre-pristine-source,
linux-libre-source, linux-libre, linux-libre-with-bpf): Use 5.14.
* gnu/packages/aux-files/linux-libre/5.13-arm.conf,
gnu/packages/aux-files/linux-libre/5.13-arm64.conf,
gnu/packages/aux-files/linux-libre/5.13-i686.conf,
gnu/packages/aux-files/linux-libre/5.13-x86_64.conf: Delete files.
* Makefile.am (AUX_FILES): Remove them.
2021-09-22 14:47:56 -04:00
Leo Famulari
443740b4ca
gnu: linux-libre 5.14: Update to 5.14.7.
* gnu/packages/linux.scm (linux-libre-5.14-version): Update to 5.14.7.
(linux-libre-5.14-pristine-source): Update hash.
2021-09-22 14:47:55 -04:00
phodina
a737f2f4a7
gnu: Add rust-serde-xml-rs-0.4.
* gnu/packages/crates-io.scm (rust-serde-xml-rs-0.4): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:59 +02:00
phodina
a08789dbcf
gnu: Add rust-enumflags2-0.6.
* gnu/packages/crates-io.scm (rust-enumflags2-0.6): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:58 +02:00
phodina
ba0de78a75
gnu: Add rust-enumflags2-derive-0.6.
* gnu/packages/crates-io.scm (rust-enumflags2-derive-0.6): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:58 +02:00
phodina
367015e3a7
gnu: Add rust-proc-macro-crate-1.
* gnu/packages/crates-io.scm (rust-proc-macro-crate-1): New variable.
(rust-proc-macro-crate-0.1): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:58 +02:00
phodina
1f7b8d9438
gnu: Add rust-starship-module-config-derive-0.2.
* gnu/packages/crates-io.scm (rust-starship-module-config-derive-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:51 +02:00
phodina
b7f0b1c877
gnu: Add rust-process-control-3.
* gnu/packages/crates-io.scm (rust-process-control-3): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:51 +02:00
phodina
e18ba578c4
gnu: Add rust-versions-3.
* gnu/packages/crates-io.scm (rust-versions-3): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:50 +02:00
phodina
c9466cf2c9
gnu: Add rust-path-slash-0.1.
* gnu/packages/crates-io.scm (rust-path-slash-0.1): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:50 +02:00
phodina
8fc86858e5
gnu: Add rust-semver-1.
* gnu/packages/crates-io.scm (rust-semver-1): New variable.
(rust-semver-0.11): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:50 +02:00
phodina
9af3873e10
gnu: Add rust-rust-ini-0.17.
* gnu/packages/crates-io.scm (rust-rust-ini-0.17): New variable
(rust-rust-ini-0.13): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:49 +02:00
phodina
e1a4e8d909
gnu: rust-open: Update to 1.7.1.
* gnu/packages/crates-io.scm (rust-open): Update to 1.7.1.
[cargo-inputs]: Add rust-pathdiff-0.2.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:49 +02:00
phodina
ccfc03b17e
gnu: Add rust-pathdiff-0.2.
* gnu/packages/crates-io.scm (rust-pathdiff-0.2): New variable.
(rust-pathdiff-0.1): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:48 +02:00
phodina
52bef345ce
gnu: Add rust-os-info-3.
* gnu/packages/crates-io.scm (rust-os-info-3): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:48 +02:00
phodina
a3fd1e75e4
gnu: Add rust-ordered-multimap-0.3.
* gnu/packages/crates-io.scm (rust-ordered-multimap-0.3): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:48 +02:00
phodina
8a11e30c5a
gnu: Add rust-dlv-list-0.2.
* gnu/packages/crates-io.scm (rust-dlv-list-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:47 +02:00
phodina
59e7d340e7
gnu: Add rust-mockall-0.10.
* gnu/packages/crates-io.scm (rust-mockall-0.10): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:47 +02:00
phodina
e204c63bc2
gnu: rust-tracing: Update to 0.1.23.
* gnu/packages/crates-io.scm (rust-tracing): Update to 0.1.23.
(rust-tracing-attributes): Update to 0.1.12.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:47 +02:00
phodina
cb72b4f1b6
gnu: Add rust-mockall-double-0.2.
* gnu/packages/crates-io.scm (rust-mockall-double-0.2): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:46 +02:00
phodina
10e5c073f1
gnu: Add rust-downcast-0.10.
* gnu/packages/crates-io.scm (rust-downcast-0.10): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:46 +02:00
phodina
a89dfa6597
gnu: Add rust-fragile-1.
* gnu/packages/crates-io.scm (rust-fragile-1): New variable.
(rust-fragile-0.3): Inherit from above.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:46 +02:00
phodina
2182c8da02
gnu: Add rust-mockall-derive-0.10.
* gnu/packages/crates-io.scm (rust-mockall-derive-0.10): New variable.

Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2021-09-22 16:57:40 +02:00
James Smith
bd20d1781f
gnu: Add slade.
* gnu/packages/game-development.scm (slade): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-22 16:14:39 +02:00
Efraim Flashner
3eb14b0562
gnu: rust-remove-dir-all-0.5: Remove snippet.
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5)[source]: Remove
outdated snippet.
2021-09-22 16:47:28 +03:00
John Soo
228e7bad8c
gnu: Add tealdeer.
* gnu/packages/rust-apps.scm (tealdeer): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 16:47:27 +03:00
John Soo
1766868f23
gnu: Add rust-remove-dir-all-0.5.2.
* gnu/packages/crates-io.scm (rust-remove-dir-all-0.5.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 16:47:27 +03:00
John Soo
6de1d08606
gnu: Add rust-pager-0.15.
* gnu/packages/crates-io.scm (rust-pager-0.15): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 16:10:05 +03:00
Charles
f36b789f78
gnu: Update some packages using old JavaScript minifier.
* gnu/packages/minetest.scm (minetest-basic-trains): New variable.
* gnu/packages/bioinformatics.scm (bismark): Update uglifyjs input.
* gnu/packages/ci.scm (laminar): Update uglifyjs input.
* gnu/packages/cran.scm (r-shiny r-shinytree r-shinydashboard r-colourpicker
r-threejs r-flexdashboard r-networkd3 r-dygraphs): Update uglifyjs input.
* gnu/packages/javascript.scm (js-mathjax): Update uglifyjs input.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 16:03:19 +03:00
Liliana Marie Prikler
cd5145875e
gnu: allegro: Update to 5.2.7.0.
* gnu/packages/game-development.scm (allegro): Update to 5.2.7.0.
[inputs]: Use gtk+ instead of gtk+-2.
2021-09-22 13:41:49 +02:00
Liliana Marie Prikler
f4278d1f77
gnu: komikku: Update to 0.33.0.
* gnu/packages/gnome.scm (komikku): Update to 0.33.0.
2021-09-22 13:41:49 +02:00
cage
e13a7458f8
gnu: telescope: Update to 0.5.2.
* gnu/packages/web-browsers.scm (telescope): Update to 0.5.2.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 13:37:27 +03:00
Vinicius Monego
ecb136755d
gnu: shotcut: Update to 21.09.13.
* gnu/packages/video.scm (shotcut): Update to 21.09.13.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2021-09-22 13:29:30 +03:00
Efraim Flashner
688c456a67
gnu: gama: Update to 2.15.
* gnu/packages/gps.scm (gama): Update to 2.15.
2021-09-22 10:59:30 +03:00
Hartmut Goebel
5966d48d1c
gnu: Add trytond-web-user.
* gnu/packages/tryton.scm (trytond-web-user): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
b187cba935
gnu: Add trytond-web-shortener.
* gnu/packages/tryton.scm (trytond-web-shortener): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
df549fd893
gnu: Add trytond-web-shop-vue-storefront-stripe.
* gnu/packages/tryton.scm (trytond-web-shop-vue-storefront-stripe): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
639004caf2
gnu: Add trytond-web-shop-vue-storefront.
* gnu/packages/tryton.scm (trytond-web-shop-vue-storefront): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
dc11d82356
gnu: Add trytond-web-shop.
* gnu/packages/tryton.scm (trytond-web-shop): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
3044c97b64
gnu: Add trytond-user-role.
* gnu/packages/tryton.scm (trytond-user-role): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
5b287fa6f7
gnu: Add trytond-timesheet-cost.
* gnu/packages/tryton.scm (trytond-timesheet-cost): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
25ed927453
gnu: Add trytond-timesheet.
* gnu/packages/tryton.scm (trytond-timesheet): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
2788e17484
gnu: Add trytond-stock-supply-production.
* gnu/packages/tryton.scm (trytond-stock-supply-production): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
d8a014aac9
gnu: Add trytond-stock-supply-forecast.
* gnu/packages/tryton.scm (trytond-stock-supply-forecast): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
5f5d7716be
gnu: Add trytond-stock-supply-day.
* gnu/packages/tryton.scm (trytond-stock-supply-day): New variable.
2021-09-21 21:00:35 +02:00
Hartmut Goebel
5016abc091
gnu: Add trytond-stock-split.
* gnu/packages/tryton.scm (trytond-stock-split): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
b9538dc207
gnu: Add trytond-stock-shipment-measurements.
* gnu/packages/tryton.scm (trytond-stock-shipment-measurements): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
da2be8d538
gnu: Add trytond-stock-shipment-cost.
* gnu/packages/tryton.scm (trytond-stock-shipment-cost): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
079b7268bf
gnu: Add trytond-stock-secondary-unit.
* gnu/packages/tryton.scm (trytond-stock-secondary-unit): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
67b37a2052
gnu: Add trytond-stock-quantity-issue.
* gnu/packages/tryton.scm (trytond-stock-quantity-issue): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
6497924b97
gnu: Add trytond-stock-quantity-early-planning.
* gnu/packages/tryton.scm (trytond-stock-quantity-early-planning): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
f5c8be2533
gnu: Add trytond-stock-product-location.
* gnu/packages/tryton.scm (trytond-stock-product-location): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
2beca97d01
gnu: Add trytond-stock-package-shipping-ups.
* gnu/packages/tryton.scm (trytond-stock-package-shipping-ups): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
e3f7f59dd5
gnu: Add trytond-stock-package-shipping.
* gnu/packages/tryton.scm (trytond-stock-package-shipping): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
ef294b8b5f
gnu: Add trytond-stock-package.
* gnu/packages/tryton.scm (trytond-stock-package): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
32b67eef82
gnu: Add trytond-stock-lot-unit.
* gnu/packages/tryton.scm (trytond-stock-lot-unit): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
ebfc61d1da
gnu: Add trytond-stock-lot-sled.
* gnu/packages/tryton.scm (trytond-stock-lot-sled): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
4d6c24f5d1
gnu: Add trytond-stock-location-sequence.
* gnu/packages/tryton.scm (trytond-stock-location-sequence): New variable.
2021-09-21 21:00:34 +02:00
Hartmut Goebel
d04fbb0d3e
gnu: Add trytond-stock-location-move.
* gnu/packages/tryton.scm (trytond-stock-location-move): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
ec5ea1917a
gnu: Add trytond-stock-inventory-location.
* gnu/packages/tryton.scm (trytond-stock-inventory-location): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
354afe4734
gnu: Add trytond-stock-forecast.
* gnu/packages/tryton.scm (trytond-stock-forecast): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
d25221af4e
gnu: Add trytond-stock-consignment.
* gnu/packages/tryton.scm (trytond-stock-consignment): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
5d191a04f4
gnu: Add trytond-stock-assign-manual.
* gnu/packages/tryton.scm (trytond-stock-assign-manual): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
6aa1127f88
gnu: Add trytond-sale-supply-production.
* gnu/packages/tryton.scm (trytond-sale-supply-production): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
00a8129803
gnu: Add trytond-sale-supply-drop-shipment.
* gnu/packages/tryton.scm (trytond-sale-supply-drop-shipment): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
e18b43ae38
gnu: Add trytond-sale-supply.
* gnu/packages/tryton.scm (trytond-sale-supply): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
aefbc05c37
gnu: Add trytond-sale-subscription-asset.
* gnu/packages/tryton.scm (trytond-sale-subscription-asset): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
77a3fb1d76
gnu: Add trytond-sale-subscription.
* gnu/packages/tryton.scm (trytond-sale-subscription): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
c7797fd49e
gnu: Add trytond-sale-stock-quantity.
* gnu/packages/tryton.scm (trytond-sale-stock-quantity): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
c030a075c8
gnu: Add trytond-sale-shipment-tolerance.
* gnu/packages/tryton.scm (trytond-sale-shipment-tolerance): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
a4c79bebe8
gnu: Add trytond-sale-shipment-grouping.
* gnu/packages/tryton.scm (trytond-sale-shipment-grouping): New variable.
2021-09-21 21:00:33 +02:00
Hartmut Goebel
a094dcc1a3
gnu: Add trytond-sale-shipment-cost.
* gnu/packages/tryton.scm (trytond-sale-shipment-cost): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
791d36a8f7
gnu: Add trytond-sale-secondary-unit.
* gnu/packages/tryton.scm (trytond-sale-secondary-unit): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
6400707d96
gnu: Add trytond-sale-promotion-coupon.
* gnu/packages/tryton.scm (trytond-sale-promotion-coupon): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
9030b10b76
gnu: Add trytond-sale-promotion.
* gnu/packages/tryton.scm (trytond-sale-promotion): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
71ba1bc0c3
gnu: Add trytond-sale-product-customer.
* gnu/packages/tryton.scm (trytond-sale-product-customer): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
f243e7761e
gnu: Add trytond-sale-price-list.
* gnu/packages/tryton.scm (trytond-sale-price-list): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
5bbd9abdbb
gnu: Add trytond-sale-payment.
* gnu/packages/tryton.scm (trytond-sale-payment): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
fb2391a479
gnu: Add trytond-sale-opportunity.
* gnu/packages/tryton.scm (trytond-sale-opportunity): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
bf0fe0a090
gnu: Add trytond-sale-invoice-grouping.
* gnu/packages/tryton.scm (trytond-sale-invoice-grouping): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
73bd7047c2
gnu: Add trytond-sale-history.
* gnu/packages/tryton.scm (trytond-sale-history): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
ac3a70de7d
gnu: Add trytond-sale-gift-card.
* gnu/packages/tryton.scm (trytond-sale-gift-card): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
99b4d93a19
gnu: Add trytond-sale-extra.
* gnu/packages/tryton.scm (trytond-sale-extra): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
ade7027f04
gnu: Add trytond-sale-discount.
* gnu/packages/tryton.scm (trytond-sale-discount): New variable.
2021-09-21 21:00:32 +02:00
Hartmut Goebel
ec9c9c28cd
gnu: Add trytond-sale-credit-limit.
* gnu/packages/tryton.scm (trytond-sale-credit-limit): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
e515d2891c
gnu: Add trytond-sale-complaint.
* gnu/packages/tryton.scm (trytond-sale-complaint): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
725a31725d
gnu: Add trytond-sale-amendment.
* gnu/packages/tryton.scm (trytond-sale-amendment): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
511c5fe658
gnu: Add trytond-sale-advance-payment.
* gnu/packages/tryton.scm (trytond-sale-advance-payment): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
01e5dc52f7
gnu: Add trytond-sale.
* gnu/packages/tryton.scm (trytond-sale): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
ba41f4ef6f
gnu: Add trytond-purchase-shipment-cost.
* gnu/packages/tryton.scm (trytond-purchase-shipment-cost): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
9c5930fe97
gnu: Add trytond-purchase-secondary-unit.
* gnu/packages/tryton.scm (trytond-purchase-secondary-unit): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
26ed705212
gnu: Add trytond-purchase-requisition.
* gnu/packages/tryton.scm (trytond-purchase-requisition): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
97a07e7467
gnu: Add trytond-purchase-request-quotation.
* gnu/packages/tryton.scm (trytond-purchase-request-quotation): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
a948453c9f
gnu: Add trytond-purchase-price-list.
* gnu/packages/tryton.scm (trytond-purchase-price-list): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
55d1a0ab50
gnu: Add trytond-purchase-invoice-line-standalone.
* gnu/packages/tryton.scm (trytond-purchase-invoice-line-standalone): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
42209cf3fe
gnu: Add trytond-purchase-history.
* gnu/packages/tryton.scm (trytond-purchase-history): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
c7d42009c1
gnu: Add trytond-purchase-amendment.
* gnu/packages/tryton.scm (trytond-purchase-amendment): New variable.
2021-09-21 21:00:31 +02:00
Hartmut Goebel
218c16095b
gnu: Add trytond-project-revenue.
* gnu/packages/tryton.scm (trytond-project-revenue): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
d0ea8226cc
gnu: Add trytond-project-plan.
* gnu/packages/tryton.scm (trytond-project-plan): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
ce943b213a
gnu: Add trytond-project-invoice.
* gnu/packages/tryton.scm (trytond-project-invoice): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
650ba66b53
gnu: Add trytond-project.
* gnu/packages/tryton.scm (trytond-project): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
17ecd48826
gnu: Add trytond-production-work-timesheet.
* gnu/packages/tryton.scm (trytond-production-work-timesheet): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
a7ce1ce19c
gnu: Add trytond-production-work.
* gnu/packages/tryton.scm (trytond-production-work): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
ac9c7d89d8
gnu: Add trytond-production-split.
* gnu/packages/tryton.scm (trytond-production-split): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
65c6dba800
gnu: Add trytond-production-routing.
* gnu/packages/tryton.scm (trytond-production-routing): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
4c3a9c471f
gnu: Add trytond-production-outsourcing.
* gnu/packages/tryton.scm (trytond-production-outsourcing): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
a53c6040e4
gnu: Add trytond-production.
* gnu/packages/tryton.scm (trytond-production): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
b5db20a05b
gnu: Add trytond-product-price-list-parent.
* gnu/packages/tryton.scm (trytond-product-price-list-parent): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
5f57c12701
gnu: Add trytond-product-price-list-dates.
* gnu/packages/tryton.scm (trytond-product-price-list-dates): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
de5a968ae5
gnu: Add trytond-product-price-list.
* gnu/packages/tryton.scm (trytond-product-price-list): New variable.
2021-09-21 21:00:30 +02:00
Hartmut Goebel
bf6da2168b
gnu: Add trytond-product-measurements.
* gnu/packages/tryton.scm (trytond-product-measurements): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
0c5cf07f4c
gnu: Add trytond-product-kit.
* gnu/packages/tryton.scm (trytond-product-kit): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
d6b60b86b5
gnu: Add trytond-product-cost-warehouse.
* gnu/packages/tryton.scm (trytond-product-cost-warehouse): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
09ec25e3fa
gnu: Add trytond-product-cost-history.
* gnu/packages/tryton.scm (trytond-product-cost-history): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
ca8b6b5a64
gnu: Add trytond-product-cost-fifo.
* gnu/packages/tryton.scm (trytond-product-cost-fifo): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
96afaa0452
gnu: Add trytond-product-classification-taxonomic.
* gnu/packages/tryton.scm (trytond-product-classification-taxonomic): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
a7a084fbff
gnu: Add trytond-product-classification.
* gnu/packages/tryton.scm (trytond-product-classification): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
43304c2017
gnu: Add trytond-product-attribute.
* gnu/packages/tryton.scm (trytond-product-attribute): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
633e2aa7e4
gnu: Add trytond-party-siret.
* gnu/packages/tryton.scm (trytond-party-siret): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
e2ba34ad8f
gnu: Add trytond-party-relationship.
* gnu/packages/tryton.scm (trytond-party-relationship): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
8704606bc3
gnu: Add trytond-party-avatar.
* gnu/packages/tryton.scm (trytond-party-avatar): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
0e0130f53b
gnu: Add trytond-notification-email.
* gnu/packages/tryton.scm (trytond-notification-email): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
a3ab0aa4da
gnu: Add trytond-marketing-email.
* gnu/packages/tryton.scm (trytond-marketing-email): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
8688cc9442
gnu: Add trytond-marketing-automation.
* gnu/packages/tryton.scm (trytond-marketing-automation): New variable.
2021-09-21 21:00:29 +02:00
Hartmut Goebel
c0a3a5218c
gnu: Add trytond-marketing.
* gnu/packages/tryton.scm (trytond-marketing): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
17677a81e6
gnu: Add trytond-ldap-authentication.
* gnu/packages/tryton.scm (trytond-ldap-authentication): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
2e192f7bbc
gnu: Add trytond-incoterm.
* gnu/packages/tryton.scm (trytond-incoterm): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
429dc783c1
gnu: Add trytond-edocument-unece.
* gnu/packages/tryton.scm (trytond-edocument-unece): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
8dd9ba3947
gnu: Add trytond-edocument-uncefact.
* gnu/packages/tryton.scm (trytond-edocument-uncefact): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
8382a6d8ba
gnu: Add trytond-dashboard.
* gnu/packages/tryton.scm (trytond-dashboard): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
35869e854c
gnu: Add trytond-customs.
* gnu/packages/tryton.scm (trytond-customs): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
a22db49e5e
gnu: Add trytond-company-work-time.
* gnu/packages/tryton.scm (trytond-company-work-time): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
a0b153dcd1
gnu: Add trytond-commission-waiting.
* gnu/packages/tryton.scm (trytond-commission-waiting): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
da7d72229a
gnu: Add trytond-commission.
* gnu/packages/tryton.scm (trytond-commission): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
c1e9ce4c6e
gnu: Add trytond-carrier-weight.
* gnu/packages/tryton.scm (trytond-carrier-weight): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
755993bf93
gnu: Add trytond-carrier-subdivision.
* gnu/packages/tryton.scm (trytond-carrier-subdivision): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
d727ff9d29
gnu: Add trytond-carrier-percentage.
* gnu/packages/tryton.scm (trytond-carrier-percentage): New variable.
2021-09-21 21:00:28 +02:00
Hartmut Goebel
8b1810bf31
gnu: Add trytond-carrier.
* gnu/packages/tryton.scm (trytond-carrier): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
9987be2692
gnu: Add trytond-bank.
* gnu/packages/tryton.scm (trytond-bank): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
9acb1a6cae
gnu: Add trytond-authentication-sms.
* gnu/packages/tryton.scm (trytond-authentication-sms): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
402278a234
gnu: Add trytond-attendance.
* gnu/packages/tryton.scm (trytond-attendance): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
2c4e00225b
gnu: Add trytond-analytic-sale.
* gnu/packages/tryton.scm (trytond-analytic-sale): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
d65f851365
gnu: Add trytond-analytic-purchase.
* gnu/packages/tryton.scm (trytond-analytic-purchase): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
1e2a8eabed
gnu: Add trytond-analytic-invoice.
* gnu/packages/tryton.scm (trytond-analytic-invoice): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
d33cbcfdc8
gnu: Add trytond-account-tax-rule-country.
* gnu/packages/tryton.scm (trytond-account-tax-rule-country): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
eb760dc284
gnu: Add trytond-account-tax-cash.
* gnu/packages/tryton.scm (trytond-account-tax-cash): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
0d7edc4d8b
gnu: Add trytond-account-stock-landed-cost-weight.
* gnu/packages/tryton.scm (trytond-account-stock-landed-cost-weight): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
ccb119f614
gnu: Add trytond-account-stock-landed-cost.
* gnu/packages/tryton.scm (trytond-account-stock-landed-cost): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
7edfc50848
gnu: Add trytond-account-stock-continental.
* gnu/packages/tryton.scm (trytond-account-stock-continental): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
b806bdf3f7
gnu: Add trytond-account-stock-anglo-saxon.
* gnu/packages/tryton.scm (trytond-account-stock-anglo-saxon): New variable.
2021-09-21 21:00:27 +02:00
Hartmut Goebel
9945b8f307
gnu: Add trytond-account-statement-rule.
* gnu/packages/tryton.scm (trytond-account-statement-rule): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
faea84bf65
gnu: Add trytond-account-statement-ofx.
* gnu/packages/tryton.scm (trytond-account-statement-ofx): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
c5829570a8
gnu: Add trytond-account-statement-coda.
* gnu/packages/tryton.scm (trytond-account-statement-coda): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
43d22b6c20
gnu: Add trytond-account-statement-aeb43.
* gnu/packages/tryton.scm (trytond-account-statement-aeb43): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
a08db1e4a1
gnu: Add trytond-account-statement.
* gnu/packages/tryton.scm (trytond-account-statement): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
64a042401d
gnu: Add trytond-account-payment-stripe.
* gnu/packages/tryton.scm (trytond-account-payment-stripe): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
a49c35d29b
gnu: Add trytond-account-payment-sepa-cfonb.
* gnu/packages/tryton.scm (trytond-account-payment-sepa-cfonb): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
134cafbd3f
gnu: Add trytond-account-payment-sepa.
* gnu/packages/tryton.scm (trytond-account-payment-sepa): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
082431f506
gnu: Add trytond-account-payment-clearing.
* gnu/packages/tryton.scm (trytond-account-payment-clearing): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
610748769a
gnu: Add trytond-account-payment-braintree.
* gnu/packages/tryton.scm (trytond-account-payment-braintree): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
e5fdf051c9
gnu: Add trytond-account-payment.
* gnu/packages/tryton.scm (trytond-account-payment): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
9528b89935
gnu: Add trytond-account-invoice-secondary-unit.
* gnu/packages/tryton.scm (trytond-account-invoice-secondary-unit): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
bd764835a3
gnu: Add trytond-account-invoice-line-standalone.
* gnu/packages/tryton.scm (trytond-account-invoice-line-standalone): New variable.
2021-09-21 21:00:26 +02:00
Hartmut Goebel
ceeb510a80
gnu: Add trytond-account-invoice-history.
* gnu/packages/tryton.scm (trytond-account-invoice-history): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
a2df6056d2
gnu: Add trytond-account-invoice-defer.
* gnu/packages/tryton.scm (trytond-account-invoice-defer): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
8208e0d72d
gnu: Add trytond-account-invoice-correction.
* gnu/packages/tryton.scm (trytond-account-invoice-correction): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
95f6e2c60a
gnu: Add trytond-account-fr-chorus.
* gnu/packages/tryton.scm (trytond-account-fr-chorus): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
7379fcfd28
gnu: Add trytond-account-fr.
* gnu/packages/tryton.scm (trytond-account-fr): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
9d4c16350e
gnu: Add trytond-account-eu.
* gnu/packages/tryton.scm (trytond-account-eu): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
80b771fb76
gnu: Add trytond-account-es.
* gnu/packages/tryton.scm (trytond-account-es): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
2e83072414
gnu: Add trytond-account-dunning-letter.
* gnu/packages/tryton.scm (trytond-account-dunning-letter): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
a513f9d9a0
gnu: Add trytond-account-dunning-fee.
* gnu/packages/tryton.scm (trytond-account-dunning-fee): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
7ff3424721
gnu: Add trytond-account-dunning-email.
* gnu/packages/tryton.scm (trytond-account-dunning-email): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
09d2033ab6
gnu: Add trytond-account-dunning.
* gnu/packages/tryton.scm (trytond-account-dunning): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
4e1aad11d8
gnu: Add trytond-account-deposit.
* gnu/packages/tryton.scm (trytond-account-deposit): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
c84f49b4b0
gnu: Add trytond-account-de-skr03.
* gnu/packages/tryton.scm (trytond-account-de-skr03): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
794de1ee7e
gnu: Add trytond-account-credit-limit.
* gnu/packages/tryton.scm (trytond-account-credit-limit): New variable.
2021-09-21 21:00:25 +02:00
Hartmut Goebel
e84d051e71
gnu: Add trytond-account-cash-rounding.
* gnu/packages/tryton.scm (trytond-account-cash-rounding): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
6cabacd6ec
gnu: Add trytond-account-be.
* gnu/packages/tryton.scm (trytond-account-be): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
98348a4379
gnu: Add trytond-account-asset.
* gnu/packages/tryton.scm (trytond-account-asset): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
6cb645b73b
gnu: Add python-stripe.
* gnu/packages/python-xyz.scm (python-stripe): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
0f22a96d93
gnu: Add python-ofxparse.
* gnu/packages/python-xyz.scm (python-ofxparse): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
afc45931ea
gnu: Add python-febelfin-coda.
* gnu/packages/python-xyz.scm (python-febelfin-coda): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
90a1cfe012
gnu: Add python-csb43.
* gnu/packages/python-xyz.scm (python-csb43): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
505057f223
gnu: Add python-tablib.
* gnu/packages/python-xyz.scm (python-tablib): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
6486a66cce
gnu: Add python-xlwt.
* gnu/packages/python-xyz.scm (python-xlwt): New variable.
2021-09-21 21:00:24 +02:00
Hartmut Goebel
de5b9aefbe
gnu: Add python-markuppy.
* gnu/packages/python-xyz.scm (python-markuppy): New variable.
2021-09-21 21:00:23 +02:00
Hartmut Goebel
4a25868558
gnu: Add python-braintree.
* gnu/packages/python-xyz.scm (python-braintree): New variable.
2021-09-21 21:00:23 +02:00
Leo Famulari
1e3262d74f
gnu: ntfs-3g: Update to 2021.8.22 [security fixes].
The upstream security advisory is named NTFS3G-SA-2021-0001.

Fixes CVE-2021-33285, CVE-2021-35269, CVE-2021-35268, CVE-2021-33289,
CVE-2021-33286, CVE-2021-35266, CVE-2021-33287, CVE-2021-35267, CVE-2021-39251,
CVE-2021-39252, CVE-2021-39253, CVE-2021-39254, CVE-2021-39255, CVE-2021-39256,
CVE-2021-39257, CVE-2021-39258, CVE-2021-39259, CVE-2021-39260, CVE-2021-39261,
CVE-2021-39262, CVE-2021-39263.

For more information:

https://seclists.org/oss-sec/2021/q3/139

* gnu/packages/linux.scm (ntfs-3g): Update to 2021.8.22.
[source]: Remove obsolete patch.
* gnu/packages/patches/ntfs-3g-CVE-2019-9755.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2021-09-21 13:28:02 -04:00
Tobias Geerinckx-Rice
1572737db3
gnu: sudo: Update to 1.9.8p2.
* gnu/packages/admin.scm (sudo): Update to 1.9.8p2.
2021-09-21 19:20:25 +02:00
Clément Lassieur
f9fd3752f6
gnu: josm: Fix .desktop file.
* gnu/packages/geo.scm (josm)[arguments]: In 'install-share-directories'
phase, change org-openstreetmap-josm-MainApplication to
org-openstreetmap-josm-gui-MainApplication.
2021-09-21 17:25:26 +02:00
Mathieu Othacehe
fd672f30d0
gnu: Add gnome-power-manager.
* gnu/packages/gnome.scm (gnome-power-manager): New variable.
2021-09-21 14:59:29 +00:00
zimoun
94006cc29c
gnu: mysql: Add wrapper around mysql_config.
Fixes <https://bugs.gnu.org/23045>.

* gnu/packages/databases.scm (mysql): Add a 'wrap-mysql_helpers phase to wrap
'mysql_config' and 'mysqld_safe'.
[inputs]: Add 'coreutils', 'gawk', 'grep', 'procps' and 'sed'.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-09-21 14:21:44 +00:00
Vinicius Monego
fa6a1f52b2
gnu: libngspice: Update to 35.
* gnu/packages/engineering.scm (libngspice): Update to 35.
[arguments]<#:phases>: Rename 'delete-scripts-and-config to 'delete-scripts
and don't try to delete config.h because that file was removed in this version.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-09-21 14:03:42 +00:00
Guillaume Le Vaillant
1c57703a16
gnu: Add sdr++.
* gnu/packages/radio.scm (sdr++): New variable.
2021-09-21 15:32:57 +02:00
Z572
be32889902
gnu: imv: Update to 4.1.0 and adjust arguments+inputs.
* gnu/packages/image-viewers.scm (imv): [version]: Update to 4.1.0.
[build-system]: Replace with meson-build-system.
[phases]: Remove (delete 'configure)
[make-flags]: Remove it.
[inputs]: Remove asciidoc. Add libheif, libjpeg-turbo, libinih, libnsgif,
librsvg-next, libtiff
[native-inputs]: Add asciidoc, Add git-minimal

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-21 15:15:52 +02:00
Xinglu Chen
94d2d0b7f8
gnu: patchutils: Update to 0.4.2.
* gnu/packages/patchutils.scm (patchutils): Update to 0.4.2.
[source]: Remove patch.
[inputs]: Add ‘python’.
[arguments]<#:phases>: Remove trailing #t.
* gnu/local.mk (dist_patch_DATA): Remove patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-21 15:15:52 +02:00
Cees de Groot
dbf758ac5e
gnu: elixir: Update to 1.12.2.
* gnu/packages/elixir.scm (elixir): Update to 1.12.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-21 15:15:52 +02:00
Cees de Groot
549a82ec6e
gnu: erlang: Update to 24.0.5.
* gnu/packages/erlang.scm (erlang): Update to 24.0.5.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2021-09-21 15:15:52 +02:00
Ivan Gankevich
39414b78d8
gnu: Add prusa-slicer.
* gnu/packages/engineering.scm (prusa-slicer): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-09-21 14:03:18 +02:00
Ivan Gankevich
035797d3bc
gnu: Add libigl.
* gnu/packages/engineering.scm (libigl): New variable.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-09-21 14:03:18 +02:00
Ivan Gankevich
dfc0fedc2c
gnu: cereal: Use cmake to build and install the library.
* gnu/packages/serialization.scm (cereal): Use cmake to build and
  install the library.

Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2021-09-21 14:03:17 +02:00
Pierre Neidhardt
9057035d89
gnu: nyxt: Update to 2.2.0.
* gnu/packages/web-browsers.scm (nyxt): Update to 2.2.0.
2021-09-21 09:55:58 +02:00
Pierre Neidhardt
659fb24753
gnu: sbcl-cl-webkit: Update to 3.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-cl-webkit): Update to 3.0.0.
2021-09-21 09:55:39 +02:00
Tobias Geerinckx-Rice
a916d50566
gnu: console-setup: Update to 1.205.
* gnu/packages/xorg.scm (console-setup): Update to 1.205.
2021-09-21 00:06:23 +02:00
Tobias Geerinckx-Rice
5654a24057
gnu: batctl: Update to 2021.3.
* gnu/packages/networking.scm (batctl): Update to 2021.3.
2021-09-21 00:06:23 +02:00
Liliana Marie Prikler
6ba2bb92a0
gnu: mumble: Use fixed libsndfile.
OGG support is needed for built-in sounds to play.

* gnu/packages/telephony.scm (mumble)[inputs]: Use libsndfile/fixed for
libsndfile.
2021-09-20 21:49:36 +02:00
Liliana Marie Prikler
43cf1fbdd6
gnu: cockatrice: Use qt-build-system.
This makes it so that resources baked into the executable are actually found
and used.

* gnu/packages/games.scm (cockatrice)[build-system]: Change to qt-build-system.
2021-09-20 21:49:36 +02:00
Vinicius Monego
8ca1f52e47
gnu: kdenlive: Use qt-build-system.
* gnu/packages/kde.scm (kdenlive)[build-system]: Use qt-build-system.
[arguments]<#:phases>: Do not wrap variables that are wrapped by
qt-build-system in 'wrap-executable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-09-20 18:27:35 +00:00
Vinicius Monego
d78e8caeb5
gnu: kdenlive: Update to 21.08.1.
* gnu/packages/kde.scm (kdenlive): Update to 21.08.1.
[inputs]: Order alphabetically. Use MLT 7. Add qtnetworkauth. Remove rttr.
[arguments]<#:phases>: Don't return #t.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2021-09-20 18:27:35 +00:00
zimoun
f80824fe09
gnu: Add r-presto.
* gnu/packages/bioinformatics.scm (r-presto): New variable.
2021-09-20 17:23:16 +02:00
zimoun
8e54aafa39
gnu: Add r-simplifyenrichment.
* gnu/packages/bioconductor.scm (r-simplifyenrichment): New variable.
2021-09-20 17:23:15 +02:00