Commit graph

66714 commits

Author SHA1 Message Date
Efraim Flashner ae144ec797
gnu: oil: Don't hardcode gcc.
* gnu/packages/shells.scm (oil)[arguments]: In custom 'configure phase
use cc-for-target instead of hardcoding gcc.
2020-09-20 23:42:52 +03:00
Ryan Prior 02406d5c51
gnu: oil: Update to 0.8.0.
* gnu/packages/shells.scm (oil): Update to 0.8.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-20 23:42:52 +03:00
Nicolas Goaziou fd5cace4c9
gnu: emacs-beginend: Update to 2.2.0.
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.2.0.
2020-09-20 22:38:32 +02:00
Nicolas Goaziou 822c19b920
gnu: emacs-bluetooth: Update to 0.2.
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
2020-09-20 22:36:15 +02:00
Efraim Flashner ff7bba573a
gnu: gnu-pw-mgr: Update to 2.7.
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.7.
[arguments]: Add new phase to work around /dev/tty not being available
in the build environment.
2020-09-20 22:34:53 +03:00
Kei Kebreau 5d351adaca
gnu: retux: Update to 1.4.1-1.
* gnu/packages/games.scm (retux): Add let binding and update to 1.4.1-1.
[version]: Update version string.
[source]: Update URL.
2020-09-20 13:32:41 -04:00
Tobias Geerinckx-Rice fb420edd20
gnu: knot-resolver: Update to 5.1.3.
* gnu/packages/dns.scm (knot-resolver): Update to 5.1.3.
[inputs]: Remove lua5.1-cqueues, lua5.1-filesystem, lua5.1-sec, and
lua5.1-socket.
2020-09-20 18:34:39 +02:00
Tobias Geerinckx-Rice 84e2853147
gnu: libbpf: Propagate pkg-config Requirements.
* gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and
zlib, …
[propagated-inputs]: …this.
2020-09-20 18:34:39 +02:00
Julien Lepiller f9a6e3894b
gnu: Add antlr4.
* gnu/packages/java.scm (antlr4): New variable.
2020-09-20 13:57:09 +02:00
Julien Lepiller 5d115440c2
gnu: Add java-antlr4-runtime.
* gnu/packages/java.scm (java-antlr4-runtime): New variable.
* gnu/packages/patches/java-antlr4-Add-standalone-generator.patch: New
file.
* gnu/packages/patches/java-antlr4-fix-code-too-large.java: New file.
* gnu/local.mk (dist_patch_DATA): Add them.
2020-09-20 13:56:44 +02:00
Julien Lepiller 1d630fe0f6
gnu: Add java-treelayout.
* gnu/packages/java.scm (java-treelayout): New variable.
2020-09-20 13:56:37 +02:00
Maxim Cournoyer 4d82e8e5c5
gnu: qemu: Move HTML documentation to the doc output.
* gnu/packages/virtualization.scm (qemu)[outputs]: Add "doc" output.
[phases]{create-samba-wrapper}: Correctly refer to the outputs keyword
argument.
{move-html-doc}: Add phase.
2020-09-19 23:22:46 -04:00
Maxim Cournoyer 38197bb509
gnu: qemu: Install the full documentation as an info manual.
* gnu/packages/patches/qemu-build-info-manual.patch: Add patch.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
[phases]{install-info}: Remove phase.
{create-samba-wrapper}: Add after 'install.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer 710fd17ad5
gnu: qemu: Enable parallel tests.
I've built QEMU 5.1.0 tens of times on a 24 logical core machines, and haven't
encountered a failure.  Tentatively re-enabling parallel tests.

* gnu/packages/virtualization.scm (qemu)[arguments]: Drop the
\#:parallel-tests? #f argument.
[phases]{configure}: Fix indentation.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer 229091385a
gnu: qemu: Fix indentation.
* gnu/packages/virtualization.scm (qemu): Fix indentation.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer afeed71ae4
gnu: qemu: Disable the bios-tables-test test.
This works around <https://issues.guix.info/43048>.

