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
Nicolas Goaziou
eac27d829d
gnu: emacs-apheleia: Update to 3.1.
...
* gnu/packages/emacs-xyz.scm (emacs-apheleia): Update to 3.1.
2022-11-12 11:32:17 +01:00
Nicolas Goaziou
ec7c888f0a
gnu: emacs-exwm: Update to 0.27.
...
* gnu/packages/emacs-xyz.scm (emacs-exwm): Update to 0.27.
2022-11-12 11:32:17 +01:00
Nicolas Goaziou
b5b4edeec6
gnu: emacs-subed: Update to 1.0.19.
...
* gnu/packages/emacs-xyz.scm (emacs-subed): Update to 1.0.19.
2022-11-12 11:32:17 +01:00
jgart
0209ee0b55
gnu: Add carp.
...
* gnu/packages/lisp.scm (carp): New variable.
Co-authored-by: ( <paren@disroot.org>
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-12 03:57:17 -05:00
Raghav Gururajan
3c62b03798
Revert "teams: Add Raghav Gururajan."
...
This reverts commit 56aebf7f7c
.
2022-11-12 03:49:39 -05:00
Raghav Gururajan
56aebf7f7c
teams: Add Raghav Gururajan.
...
* etc/teams.scm.in: Add Raghav Gururajan.
2022-11-12 03:43:15 -05:00
Maxim Cournoyer
008f3a28c6
gnu: jami: Enable unit tests.
...
* gnu/packages/patches/jami-fix-qml-imports.patch: New file.
* gnu/packages/patches/jami-fix-unit-tests-build.patch: Likewise.
* gnu/packages/patches/jami-libjami-headers-search.patch: Likewise.
* gnu/packages/patches/jami-sip-unregister.patch: Likewise.
* gnu/packages/patches/jami-xcb-link.patch: Likewise.
* gnu/local.mk: Register them.
* gnu/packages/jami.scm (%jami-sources): Apply new patches.
(jami) [tests?]: Delete argument to run tests.
[configure-flags]: Remove TESTS? argument.
Enable tests with -DENABLE_TESTS=ON. Remove -DLIBJAMI_INCLUDE_DIR.
[phases] {check}: New phase override.
[native-inputs]: Add settings-desktop-schemas.
[inputs]: Add glib and libxcb.
2022-11-12 00:39:35 -05:00
Maxim Cournoyer
d7d09a2773
gnu: jami: Update to 20221031.1308.130cc26.
...
* gnu/packages/jami.scm (libjami, jami): Update to 20221031.1308.130cc26.
(%jami-sources): Remove jami-fix-crash-on-block-contact patch. Add
jami-disable-integration-tests and jami-no-webengine patches.
(pjproject-jami): Update to 2.12-1.513a3f1.
(ffmpeg-jami): Replace libvpx with libvpx-next. Replace libx264 with
libx264-next.
(libjami): Update comment with upstream issue URL.
[tests?]: Remove argument, enabling test suite.
[configure-flags]: Remove "--disable-static".
[phases] {delete-static-libraries}: New phase.
(jami) [tests?]: Update comment.
[configure-flags]: Remove "-DLIBJAMI_XML_INTERFACES_DIR=" flag.
[phases] {patch-source}: Delete phase.
* gnu/packages/patches/jami-fix-crash-on-block-contact.patch: Delete patch.
* gnu/packages/patches/jami-disable-integration-tests.patch: New file.
* gnu/packages/patches/jami-no-webengine.patch: New file.
* gnu/local.mk (dist_patch_DATA): Update accordingly.
2022-11-11 23:52:04 -05:00
Maxim Cournoyer
8fc7f20cb2
gnu: opendht: Use latest fmt.
...
* gnu/packages/networking.scm (opendht)[inputs]: Replace fmt-8 with fmt.
2022-11-11 23:52:04 -05:00
Leo Famulari
c847585732
gnu: linux-libre 4.9: Update to 4.9.333.
...
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.333.
(linux-libre-4.9-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
3e74679f07
gnu: linux-libre 4.14: Update to 4.14.299.
...
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.299.
(linux-libre-4.14-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
daff256f62
gnu: linux-libre 4.19: Update to 4.19.265.
...
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.265.
(linux-libre-4.19-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
0b7b724deb
gnu: linux-libre 5.4: Update to 5.4.224.
...
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.224.
(linux-libre-5.4-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
caa8db80c8
gnu: linux-libre 5.10: Update to 5.10.154.
...
* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.154.
(linux-libre-5.10-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
2673025301
gnu: linux-libre 5.15: Update to 5.15.78.
...
* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.78.
(linux-libre-5.15-pristine-source): Update hash.
2022-11-11 21:42:19 -05:00
Leo Famulari
b3e15b5abc
gnu: linux-libre: Update to 6.0.8.
...
* gnu/packages/linux.scm (linux-libre-6.0-version): Update to 6.0.8.
(linux-libre-6.0-pristine-source): Update hash.
2022-11-11 21:42:15 -05:00
Marius Bakke
8a261de34c
gnu: uBlock Origin: Update to 1.45.2.
...
* gnu/packages/browser-extensions.scm (ublock-origin): Update to 1.45.2.
2022-11-12 03:23:05 +01:00
kiasoc5
ad03c2d461
gnu: wofi: Update to 1.3.
...
* gnu/packages/xdisorg.scm (wofi): Update to 1.3.
[arguments]: Use new style for arguments.
[inputs]: Remove input labels.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
da0f502742
gnu: waybar: Update to 0.9.15.
...
* gnu/packages/wm.scm (waybar): Update to 0.9.15.
[inputs]: Replace fmt-8 with fmt.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
688c3ef282
gnu: spdlog: Update to 1.11.0.
...
* gnu/packages/logging.scm (spdlog): Update to 1.11.0.
[source]<origin>: Remove obselete snippet.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:44 +01:00
Greg Hogan
159bf4ac24
gnu: bear: Replace spdlog with spdlog-1.10.
...
* gnu/packages/build-tools.scm (bear)[inputs]: Replace spdlog with
spdlog-1.10.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
Greg Hogan
8f8000a95f
gnu: Add spdlog-1.10.
...
* gnu/packages/logging.scm (spdlog-1.10): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
dan
474070facb
gnu: mangohud: Update to 0.6.8.
...
* gnu/packages/graphics.scm (mangohud): Update to 0.6.8.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
Michael Rohleder
b37cd00dc3
gnu: xfce4-settings: Update to 4.16.4.
...
* gnu/packages/xfce.scm (xfce4-settings): Update to 4.16.4.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-11 23:17:43 +01:00
Ludovic Courtès
1fdb3f98a6
gnu: valgrind: Add version 3.20.0.
...
* gnu/packages/valgrind.scm (valgrind-3.18): Remove.
(valgrind-3.20): New variable.
2022-11-11 23:17:43 +01:00
Ricardo Wurmus
8c0c223fab
gnu: plymouth: Update to 22.02.122.
...
* gnu/packages/freedesktop.scm (plymouth): Update to 22.02.122.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
c169a4f0fb
gnu: plymouth: Change configure flags.
...
Remove unnecessary color flags, and set the default logo to the run directory
because /etc will not exist in the early boot process.
* gnu/packages/freedesktop.scm (plymouth)[arguments]: Remove
"--with-background-color", "--with-background-start-color-stop", and
"--with-background-end-color-stop" options; change value of "--with-logo"
option.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
1dd4569210
gnu: plymouth: Use plain list of native inputs.
...
* gnu/packages/freedesktop.scm (plymouth)[native-inputs]: Use list without
labels.
2022-11-11 22:33:28 +01:00
Ricardo Wurmus
ea96cd2723
gnu: plymouth: Use gexps.
...
* gnu/packages/freedesktop.scm (plymouth)[arguments]: Use gexps.
2022-11-11 22:33:27 +01:00
Marius Bakke
9d3cd3c79d
gnu: ungoogled-chromium: Update to 107.0.5304.110-1.
...
* gnu/packages/chromium.scm (%chromium-version): Set to 107.0.5304.110.
(%ungoogled-origin, ungoogled-chromium): Update hashes.
2022-11-11 18:09:58 +01:00
Marius Bakke
4adc4e2b3a
gnu: ganeti-instance-guix: Update to 0.8.
...
* gnu/packages/virtualization.scm (ganeti-instance-guix): Update to 0.8.
[native-inputs]: Add JQ.
[inputs]: Add CRYPTSETUP.
2022-11-11 18:09:58 +01:00
Marius Bakke
e6f5b9f732
gnu: java-openmpi: Remove unused module import.
...
* gnu/packages/mpi.scm (java-openmpi)[arguments]: Don't import
(guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
546a3f1c81
gnu: clojure: Remove unused module import.
...
* gnu/packages/clojure.scm (clojure)[arguments]: Don't import
(guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
6d555bd996
gnu: dbqn: Remove unused module import.
...
* gnu/packages/bqn.scm (dbqn)[arguments]: Don't import (guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
09562e0bea
gnu: axoloti: Remove unused module import.
...
* gnu/packages/axoloti.scm (axoloti-runtime, axoloti-patcher,
axoloti-patcher-next)[arguments]: Don't import (guix build syscalls).
2022-11-11 18:09:58 +01:00
Marius Bakke
94913eabbb
gnu: maven-model: Avoid usage of (guix build syscalls).
...
* gnu/packages/maven.scm (maven-3.0-model)[arguments]: Use MKDTEMP instead of
MKDTEMP!.
2022-11-11 18:09:58 +01:00
Marius Bakke
d899e9351d
gnu: OpenJDK: Avoid usage of (guix build syscalls).
...
* gnu/packages/java.scm (ant-bootstrap)[arguments]: Use MKDTEMP instead of
MKDTEMP! from (guix build syscalls).
(icedtea-8, openjdk9, openjdk11, antlr2): Likewise.
2022-11-11 18:09:58 +01:00
Ricardo Wurmus
fa9ad4b482
gnu: guile-aiscm: Use different variant of protobuf-c.
...
* gnu/packages/machine-learning.scm (guile-aiscm)[native-inputs]: Replace
protobuf-c with protobuf-c-for-aiscm.
2022-11-11 17:19:28 +01:00
Ricardo Wurmus
ac07544ebf
gnu: Add protobuf-c-for-aiscm.
...
* gnu/packages/protobuf.scm (protobuf-c-for-aiscm): New variable.
2022-11-11 17:19:10 +01:00
Navid Afkhami
ba8679fb24
gnu: Add python-tspex.
...
* gnu/packages/python-science.scm (python-tspex): New variable.
Co-authored-by: Ricardo Wurmus <rekado@elephly.net>
2022-11-11 12:12:04 +01:00
Nicolas Goaziou
a370fcbc5f
gnu: scintilla: Update to 5.3.1.
...
* gnu/packages/text-editors.scm (scintilla): Update to 5.3.1.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou
a9ba05ca31
gnu: emacs-robot-mode: Update to 0.7.0.
...
* gnu/packages/emacs-xyz.scm (emacs-robot-mode): Update to 0.7.0.
2022-11-11 11:48:11 +01:00
Nicolas Goaziou
54230ad949
gnu: emacs-org-transclusion: Run tests.
...
* gnu/packages/emacs-xyz.scm (emacs-org-transclusion)[argument]: Run tests.
[native-inputs]: Add EMACS-ERT-RUNNER.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou
28de3f4063
gnu: emacs-doom-modeline: Update to 3.3.2.
...
* gnu/packages/emacs-xyz.scm (emacs-doom-modeline): Update to 3.3.2.
2022-11-11 11:48:10 +01:00
Nicolas Goaziou
ceaff4eb29
gnu: emacs-cape: Update to 0.10.
...
* gnu/packages/emacs-xyz.scm (emacs-cape): Update to 0.10.
2022-11-11 11:48:10 +01:00
(unmatched-parenthesis
c37b6fba1a
gnu: Add go-github-com-xo-terminfo.
...
* gnu/packages/golang.scm (go-github-com-xo-terminfo): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:49:38 -05:00
(unmatched-parenthesis
8835937ea5
gnu: Add go-google-golang-org-protobuf.
...
* gnu/packages/golang.scm (go-google-golang-org-protobuf): New variable.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-11 00:21:23 -05:00
(unmatched-parenthesis
a6d2ae431a
gnu: Add go-github-com-creack-pty.
...
* gnu/packages/golang.scm (go-github-com-creack-pty): New variable.
* guix/build-system/go.scm (go-target): Add to exported variables.
Signed-off-by: Raghav Gururajan <rg@raghavgururajan.name>
2022-11-10 23:17:18 -05:00
Efraim Flashner
70df5c47a8
gnu: tor: Update to 0.4.7.11.
...
* gnu/packages/tor.scm (tor): Update to 0.4.7.11.
2022-11-10 23:00:59 +02:00
Mathieu Othacehe
3e3f3a332d
gnu: parted: Add a debug output.
...
This is useful when debugging installer crashes in libparted.
* gnu/packages/disk.scm (parted)[outputs]: Add a "debug" output.
2022-11-10 18:17:14 +01:00
Artyom Bologov
1f5e8ef14f
gnu: Add cl-nsymbols.
...
* gnu/packages/lisp-xyz.scm (sbcl-nsymbols, cl-nsymbols, ecl-nsymbols): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 14:43:35 +01:00
( via Guix-patches via
2c9b4c573b
gnu: mako: Patch makoctl to refer directly to binaries.
...
* gnu/packages/wm.scm (mako)[arguments]<#:phases>{'patch-makoctl}:
New phase.
[inputs]: Add jq.
Signed-off-by: Andrew Tropin <andrew@trop.in>
2022-11-10 16:52:55 +04:00
Andrew Tropin
0760a8511d
gnu: guile-parted: Fix hash.
...
* gnu/packages/guile-xyz.scm (guile-parted): Fix hash.
2022-11-10 16:52:55 +04:00
Mathieu Othacehe
b5510269c5
gnu: guile-parted: Update to 0.0.7.
...
* gnu/packages/guile-xyz.scm (guile-parted): Update to 0.0.7.
2022-11-10 13:22:52 +01:00
Artyom Bologov
a6d6a48b15
gnu: Add cl-lass.
...
* gnu/packages/lisp-xyz.scm (sbcl-lass, cl-lass, ecl-lass): New variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2022-11-10 11:12:33 +01:00
Jonathan Brielmaier
cc4fa1018d
gnu: icedove: Update to 102.4.2.
...
* gnu/packages/gnuzilla.scm (%icedove-build-id, %icedove-version) Update to 102.4.2.
2022-11-10 09:44:49 +01:00
Hilton Chain
ae820c317c
gnu: font-chiron-hei-hk: Update to 2.505.
...
* gnu/packages/fonts.scm (font-chiron-hei-hk): Update to 2.505.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:10 +08:00
Hilton Chain
d6479009e4
gnu: font-chiron-sung-hk: Update to 1.007.
...
* gnu/packages/fonts.scm (font-chiron-sung-hk): Update to 1.007.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:37:04 +08:00
Michael Rohleder
abdd37957d
gnu: btop: Update to 1.2.13.
...
* gnu/packages/admin.scm (btop): Update to 1.2.13.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:25:21 +08:00
Imran Iqbal
0d7131d2bd
gnu: scdoc: Update to 1.11.2.
...
* gnu/packages/man.scm (scdoc): Update to 1.11.2.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2022-11-10 09:18:56 +08:00
Hilton Chain
841963f948
gnu: Add modprobed-db.
...
* gnu/packages/linux.scm (modprobed-db): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
cage
aaa59935af
gnu: gmid: Update to 1.8.5.
...
* gnu/packages/web.scm (gmid): Update to 1.8.5.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Nicolas Graves
b6b4be2e48
gnu: Add vnstat.
...
* gnu/packages/networking.scm (vnstat): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2022-11-09 23:59:42 +01:00
Ludovic Courtès
0916a79f8c
installer: Remove unused variable.
...
* gnu/installer/newt.scm (newt-run-command): Remove
'displayed-command'.
2022-11-09 23:59:42 +01:00
Ludovic Courtès
26e39b1258
gnu: texinfo: Add version 7.0.
...
* gnu/packages/texinfo.scm (texinfo-7): New variable.
2022-11-09 23:59:41 +01:00
Danny Milosavljevic
a827905302
gnu: Add edac-utils.
...
* gnu/packages/linux.scm (edac-utils): New variable.
2022-11-09 23:04:22 +01:00
Artyom V. Poptsov
63b7dbc732
gnu: guile-ics: Update to 0.4.0.
...
* gnu/packages/guile-xyz.scm (guile-ics): Update to 0.4.0.
[propagated-inputs]: Add "guile-dsv".
[description]: Update.
(guile2.2-ics): Likewise.
Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2022-11-09 17:45:41 +01:00
Efraim Flashner
70f43c0c2e
gnu: libressl: Update to 3.6.1.
...
* gnu/packages/tls.scm (libressl): Update to 3.6.1.
2022-11-09 16:29:15 +02:00
Ricardo Wurmus
8d7cb7f2a4
machine/digital-ocean: Pull operating system definition out of string.
...
* gnu/machine/digital-ocean.scm (guix-infect): Define the operating system
declaration as an s-expression and paste it into the generated Bash script to
simplify editing.
2022-11-09 13:45:24 +01:00