Tobias Geerinckx-Rice
c582be4c38
gnu: parallel: Update to 20210922.
...
* gnu/packages/parallel.scm (parallel): Update to 20210922.
2021-09-23 20:02:23 +02:00
Hartmut Goebel
a24ae17e23
gnu: Add python-platformdirs.
...
* gnu/packages/python-xyz.scm (python-platformdirs): New variable.
2021-09-23 19:01:01 +02:00
Hartmut Goebel
12308d19b4
gnu: Add python-charset-normalizer.
...
* gnu/packages/python-xyz.scm (python-charset-normalizer): New variable.
2021-09-23 19:01:01 +02:00
Tobias Geerinckx-Rice
0b298cb9f7
tests: install: Test an XFS root file system.
...
* gnu/tests/install.scm (%xfs-root-os, %xfs-root-os-source)
(%xfs-root-installation-script, %test-xfs-root-os): New variables.
2021-09-23 18:17:18 +02:00
Tobias Geerinckx-Rice
f34b808741
installer: Support XFS.
...
* gnu/installer/newt/partition.scm (run-fs-type-page): Add ‘xfs’ to the
list box.
* gnu/installer/parted.scm (user-fs-type-name, user-fs-type->mount-type)
(partition-filesystem-user-type): Add ‘xfs’ mapping.
(create-xfs-file-system): New procedure.
(format-user-partitions): Use it.
* gnu/installer.scm (set-installer-path): Add xfsprogs.
2021-09-23 18:17:18 +02:00
Tobias Geerinckx-Rice
9e0509f9af
system: Add xfsprogs to base packages.
...
This makes them available in the Guix System installer.
* gnu/system.scm (%base-packages-disk-utilities): Add xfsprogs.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
34c105f929
file-systems: Add support for XFS.
...
* gnu/build/file-systems.scm (%xfs-endianness): New syntax.
(xfs-superblock?, read-xfs-superblock, xfs-superblock-uuid)
(xfs-superblock-volume-name, check-xfs-file-system): New procedures.
(%partition-label-readers, %partition-uuid-readers, check-file-system):
Register them.
* doc/guix.texi (Keyboard Layout and Networking and Partitioning):
Note XFS support.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
09a8fb1f37
file-systems: Add file system to *-SUPERBLOCK-VOLUME-NAME docstrings.
...
* gnu/build/file-systems.scm (ext2-superblock-volume-name)
(bcachefs-superblock-volume-name, btrfs-superblock-volume-name)
(fat32-superblock-volume-name, fat16-superblock-volume-name)
(iso9660-superblock-volume-name, jfs-superblock-volume-name)
(f2fs-superblock-volume-name): Mention the file system type in the
docstring for consistency with the other superblock procedures.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
cd19c920b7
linux-initrd: Support XFS.
...
* gnu/system/linux-initrd.scm (file-system-packages):
Add xfs_repair/static when needed.
(file-system-type-modules): Add ‘xfs’ module when needed.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
90604348e1
uuid: Support XFS.
...
* gnu/system/uuid.scm (string->xfs-uuid): New procedure.
(%uuid-parsers, %uuid-printers): Add ‘xfs’ file system type.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
2a9db30eec
gnu: Add xfs_repair-static.
...
* gnu/packages/linux.scm (xfs_repair/static): New public variable.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
2b260efbfc
gnu: Add xfsprogs-static.
...
* gnu/packages/linux.scm (xfsprogs/static): New public variable.
2021-09-23 18:17:17 +02:00
Tobias Geerinckx-Rice
bea4a3abec
gnu: xfsprogs: Build verbosely.
...
* gnu/packages/linux.scm (xfsprogs)[arguments]: Add "V=1"
to #:make-flags, and honour them in custom phases.
2021-09-23 18:17:16 +02:00
Tobias Geerinckx-Rice
31a3c9b441
gnu: libinih: Build & install static libraries.
...
* gnu/packages/linux.scm (libinih)[outputs]: Add "static".
[arguments]: Substitute "-Ddefault_library=both" for the
"-Ddefault_library=shared" configure flag.
Add a new 'separate-static phase.
2021-09-23 18:17:16 +02:00
Tobias Geerinckx-Rice
15489291d9
linux-initrd: Include only the single ‘bcachefs’ binary.
...
* gnu/system/linux-initrd.scm (file-system-packages): Substitute
bcachefs/static for bcachefs-tools/static.
2021-09-23 18:17:16 +02:00
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