* gnu/packages/virtualization.scm (qemu)[phases]{disable-unusable-tests}: Move
after unpack.  Combine the existing substitute patterns on a single usage of
substitute*.  Disable the bios-tables-test test in
tests/qtest/Makefile.include.
2020-09-19 23:22:45 -04:00
Maxim Cournoyer d5d80a62b7
gnu: qemu: Update to 5.1.0.
* gnu/packages/virtualization.scm (qemu): Update to 5.1.0.
2020-09-19 23:22:45 -04:00
Danny Milosavljevic 6b1253718d
gnu: u-boot: Reomve sdl2 dependency on non-GUI builds.
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2.
(u-boot-tools)[native-inputs]: Add sdl2.
2020-09-19 23:02:51 +02:00
Alexandros Theodotou 1bc5a77f0a
gnu: Add surge-synth.
* gnu/packages/music.scm (surge-synth): New variable.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-19 22:52:37 +02:00
Joseph LaFreniere cfcccc8a2a
gnu: Add emacs-standard-dirs.
* gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-19 22:52:37 +02:00
Ludovic Courtès 1b179d7876
describe: Save the original value of (program-arguments).
Fixes <https://bugs.gnu.org/42688>.
Reported by pkill9 <pkill9@runbox.com>.

This ensures that 'guix repl -s SCRIPT' give SCRIPT the right value
of (current-profile), which in turn ensures that (%package-module-path)
is initialized with the right set of channels.

* guix/describe.scm (initial-program-arguments): New variable.
(current-profile): Use it.
* guix/scripts/repl.scm (guix-repl): Call 'current-profile' before
'set-program-arguments'.
2020-09-19 22:52:36 +02:00
Mathieu Othacehe 0996fcc657
system: image: Rename ISO9660 files.
* gnu/system/image.scm (system-iso9660-image): Change the default file output
name to "image.iso".
2020-09-19 14:24:59 +02:00
Christopher Baines adcad54743
gnu: sqitch: Update to 1.1.0.
* gnu/packages/databases.scm (sqitch): Update to 1.1.0.
[native-inputs]: Add perl-test-mockobject.
2020-09-19 09:37:07 +01:00
Christopher Baines 6a1c3a908c
gnu: sqitch: Add more database drivers to inputs.
These are optional dependencies, but including them in the inputs and thus the
wrapped sqitch script makes using sqitch easier.

