jgart
3a930dc2c0
gnu: emacs-purs-mode: Update to 1655338.
...
* gnu/packages/emacs-xyz.scm (emacs-purs-mode): Update to 1655338.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-17 12:28:10 +01:00
André A. Gomes
d2c8d0a94e
gnu: emacs-sly-asdf: Update to 0.2.0.
...
* gnu/packages/emacs-xyz.scm (emacs-sly-asdf): Update to 0.2.0.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-17 12:28:10 +01:00
jgart
57f7d38fed
gnu: emacs-crdt: Update to 0.3.4.
...
* gnu/packages/emacs-xyz.scm (emacs-crdt): Update to 0.3.4.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-17 12:28:10 +01:00
Nicolas Goaziou
22960a79a6
gnu: emacs-use-package: Improve package style.
...
* gnu/packages/emacs-xyz.scm (emacs-use-package)[arguments]: Use
G-expressions.
<#:phases>: Remove trailing #T. Remove unnecessary call to MKDIR-P.
2022-11-17 12:28:09 +01:00
Nicolas Goaziou
5a375fe48a
gnu: emacs-use-package: Update to 2.4.4.
...
* gnu/packages/emacs-xyz.scm (emacs-use-package): Update to 2.4.4.
2022-11-17 12:28:09 +01:00
Efraim Flashner
64062c77b1
gnu: giara: Remove input labels.
...
* gnu/packages/syndication.scm (giara)[inputs]: Remove input labels.
[native-inputs]: Same.
2022-11-17 13:05:53 +02:00
Efraim Flashner
211a1a6b44
gnu: giara: Update to 1.0.1.
...
* gnu/packages/syndication.scm (giara): Update to 1.0.1.
[source]: Remove patch.
[arguments]: Add phase to skip meson post-install script.
[native-inputs]: Remove libxml2. Replace gtk+:bin with gtk:bin.
[inputs]: Remove python-pycairo, webkitgtk-with-libsoup2. Add
blueprint-compiler. Replace libhandy with libadwaita, gtk+ with gtk,
python-mistune with python-mistune-next.
[description]: Update.
* gnu/packages/patches/giara-fix-login.patch: Remove file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2022-11-17 13:05:52 +02:00
Efraim Flashner
daa5da2bde
gnu: python-praw: Update to 7.6.1.
...
* gnu/packages/python-web.scm (python-praw): Update to 7.6.1.
2022-11-17 13:05:52 +02:00
Efraim Flashner
c8ae11e775
gnu: python-mistune-next: Update to 2.0.4.
...
* gnu/packages/python-xyz.scm (python-mistune-next): Update to 2.0.4.
[arguments]: Add custom 'check phase.
[native-inputs]: Remove python-nose, add python-pytest.
2022-11-17 13:05:52 +02:00
Efraim Flashner
08b6a17de9
gnu: Add lld-15.
...
* gnu/packages/llvm.scm (lld-15): New variable.
(lld-14): Inherit from lld-15.
2022-11-17 13:05:52 +02:00
Ludovic Courtès
283d7318c5
gnu: shepherd: Update to 0.9.3.
...
* gnu/packages/admin.scm (shepherd-0.9): Update to 0.9.3.
[source](modules, snippet): Remove.
2022-11-17 11:10:09 +01:00
Ludovic Courtès
00b9ab0a83
tests: root-unmount: Wait for the first QEMU process to finish.
...
There was a tiny possibility that the first QEMU process would still be
running by the time we launch the second one.
* gnu/build/marionette.scm (marionette-pid): Export.
* gnu/tests/base.scm (run-root-unmount-test)[test]: Add 'waitpid' call.
2022-11-17 11:10:09 +01:00
Paul A. Patience
c9f927b704
gnu: Add cl-clop.
...
* gnu/packages/lisp-xyz.scm (sbcl-clop, cl-clop, ecl-clop): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-17 10:18:23 +01:00
André A. Gomes
4e401243dc
gnu: cl-symbol-munger: Update to 0.0.1-2.e96558e.
...
* gnu/packages/lisp-xyz.scm (sbcl-symbol-munger): Update to 0.0.1-2.e96558e.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-17 10:07:14 +01:00
Andrew Tropin
d69b90e9aa
gnu: ungoogled-chromium-wayland: Use PipeWire by default.
...
* gnu/packages/chromium.scm (ungoogled-chromium/wayland)[arguments]<#:builder>:
Add --enable-features=WebRTCPipeWireCapture to wrapping executable.
2022-11-17 08:38:37 +04:00
Marius Bakke
abf214cda0
gnu: crc32c: Fix build on x86_64-linux.
...
* gnu/packages/cpp.scm (crc32c)[arguments]: Remove #:phases. The check is for
SSE support in the compiler, not the build machine; and the runtime code tests
for SSE availability on the CPU before enabling the SSE code path.
2022-11-17 02:28:32 +01:00
Tobias Geerinckx-Rice
39e4e00f75
services: configuration: Revert to a working ‘guix home’.
...
This reverts commit 543d971ed2
, and
its dependent commit 9b21cd2e9a
, which
appear to have triggered a recent wave of ‘guix home’ regressions
involving (services (list (service home-bash-service-type))):
In gnu/home/services/shells.scm:
504:7 3 (home-bash-extensions #<<home-bash-configuration> package: #<package bash@5.1.8 gnu/packages/ba…> …)
In unknown file:
2 (append #<<location> file: "…" line: 14 column: 12> ())
In ice-9/boot-9.scm:
1685:16 1 (raise-exception _ #:continuable? _)
1685:16 0 (raise-exception _ #:continuable? _)
ice-9/boot-9.scm:1685:16: In procedure raise-exception:
In procedure append: Wrong type argument in position 1 (expecting empty list): #<<location> file: "…" line: 14 column: 12>
I should love to dive in & fix this rather than revert, but urgently
need sleep.
2022-11-13 01:00:00 +01:00
Tobias Geerinckx-Rice
0ad036b090
gnu: bind: Update to 9.16.35.
...
* gnu/packages/dns.scm (isc-bind): Update to 9.16.35.
2022-11-13 01:00:00 +01:00
Mark H Weaver
0747cacc58
gnu: icecat: Update to 102.5.0-guix0-preview1 [security fixes].
...
Includes fixes for CVE-2022-45403, CVE-2022-45404, CVE-2022-45405,
CVE-2022-45406, CVE-2022-45408, CVE-2022-45409, CVE-2022-45410,
CVE-2022-45411, CVE-2022-45412, CVE-2022-45416, CVE-2022-45418,
CVE-2022-45420, and CVE-2022-45421.
* gnu/packages/gnuzilla.scm (%icecat-version, %icecat-build-id): Update.
(icecat-source): Update gnuzilla commit, base version, and hashes.
2022-11-16 16:45:54 -05:00
Maxim Cournoyer
83fb681658
gnu: Add clang-toolchain-15.
...
* gnu/packages/llvm.scm (clang-toolchain-15): New variable.
2022-11-16 14:08:03 -05:00
Maxim Cournoyer
68cb4f0760
gnu: Add libomp-15.
...
* gnu/packages/llvm.scm (libomp-15): New variable.
(libomp-14): Inherit from it.
[arguments]: Use substitute-keyword-arguments and override the
chdir-to-source-and-install-license phase. Remove redundant fields.
2022-11-16 14:08:03 -05:00
Maxim Cournoyer
ac99ead663
gnu: Add clang-15.
...
* gnu/packages/llvm.scm (clang-from-llvm): Add LEGACY-BUILD-SHARED-LIBS?
argument and update doc.
[configure-flags]: Conditionally add -DCLANG_LINK_CLANG_DYLIB=ON.
[phases]{change-directory}: Conditionally add phase.
{add-tools-extra}: Conditionally patch AddClang.cmake file.
(clang-15): New variable.
(clang-14): Streamline.
(clang-13, clang-12, clang-11, clang-10, clang-9, clang-8, clang-7, clang-6)
(clang-3.9.1, clang-3.8, clang-3.7, clang-3.5): Set LEGACY-BUILD-SHARED-LIBS?
argument to #t.
2022-11-16 14:08:03 -05:00
Maxim Cournoyer
52c1f5c825
gnu: Add clang-runtime-15.
...
* gnu/packages/llvm.scm (clang-runtime-15): New variable.
2022-11-16 14:08:02 -05:00
Maxim Cournoyer
bf741cdd27
gnu: Add llvm-15.
...
* gnu/packages/llvm.scm (llvm-15): New variable.
(llvm-14): Inherit from it, removing duplicated fields.
* gnu/packages/patches/clang-15.0-libc-search-path.patch: New file.
* gnu/local.mk: Register it.
2022-11-16 14:08:02 -05:00
Ricardo Wurmus
615a57bdfb
gnu: Add dsp.
...
* gnu/packages/audio.scm (dsp): New variable.
2022-11-16 19:20:23 +01:00
Efraim Flashner
785fd09af0
gnu: rust-gfa-0.10: Update to 0.10.1.
...
* gnu/packages/crates-io.scm (rust-gfa-0.10): Update to 0.10.1.
2022-11-16 12:46:04 +02:00
kiasoc5
56c2afd29e
gnu: udiskie: Update to 2.4.2.
...
* gnu/packages/freedesktop.scm (udiskie): Update to 2.4.2.
[phases]: Remove trailing #t.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:49:25 +01:00
Fabio Natali
996f897cf1
gnu: microscheme: Update to 0.9.4.
...
* gnu/packages/avr.scm (microscheme): Update to 0.9.4.
[native-inputs]: Add clang and cppcheck.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:45:26 +01:00
Paul A. Patience
8a64495ef6
gnu: Add cl-random-sample.
...
* gnu/packages/lisp-xyz.scm (sbcl-random-sample, cl-random-sample,
ecl-random-sample): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:39:21 +01:00
Paul A. Patience
5bb4e9faae
gnu: Add cl-infix-math.
...
* gnu/packages/lisp-xyz.scm (sbcl-infix-math, cl-infix-math,
ecl-infix-math): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:36:07 +01:00
Paul A. Patience
56f73178e4
gnu: Add cl-wu-decimal.
...
* gnu/packages/lisp-xyz.scm (sbcl-wu-decimal, cl-wu-decimal,
ecl-wu-decimal): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:34:42 +01:00
Paul A. Patience
fd34760e28
gnu: Add cl-moira.
...
* gnu/packages/lisp-xyz.scm (sbcl-moira, cl-moira, ecl-moira): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:29:50 +01:00
Paul A. Patience
ce9f956095
gnu: Add cl-flamegraph.
...
* gnu/packages/lisp-xyz.scm (sbcl-flamegraph, cl-flamegraph): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:23:53 +01:00
jgart
608999be59
gnu: Add cl-closure-template.
...
* gnu/packages/lisp-xyz.scm (cl-closure-template, ecl-closure-template,
sbcl-closure-template): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-16 10:16:23 +01:00
Maxim Cournoyer
5512915c3b
gnu: mcron: Update to 1.2.1-0.5fd0ccd.
...
* gnu/packages/guile-xyz.scm (mcron): Update to 1.2.1-0.5fd0ccd.
[native-inputs]: Add autoconf, automake, help2man, and texinfo.
2022-11-15 16:26:16 -05:00
Maxim Cournoyer
1df89e4345
gnu: Remove guile2.2-mcron.
...
* gnu/packages/guile-xyz.scm (guile2.2-mcron): Delete variable.
2022-11-15 16:26:16 -05:00
Maxim Cournoyer
3d8a331518
gnu: mcron: Use gexps and strip trailing #t.
...
* gnu/packages/guile-xyz.scm (mcron)
[phases]: Use gexps and strip trailing #t.
2022-11-15 16:26:16 -05:00
Maxim Cournoyer
9b21cd2e9a
services: mcron: Add log? and log-format fields to mcron-configuration.
...
* gnu/services/mcron.scm (list-of-gexps?): New predicate.
(mcron-configuration): Rewrite using define-configuration.
[log?, log-format]: New fields.
(mcron-shepherd-services): Invoke mcron with the --log and --log-format
arguments when log? is #t,
(generate-doc): New procedure.
* doc/guix.texi (Scheduled Job Execution): Update doc.
(Mcron Home Service): Likewise.
* gnu/home/services/mcron.scm: Keep in sync with the above changes to
gnu/services/mcron.scm.
2022-11-15 16:26:16 -05:00
Maxim Cournoyer
543d971ed2
services: configuration: Re-order generated record fields.
...
This is so that the first field of the generated record matches the first one
declared, which makes 'define-configuration' record API compatible with
define-record-type* ones.
* gnu/services/configuration.scm (define-configuration-helper): Move the
%location field below the ones declared by the user.
* gnu/services/monitoring.scm (zabbix-front-end-config): Adjust match pattern
accordingly.
2022-11-15 16:26:16 -05:00
Maxim Cournoyer
0bb872b379
install: Validate symlink target in evaluate-populate-directive.
...
* gnu/build/install.scm (evaluate-populate-directive): By default, error when
the target of a symlink doesn't exist. Always ensure TARGET ends with "/".
(populate-root-file-system): Call evaluate-populate-directive with
#:error-on-dangling-symlink #t and add comment.
2022-11-15 14:15:11 -05:00
Efraim Flashner
45ae3c830f
gnu: Add rust-1.65.
...
* gnu/packages/rust.scm (rust-1.65): New variable.
2022-11-15 18:13:37 +02:00
Efraim Flashner
b4762e1e87
gnu: Add rust-1.64.
...
* gnu/packages/rust.scm (rust-1.64): New variable.
2022-11-15 18:13:37 +02:00
kiasoc5
9a27b61d37
gnu: Add rust-1.63.
...
* gnu/packages/rust.scm (rust-1.63): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 18:13:37 +02:00
kiasoc5
f0ccfcc0a7
gnu: Add rust-1.62.
...
* gnu/packages/rust.scm (rust-1.62): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 18:13:36 +02:00
kiasoc5
27237344d3
gnu: Add rust-1.61.
...
* gnu/packages/rust.scm (rust-1.61): New variable.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 18:13:36 +02:00
Marius Bakke
2f5607badc
gnu: libjxl: Propagate required inputs.
...
* gnu/packages/image.scm (libjxl)[inputs]: Move GOOGLE-BROTLI and
GOOGLE-HIGHWAY ...
[propagated-inputs]: ... here.
2022-11-15 13:09:04 +01:00
Tobias Geerinckx-Rice
d2b4226709
gnu: nano: Update to 7.0.
...
* gnu/packages/nano.scm (nano): Update to 7.0.
2022-11-13 01:00:06 +01:00
Tobias Geerinckx-Rice
ee1241fef6
gnu: fuzzel: Fix typo in description.
...
* gnu/packages/xdisorg.scm (fuzzel)[description]: Fix ‘foot’ typo.
2022-11-13 01:00:06 +01:00
kiasoc5
feaa52801a
gnu: Add fuzzel.
...
This patch avoids building fuzzel with bundled nanosvg and uses librsvg instead.
* gnu/packages/xdisorg.scm (fuzzel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15 12:16:43 +01:00
Antero Mejr
7d1add80b2
gnu: Add safeint.
...
* gnu/packages/cpp.scm (safeint): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-15 12:16:43 +01:00
Ludovic Courtès
94dc60841b
installer: Migrate to 'guile-gnutls'.
...
* gnu/installer.scm (installer-program): Replace GNUTLS with GUILE-GNUTLS.
2022-11-15 12:16:43 +01:00
Ludovic Courtès
514fedbf39
installer: Report known-unsupported PCI devices.
...
* gnu/installer/hardware.scm: New file.
* gnu/local.mk (INSTALLER_MODULES): Add it.
* po/guix/POTFILES.in: Add it.
* gnu/installer.scm (installer-steps): Pass #:pci-database to the
'welcome' step procedure.
* gnu/installer/newt.scm (welcome-page): Add #:pci-database and pass it
to 'run-welcome-page'.
* gnu/installer/newt/welcome.scm (check-hardware-support): Add #:pci-database.
Enumerate unsupported PCI devices and run an error page when unsupported
devices are found.
(run-welcome-page): Add #:pci-database and pass it to
'check-hardware-support' and to the recursive call.
* gnu/installer/record.scm (<installer>)[welcome-page]: Adjust comment.
* doc/guix.texi (Hardware Considerations): Mention it.
2022-11-15 12:16:43 +01:00
Ludovic Courtès
6b39c3afcc
installer: Error page width is parameterized.
...
* gnu/installer/newt/page.scm (run-error-page): Add #:width and honor
it.
2022-11-15 12:16:43 +01:00
Ludovic Courtès
938d6161cb
installer: Use 'current-guix' for extensions.
...
This lets us use the latest (gnu build linux-modules) for instance.
Note that items listed in 'with-extensions' come first in the load path,
before the directory containing the modules in 'with-imported-modules'.
* gnu/installer.scm (installer-program): Use (current-guix) instead of
'guix' in 'with-extensions'.
2022-11-15 12:16:43 +01:00
Ludovic Courtès
afbd4d8470
linux-modules: Add 'load-pci-device-database'.
...
* gnu/build/linux-modules.scm (read-pci-device-database)
(load-pci-device-database): New procedures.
2022-11-15 12:16:43 +01:00
Ludovic Courtès
655fb8feac
linux-modules: Add support for listing PCI devices.
...
* gnu/build/linux-modules.scm (<pci-device>): New record type.
(pci-device-class-predicate, storage-pci-device?, network-pci-device?)
(display-pci-device?, pci-devices?): New procedures.
2022-11-15 12:16:42 +01:00
Ludovic Courtès
4f7ffb97a4
installer: Warn about hardware support after the welcome page.
...
This is a followup to 682639c107
, which
added the uvesafb upfront, before welcome page had been displayed.
* gnu/installer/newt/welcome.scm (check-hardware-support): New
procedure.
(run-welcome-page): Use it.
2022-11-15 12:16:42 +01:00
James Smith
de61a0aa4a
gnu: slade: Update to 3.2.1.
...
* gnu/packages/game-development.scm (slade): Update to 3.2.1.
[arguments]: Use G-expressions.
[phases]: Remove reset-slade.pk3-timestamp phase.
[inputs]: Remove input labels. Add lua and mpg123. Replace wxwidgets-3.1
with wxwidgets.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 12:30:49 +02:00
michaeldelago
3f58fbe34a
gnu: fzf: update to 0.34.0.
...
* gnu/packages/terminals.scm (go-github-com-junegunn-fzf): Update to
0.34.0.
[inputs]: Add go-github-com-rivo-uniseg, go-golang-org-x-term.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 12:30:49 +02:00
jgart
d15373655b
gnu: python-bottle: Update to 0.12.23.
...
* gnu/packages/python-web.scm (python-bottle): Update to 0.12.23.
[native-inputs]: Add python-pytest.
[arguments]: Use pytest to call test suite.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 12:30:49 +02:00
Sharlatan Hellseher
3775e997ba
gnu: python-mdurl: Enable tests.
...
* gnu/packages/python-xyz.scm (python-mdurl): Enable tests.
[source]: Use git checkout with tests.
[build-system]: Use pyproject-build-system.
[native-inputs]: Add python-pytest.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 12:30:48 +02:00
Sharlatan Hellseher
153e7d8956
gnu: python-colorful: Enable tests.
...
* gnu/packages/python-xyz.scm (python-colorful): Enable tests.
[source]: Use git checkout which has tests.
[build-system]: Use pyproject-build-system.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 12:30:41 +02:00
Sharlatan Hellseher
d244282b69
gnu: Add cl-gss.
...
* gnu/packages/lisp-xyz.scm (ecl-cl-gss, cl-gss, sbcl-cl-gss): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-15 11:22:29 +01:00
Sharlatan Hellseher
3d09c03ea8
gnu: cl-radiance: Update to 2.1.2-2.a723783.
...
* gnu/packages/lisp-xyz.scm (sbcl-radiance): Update to 2.1.2-2.a723783.
[native-inputs, inputs]: Remove labels.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-15 11:22:29 +01:00
jgart
c7422310ee
gnu: Add cl-wild-package-inferred-system.
...
* gnu/packages/lisp-xyz.scm (cl-wild-package-inferred-system,
ecl-wild-package-inferred-system, sbcl-wild-package-inferred-system):
New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-15 11:22:29 +01:00
Ricardo Wurmus
02db3f51b7
gnu: Add r-disgenet2r.
...
* gnu/packages/bioinformatics.scm (r-disgenet2r): New variable.
2022-11-15 11:03:24 +01:00
dan
92af171860
gnu: virt-manager: Update to 4.1.0.
...
* gnu/packages/virtualization (virt-manager): Update to 4.1.0.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 11:09:15 +02:00
Csepp
c35b51f002
gnu: python-qtconsole: Use python-pyqt-without-webkit.
...
* gnu/packages/python-xyz.scm (python-qtconsole)[propagated-inputs]:
Use python-pyqt-without-qtwebkit.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 11:09:15 +02:00
kiasoc5
5ac20c9a25
gnu: copyq: Update to 6.3.2.
...
* gnu/packages/xdisorg (copyq): Update to 6.3.2.
[arguments]: Use g-expressions.
[inputs]: Add qtdeclarative-5, qtwayland-5, wayland, knotifications.
[native-inputs]: Add extra-cmake-modules, qttools-5.
Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2022-11-15 10:59:04 +02:00
Efraim Flashner
587a0f4600
gnu: Add onedrive.
...
* gnu/packages/sync.scm (onedrive): New variable.
2022-11-15 10:08:00 +02:00
Efraim Flashner
02d82dedc8
gnu: torsocks: Add release-monitoring-url.
...
* gnu/packages/tor.scm (torsocks)[properties]: New field.
2022-11-15 10:03:53 +02:00
Efraim Flashner
717dba1c53
gnu: syncthing: Update release-monitoring-url.
...
* gnu/packages/syncthing.scm (syncthing)[properties]: Update
release-monitoring-url.
2022-11-15 10:03:53 +02:00
Efraim Flashner
de1bc72f04
gnu: mutt: Update to 2.2.9.
...
* gnu/packages/mail.scm (mutt): Update to 2.2.9.
2022-11-15 10:03:53 +02:00
Efraim Flashner
b1a72fd6b6
gnu: git-annex: Update to 10.20221103.
...
* gnu/packages/haskell-apps.scm (git-annex): Update to 10.20221103.
2022-11-15 10:03:53 +02:00
Efraim Flashner
c666cc3fb9
gnu: moreutils: Add release-monitoring-url.
...
* gnu/packages/moreutils.scm (moreutils)[properties]: New field.
2022-11-15 10:03:52 +02:00
(unmatched-parenthesis
5f8a2a7a69
gnu: Add go-github-com-miolini-datacounter.
...
* gnu/packages/golang.scm (go-github-com-miolini-datacounter): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-15 02:08:41 -05:00
(unmatched-parenthesis
02824cda55
gnu: Add go-github-com-riywo-loginshell.
...
* gnu/packages/golang.scm (go-github-com-riywo-loginshell): New
variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-15 01:24:28 -05:00
Ricardo Wurmus
2a58ddb6da
gnu: multipath-tools: Set prefix instead of DESTDIR.
...
This is necessary to avoid having multipath look for its plugins in /lib
instead of /gnu/store/...-multipath-tools-.../lib.
* gnu/packages/linux.scm (multipath-tools)[arguments]: Replace DESTDIR with
prefix in make flags; override configdir to look up stateful configurations in
global /etc directory.
2022-11-14 22:52:44 +01:00
Ricardo Wurmus
a570b4e1ee
gnu: multipath-tools: Enable parallel build.
...
* gnu/packages/linux.scm (multipath-tools)[arguments]: Remove parallel-build?
argument.
2022-11-14 22:52:44 +01:00
Ricardo Wurmus
66edd586c2
gnu: multipath-tools: Update to 0.9.3.
...
* gnu/packages/linux.scm (multipath-tools): Update to 0.9.3.
[source]: Adjust snippet.
2022-11-14 22:52:44 +01:00
Tobias Geerinckx-Rice
f2bfc31f17
gnu: dropbear: Update to 2022.83.
...
* gnu/packages/ssh.scm (dropbear): Update to 2022.83.
[arguments]: Remove obsolete part of 'enable-x11-forwarding phase.
2022-11-13 01:00:00 +01:00
Arun Isaac
d0118c9930
gnu: prosody: Invoke prosody wrapper script directly.
...
* gnu/packages/messaging.scm (prosody)[arguments]: Add invoke-prosody-wrapper
phase.
2022-11-15 00:19:16 +05:30
Nicolas Goaziou
0581f11181
gnu: emacs-package-build: Update to 3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-package-build): Update to 3.2.
2022-11-14 19:42:06 +01:00
Nicolas Goaziou
8a8eea58ee
gnu: emacs-ebib: Update to 2.39.3.
...
* gnu/packages/emacs-xyz.scm (emacs-ebib): Update to 2.39.3.
2022-11-14 19:42:06 +01:00
Nicolas Goaziou
2ead125673
gnu: emacs-project: Update to 0.8.3.
...
* gnu/packages/emacs-xyz.scm (emacs-project): Update to 0.8.3.
2022-11-14 19:42:05 +01:00
Efraim Flashner
f572de77c4
gnu: tegola: Don't use autogenerated tarball.
...
* gnu/packages/geo.scm (tegola)[source]: Download using git-fetch.
2022-11-14 15:43:46 +02:00
Efraim Flashner
aa5df43668
gnu: imposm3: Don't use autogenerated tarball.
...
* gnu/packages/geo.scm (imposm3)[source]: Download using git-fetch.
2022-11-14 15:43:41 +02:00
Efraim Flashner
2fc6d733f3
gnu: infinibadn-diags: Don't use autogenerated tarball.
...
* gnu/packages/fabric-management.scm (infiniband-diags)[source]:
Download release tarball.
[native-inputs]: Remove autoconf, automake, libtool.
2022-11-14 15:43:35 +02:00
Efraim Flashner
2fc7e345aa
gnu: sqlcipher: Don't use autogenerated tarball.
...
* gnu/packages/databases.scm (sqlcipher)[source]: Download using
git-fetch.
2022-11-14 15:30:23 +02:00
Efraim Flashner
41b0d72f43
gnu: tint2: Add source file-name.
...
* gnu/packages/xdisorg.scm (tint2)[source]: Add file-name field.
2022-11-14 15:24:33 +02:00
Efraim Flashner
b13f00f0e1
gnu: i3-gaps: Add source file-name.
...
* gnu/packages/wm.scm (i3-gaps)[source]: Add file-name field.
2022-11-14 15:23:49 +02:00
Efraim Flashner
2b5b3c71d8
gnu: gfeeds: Add source file-name.
...
* gnu/packages/syndication.scm (gfeeds)[source]: Add file-name field.
2022-11-14 15:22:49 +02:00
Efraim Flashner
a2250d1793
gnu: python-readability-lxml: Add source file-name.
...
* gnu/packages/python-xyz.scm (python-readability-lxml)[source]: Add
file-name field.
2022-11-14 15:21:42 +02:00
Efraim Flashner
4d9b8ef391
gnu: python-flask-migrate: Add source file-name.
...
* gnu/packages/python-web.scm (python-flask-migrate)[source]: Add
file-name field.
2022-11-14 15:20:44 +02:00
Efraim Flashner
19f8ebae0e
gnu: tdlib-1.8.0: Add source file-name.
...
* gnu/packages/messaging.scm (tdlib-1.8.0)[source]: Add file-name field.
2022-11-14 15:19:39 +02:00
Efraim Flashner
a5d64173e0
gnu: cddlib: Add source file-name.
...
* gnu/packages/maths.scm (cddlib)[source]: Add file-name field.
2022-11-14 15:18:33 +02:00
Efraim Flashner
a0aa6542ac
gnu: irrlicht-for-minetest: Add source file-name.
...
* gnu/packages/games.scm (irrlicht-for-minetest)[source]: Add file-name
field.
2022-11-14 15:17:42 +02:00
Efraim Flashner
038e3d3419
gnu: emacs-hledger-mode: Add source file-name.
...
* gnu/packages/finance.scm (emacs-hledger-mode)[source]: Add file-name
field.
2022-11-14 15:16:37 +02:00
Efraim Flashner
eeca8fa52d
gnu: emacs-nyan-mode: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-nyan-mode)[source]: Add file-name
field.
2022-11-14 15:12:32 +02:00
Efraim Flashner
0a0c64dc35
gnu: emacs-consult-org-roam: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-org-roam)[source]: Add
file-name field.
2022-11-14 15:11:27 +02:00
Efraim Flashner
6caf619a72
gnu: emacs-fennel-mode: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-fennel-mode)[source]: Add file-name
field.
2022-11-14 15:10:27 +02:00
Efraim Flashner
609d7ae7f8
gnu: emacs-w3m: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-w3m)[source]: Add file-name field.
2022-11-14 15:09:36 +02:00
Efraim Flashner
7615248267
gnu: emacs-org-chef: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-org-chef)[source]: Add file-name
field.
2022-11-14 15:08:46 +02:00
Efraim Flashner
9deb49e1e4
gnu: emacs-ox-gfm: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-ox-gfm)[source]: Add file-name
field.
2022-11-14 15:07:44 +02:00
Efraim Flashner
344c65f1f7
gnu: emacs-pdfgrep: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-pdfgrep)[source]: Add file-name
field.
2022-11-14 15:06:53 +02:00
Efraim Flashner
64b153556e
gnu: emacs-orca: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-orca)[source]: Add file-name field.
2022-11-14 15:06:00 +02:00
Efraim Flashner
6030bdcf6a
gnu: emacs-ednc: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-ednc)[source]: Add file-name field.
2022-11-14 15:02:26 +02:00
Efraim Flashner
e64feb2cfb
gnu: emacs-consult-bibtex: Add source file-name.
...
* gnu/packages/emacs-xyz.scm (emacs-consult-bibtex)[source]: Add
file-name field.
2022-11-14 15:01:29 +02:00
Efraim Flashner
de1bce32c0
gnu: qm-dsp: Add source file-name.
...
* gnu/packages/audio.scm (qm-dsp)[source]: Add file-name field.
2022-11-14 15:00:26 +02:00
Efraim Flashner
643d4f63be
gnu: btop: Don't use autogenerated tarball.
...
* gnu/packages/admin.scm (btop)[source]: Download using git-fetch.
2022-11-14 14:59:02 +02:00
Efraim Flashner
18b39f34b0
gnu: luajit: Add source file-name.
...
* gnu/packages/lua.scm (luajit)[source]: Add file-name field.
2022-11-14 14:53:54 +02:00
kiasoc5
4ba780aeb8
gnu: kanshi: Update to 1.3.0.
...
* gnu/packages/wm.scm (kanshi): Update to 1.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:35 +01:00
kiasoc5
8eb8c732dd
gnu: wf-recorder: Update to 0.3.0.
...
* gnu/packages/video.scm (wf-recorder): Update to 0.3.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
kiasoc5
d5fff6885b
gnu: swayidle: Update to 1.7.1.
...
* gnu/packages/wm.scm (swayidle): Update to 1.7.1.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
John Kehayias
2e33a78a93
gnu: Add snixembed.
...
* gnu/packages/freedesktop.scm (snixembed): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Leo Nikkilä
fbdd0a4a14
gnu: luajit: Update to commit 6c4826.
...
* gnu/packages/lua.scm (luajit)[source]: Use git-fetch, remove patch.
* gnu/packages/patches/luajit-no_ldconfig.patch: Delete patch.
* gnu/local.mk (dist_patch_DATA): Remove it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Sharlatan Hellseher
8d7c96284a
gnu: Add siril.
...
* gnu/packages/astronomy.scm (siril): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Sharlatan Hellseher
cf8e5f4ff8
gnu: Add librtprocess.
...
* gnu/packages/photo.scm (librtprocess): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Fabio Natali
98e4bfe96f
gnu: Add clojure-data-csv.
...
* gnu/packages/clojure.scm (clojure-data-csv): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:34 +01:00
Matthieu Simonin
e24f7762ac
gnu: Add python-enoslib.
...
* gnu/packages/python-web.scm (python-enoslib): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2022-11-14 12:31:33 +01:00
Pierre Neidhardt
4cc746820a
gnu: bbswitch-module: Update to 20220529 and fix for Linux 5.18+.
...
* gnu/packages/linux.scm (bbswitch-module): Update to 20220529 and fix for
Linux 5.18+.
[source]: Switch to fork since fix is not merged upstream yet.
2022-11-14 11:28:25 +01:00
Christopher Baines
f73d9690ad
gnu: protobuf-2: Use gexp in arguments.
...
This fixes the breakage introduced when the protobuf package switched to using
gexp's in the arguments.
The package doesn't build, but at least the builder is now deterministic and
valid Guile.
* gnu/packages/protobuf.scm (protobuf-2)[arguments]: Adapt to use gexp's.
2022-11-14 08:59:23 +00:00
dan
3ff0a976e8
gnu: mpv: Update to 0.35.0.
...
* gnu/packages/video.scm (mpv): Update to 0.35.0.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-14 10:09:07 +08:00
Thiago Jung Bauermann
b59b033af3
gnu: emacs-magit: Substitute git executable path.
...
Magit has a strong dependency on Git so it should directly reference the
git executable rather than expect it to be available in the profile or
environment.
This also fixes a build failure in emacs-forge.
* gnu/packages/emacs-xyz.scm (emacs-magit)[arguments]<#:phases>: Substitute
git path in the ‘magit-git-executable’ variable.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13 22:49:10 +01:00
Liliana Marie Prikler
7565aecf7a
gnu: komikku: Update to 1.4.0.
...
* gnu/packages/gnome.scm (komikku): Update to 1.4.0.
2022-11-13 22:49:10 +01:00
Hilton Chain
b52ac1c874
gnu: Add spectre-meltdown-checker.
...
* gnu/packages/linux.scm (spectre-meltdown-checker): New variable.
* gnu/packages/patches/spectre-meltdown-checker-find-kernel.patch: New file.
* gnu/packages/patches/spectre-meltdown-checker-externalize-fwdb.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
Signed-off-by: Liliana Marie Prikler <liliana.prikler@gmail.com>
2022-11-13 22:49:10 +01:00
Ricardo Wurmus
4df7db5955
gnu: gwl: Update to 0.5.1.
...
* gnu/packages/package-management.scm (gwl): Update to 0.5.1.
[arguments]: Disable one test.
2022-11-13 19:49:05 +01:00
Ricardo Wurmus
0d2ad7b7c0
gnu: ardour: Do not use labels in list of native inputs.
...
* gnu/packages/audio.scm (ardour)[native-inputs]: Drop package labels.
2022-11-13 19:28:47 +01:00
Ricardo Wurmus
927e03ade6
gnu: ardour: Remove trailing #T from phases.
...
* gnu/packages/audio.scm (ardour)[arguments]: Remove trailing #T.
(ardour-rpath-phase): Same.
2022-11-13 19:28:47 +01:00
Sughosha
08d3197470
gnu: ardour: Install man page.
...
* gnu/packages/audio.scm (ardour)[arguments]: Add phase "install-man-page".
2022-11-13 19:28:47 +01:00
Sughosha
9a8a937743
gnu: ardour: Use more system libraries.
...
* gnu/packages/audio.scm (ardour)[arguments]: Enable use of external
libraries.
[inputs]: Add fluidsynth, hidapi, libltc, and qm-dsp.
2022-11-13 19:28:47 +01:00
Sughosha
6737fdc1c8
gnu: Add qm-dsp.
...
* gnu/packages/audio.scm (qm-dsp): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-13 19:28:47 +01:00
Sughosha
9a8c256cae
gnu: ardour: Update to 7.0
...
* gnu/packages/audio.scm (ardour): Update to 7.0.
2022-11-13 19:28:47 +01:00
Arun Isaac
394684bfeb
gnu: prosody: Add bash-minimal to inputs.
...
* gnu/packages/messaging.scm (prosody)[inputs]: Add bash-minimal.
2022-11-13 22:19:04 +05:30
Arun Isaac
1f017bf7d0
gnu: prosody: Update to 0.12.1.
...
* gnu/packages/messaging.scm (prosody): Update to 0.12.1.
[inputs]: Add icu4c.
2022-11-13 22:18:59 +05:30
EuAndreh
5ef933efa4
services: vpn: Fix the profile wireguard package.
...
This is a follow-up of: fb35b7cedd
.
* gnu/services/vpn.scm (wireguard-service-type): Add the wireguard package
from the configuration to the profile.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-13 14:03:54 +01:00
Efraim Flashner
80d10fa413
gnu: ck: Add support for riscv64-linux.
...
* gnu/packages/c.scm (gnu-triplet->ck-machine target): Add case for
riscv64.
2022-11-13 12:24:03 +02:00
Efraim Flashner
ec6e82ba88
gnu: mimalloc: Update to 2.0.7.
...
* gnu/packages/c.scm (mimalloc): Update to 2.0.7.
2022-11-13 11:49:28 +02:00
Maxim Cournoyer
4f648f6096
gnu: Add c-intro-and-ref.
...
* gnu/packages/c.scm (c-intro-and-ref): New variable.
2022-11-13 00:25:43 -05:00
David Thompson
c4025af8c1
gnu: guile-websocket: Update to 0.1.
...
* gnu/packages/guile-xyz.scm (guile-websocket): Update to 0.1.
2022-11-12 20:13:13 -05:00
Nicolas Goaziou
42d1fa6fc4
gnu: emacs-php-mode: Update to 1.24.2.
...
* gnu/packages/emacs-xyz.scm (emacs-php-mode): Update to 1.24.2.
2022-11-12 22:57:06 +01:00
Nicolas Goaziou
40138eac83
gnu: emacs-helm: Update to 3.9.0.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.9.0.
2022-11-12 22:55:22 +01:00
Nicolas Goaziou
733fba28df
gnu: fet: Update to 6.7.1.
...
* gnu/packages/education.scm (fet): Update to 6.7.1.
2022-11-12 18:53:56 +01:00
EuAndreh
fb35b7cedd
services: vpn: Add wireguard-tools to profile-service-type.
...
* gnu/services/vpn.scm (wireguard-service-type): Include the
"wireguard-tools" package as an extension to profile-service-type, so
that users that enable the wireguard service can interact with it via
the command-line without having to manually install wireguard-tools.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-12 18:40:16 +01:00
Mathieu Othacehe
2757de2e2b
gnu: cuirass: Update to 1.1.0-12.1fb4b0a.
...
* gnu/packages/ci.scm (cuirass): Update to 1.1.0-12.1fb4b0a.
2022-11-12 12:03:19 +01:00
Mathieu Othacehe
d8d4b585e7
gnu: guile-simple-zmq: Update to 0.0.0-10.ff0b39a.
...
* gnu/packages/guile-xyz.scm (guile-simple-zmq): Update to 0.0.0-10.ff0b39a.
2022-11-12 12:03:19 +01:00
jgart
c3cbe1c8da
gnu: Add emacs-free-keys.
...
* gnu/packages/emacs-xyz.scm (emacs-free-keys): New variable.
Signed-off-by: Nicolas Goaziou <mail@nicolasgoaziou.fr>
2022-11-12 11:32:33 +01:00
Nicolas Goaziou
f9ff7dd1cf
gnu: emacs-helm: Update to 3.8.9.
...
* gnu/packages/emacs-xyz.scm (emacs-helm): Update to 3.8.9.
2022-11-12 11:32:18 +01:00
Nicolas Goaziou
ed013c10fd
gnu: emacs-prescient: Update to 6.0.
...
* gnu/packages/emacs-xyz.scm (emacs-prescient): Update to 6.0.
2022-11-12 11:32:18 +01:00
Nicolas Goaziou
e2a75b4e91
gnu: emacs-ctrlf: Update to 1.6.
...
* gnu/packages/emacs-xyz.scm (emacs-ctrlf): Update to 1.6.
2022-11-12 11:32:18 +01:00