* gnu/packages/databases.scm (sqitch)[inputs]: Add perl-dbd-mysql and
perl-dbd-sqlite.
2020-09-19 09:37:07 +01:00
Guillaume Le Vaillant 70ef8b2455
gnu: electron-cash: Update to 4.1.1.
* gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
2020-09-19 10:06:48 +02:00
Tobias Geerinckx-Rice 84da8f7fee
gnu: knot: Update to 3.0.0.
* gnu/packages/dns.scm (knot): Update to 3.0.0.
Order fields more conventionally.
[source]: Remove obsolete snippet.
2020-09-19 01:40:05 +02:00
Tobias Geerinckx-Rice dc5ccd2e4d
gnu: libmanette: Update to 0.2.5.
* gnu/packages/games.scm (libmanette): Update to 0.2.5.
2020-09-19 01:40:04 +02:00
Tobias Geerinckx-Rice 4c962fabe9
gnu: libfprint: Update to 1.90.3.
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3.
2020-09-19 01:40:04 +02:00
Danny Milosavljevic e6ba735d68
gnu: Add svd2rust.
* gnu/packages/crates-io.scm (svd2rust): New variable.
2020-09-18 22:17:52 +02:00
Danny Milosavljevic efdd545fa7
gnu: Add rust-inflections@1.1.1.
* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
2020-09-18 22:17:22 +02:00
Danny Milosavljevic 54f1f72c43
gnu: Add rust-svd-parser@0.9.0.
* gnu/packages/crates-io.scm (rust-svd-parser-0.9): New variable.
2020-09-18 22:15:48 +02:00
Danny Milosavljevic 2345c39e6c
gnu: Add rust-xmltree@0.8.0.
* gnu/packages/crates-io.scm (rust-xmltree-0.8): New variable.
2020-09-18 22:14:57 +02:00
Danny Milosavljevic 24bbc23741
gnu: Add rust-xml-rs@0.7.1.
* gnu/packages/crates-io.scm (rust-xml-rs-0.7): New variable.
2020-09-18 22:13:40 +02:00
Danny Milosavljevic 7e25147e15
gnu: Add rust-packed-struct.
* gnu/packages/crates-io.scm (rust-packed-struct): New variable.
2020-09-18 22:12:17 +02:00
Greg Hogan aa9ba865de
doc: Fix broken hyperlinks in the contribution instructions.
* doc/contributing.texi (Packaging Guidelines, Submitting Patches):
Change URLs from relative to absolute links.
2020-09-18 14:33:17 -04:00
Efraim Flashner 9ef590dc8a
gnu: xxd: Use cc-for-target.
* gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with
cc-for-target in make-flags.
2020-09-18 18:25:59 +03:00
Greg Hogan 469e6aaea0
gnu: Add cxxopts.
* gnu/packages/cpp.scm (cxxopts): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 16:43:17 +02:00
Paul Garlick 389b71aa0f
gnu: Add texlive-microtype.
* gnu/packages/tex.scm (texlive-microtype): New variable.
2020-09-18 15:10:13 +01:00
Leo Famulari 62f9921c83
gnu: linux-libre@4.4: Update to 4.4.236.
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.236.
(linux-libre-4.4-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari 8b92de7ee6
gnu: linux-libre@4.9: Update to 4.9.236.
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236.
(linux-libre-4.9-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari 76ab528d01
gnu: linux-libre@4.14: Update to 4.14.198.
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.198.
(linux-libre-4.14-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari a91d5b6c05
gnu: linux-libre@4.19: Update to 4.19.146.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.146.
(linux-libre-4.19-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari e2fad8d494
gnu: linux-libre@5.4: Update to 5.4.66.
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.66.
(linux-libre-5.4-pristine-source): Update hash.
2020-09-18 09:38:39 -04:00
Leo Famulari 3b5b14d381
gnu: linux-libre: Update to 5.8.10.
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.10.
(linux-libre-5.8-pristine-source): Update hash.
2020-09-18 09:38:28 -04:00
Leo Prikler dac3fc0692
gnu: komikku: Update to 0.20.0.
* gnu/packages/gnome.scm (komikku): Update to 0.20.0.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 15:23:23 +02:00
Prafulla Giri d9dec1473d
gnu: calibre: Clean up 'wrap phase.
Based on the suggestion of the author, this commit cleans up the
changes introduced by fd3eac4dd7

For more information, see: https://issues.guix.gnu.org/43249

* gnu/packages/e-book.scm (calibre):
[arguments]: Remove the manual 'wrap phase replacement and add a
'wrap-program phase after standard 'wrap phase to make the runtime
dependency QtWebEngineProcess available to the binaries.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 15:21:19 +02:00
Jelle Licht 47640ca67d
gnu: emacs-helpful: Update to 0.17-1.be0e937f.
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.
2020-09-18 15:12:11 +02:00
Mathieu Othacehe 66c83960a5
gnu: libsoundio: Fix indentation.
* gnu/packages/audio.scm (libsoundio): Fix indentation.
2020-09-18 15:00:19 +02:00
Alexandros Theodotou bea98f9a0b
gnu: Add libsoundio.
* gnu/packages/audio.scm (libsoundio): New variable.

Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18 14:52:45 +02:00
Mathieu Othacehe ade7638d84
Revert "gnu: openblas: Update to 0.3.10."
This reverts commit c59e9f0a03 because it
triggers too many rebuilds.
2020-09-18 14:05:51 +02:00