summaryrefslogtreecommitdiff
path: root/gnu
AgeCommit message (Collapse)Author
2020-09-21installer: Fix docstring typoes.Tobias Geerinckx-Rice
* gnu/installer/connman.scm (connman-state, run-locale-page) (start-swapping, stop-swapping, run-installer-steps): Fix typo in docstring.
2020-09-20gnu: oil: Don't hardcode gcc.Efraim Flashner
* gnu/packages/shells.scm (oil)[arguments]: In custom 'configure phase use cc-for-target instead of hardcoding gcc.
2020-09-20gnu: oil: Update to 0.8.0.Ryan Prior
* gnu/packages/shells.scm (oil): Update to 0.8.0. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-09-20gnu: emacs-beginend: Update to 2.2.0.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-beginend): Update to 2.2.0.
2020-09-20gnu: emacs-bluetooth: Update to 0.2.Nicolas Goaziou
* gnu/packages/emacs-xyz.scm (emacs-bluetooth): Update to 0.2.
2020-09-20gnu: gnu-pw-mgr: Update to 2.7.Efraim Flashner
* 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-20gnu: retux: Update to 1.4.1-1.Kei Kebreau
* gnu/packages/games.scm (retux): Add let binding and update to 1.4.1-1. [version]: Update version string. [source]: Update URL.
2020-09-20gnu: knot-resolver: Update to 5.1.3.Tobias Geerinckx-Rice
* 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-20gnu: libbpf: Propagate pkg-config Requirements.Tobias Geerinckx-Rice
* gnu/packages/linux.scm (libbpf)[inputs]: Rename to, making libelf and zlib, … [propagated-inputs]: …this.
2020-09-20gnu: Add antlr4.Julien Lepiller
* gnu/packages/java.scm (antlr4): New variable.
2020-09-20gnu: Add java-antlr4-runtime.Julien Lepiller
* 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-20gnu: Add java-treelayout.Julien Lepiller
* gnu/packages/java.scm (java-treelayout): New variable.
2020-09-19gnu: qemu: Move HTML documentation to the doc output.Maxim Cournoyer
* 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-19gnu: qemu: Install the full documentation as an info manual.Maxim Cournoyer
* 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-19gnu: qemu: Enable parallel tests.Maxim Cournoyer
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-19gnu: qemu: Fix indentation.Maxim Cournoyer
* gnu/packages/virtualization.scm (qemu): Fix indentation.
2020-09-19gnu: qemu: Disable the bios-tables-test test.Maxim Cournoyer
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-19gnu: qemu: Update to 5.1.0.Maxim Cournoyer
* gnu/packages/virtualization.scm (qemu): Update to 5.1.0.
2020-09-19gnu: u-boot: Reomve sdl2 dependency on non-GUI builds.Danny Milosavljevic
* gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2. (u-boot-tools)[native-inputs]: Add sdl2.
2020-09-19gnu: Add surge-synth.Alexandros Theodotou
* gnu/packages/music.scm (surge-synth): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2020-09-19gnu: Add emacs-standard-dirs.Joseph LaFreniere
* gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-09-19system: image: Rename ISO9660 files.Mathieu Othacehe
* gnu/system/image.scm (system-iso9660-image): Change the default file output name to "image.iso".
2020-09-19gnu: sqitch: Update to 1.1.0.Christopher Baines
* gnu/packages/databases.scm (sqitch): Update to 1.1.0. [native-inputs]: Add perl-test-mockobject.
2020-09-19gnu: sqitch: Add more database drivers to inputs.Christopher Baines
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-19gnu: electron-cash: Update to 4.1.1.Guillaume Le Vaillant
* gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
2020-09-19gnu: knot: Update to 3.0.0.Tobias Geerinckx-Rice
* gnu/packages/dns.scm (knot): Update to 3.0.0. Order fields more conventionally. [source]: Remove obsolete snippet.
2020-09-19gnu: libmanette: Update to 0.2.5.Tobias Geerinckx-Rice
* gnu/packages/games.scm (libmanette): Update to 0.2.5.
2020-09-19gnu: libfprint: Update to 1.90.3.Tobias Geerinckx-Rice
* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3.
2020-09-18gnu: Add svd2rust.Danny Milosavljevic
* gnu/packages/crates-io.scm (svd2rust): New variable.
2020-09-18gnu: Add rust-inflections@1.1.1.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
2020-09-18gnu: Add rust-svd-parser@0.9.0.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-svd-parser-0.9): New variable.
2020-09-18gnu: Add rust-xmltree@0.8.0.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-xmltree-0.8): New variable.
2020-09-18gnu: Add rust-xml-rs@0.7.1.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-xml-rs-0.7): New variable.
2020-09-18gnu: Add rust-packed-struct.Danny Milosavljevic
* gnu/packages/crates-io.scm (rust-packed-struct): New variable.
2020-09-18gnu: xxd: Use cc-for-target.Efraim Flashner
* gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
2020-09-18gnu: Add cxxopts.Greg Hogan
* gnu/packages/cpp.scm (cxxopts): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18gnu: Add texlive-microtype.Paul Garlick
* gnu/packages/tex.scm (texlive-microtype): New variable.
2020-09-18gnu: linux-libre@4.4: Update to 4.4.236.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.236. (linux-libre-4.4-pristine-source): Update hash.
2020-09-18gnu: linux-libre@4.9: Update to 4.9.236.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236. (linux-libre-4.9-pristine-source): Update hash.
2020-09-18gnu: linux-libre@4.14: Update to 4.14.198.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.198. (linux-libre-4.14-pristine-source): Update hash.
2020-09-18gnu: linux-libre@4.19: Update to 4.19.146.Leo Famulari
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.146. (linux-libre-4.19-pristine-source): Update hash.
2020-09-18gnu: linux-libre@5.4: Update to 5.4.66.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.66. (linux-libre-5.4-pristine-source): Update hash.
2020-09-18gnu: linux-libre: Update to 5.8.10.Leo Famulari
* gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.10. (linux-libre-5.8-pristine-source): Update hash.
2020-09-18gnu: komikku: Update to 0.20.0.Leo Prikler
* gnu/packages/gnome.scm (komikku): Update to 0.20.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18gnu: calibre: Clean up 'wrap phase.Prafulla Giri
Based on the suggestion of the author, this commit cleans up the changes introduced by fd3eac4dd774597d493e6d8aae7b1c2653070bc7 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-18gnu: emacs-helpful: Update to 0.17-1.be0e937f.Jelle Licht
* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.
2020-09-18gnu: libsoundio: Fix indentation.Mathieu Othacehe
* gnu/packages/audio.scm (libsoundio): Fix indentation.
2020-09-18gnu: Add libsoundio.Alexandros Theodotou
* gnu/packages/audio.scm (libsoundio): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
2020-09-18Revert "gnu: openblas: Update to 0.3.10."Mathieu Othacehe
This reverts commit c59e9f0a03241ef3c7b8042054fd54e327f7539a because it triggers too many rebuilds.
2020-09-18gnu: kdenlive: Simplify 'wrap-executable phase.Prafulla Giri
* gnu/packages/kde.scm (kdenlive)[arguments]: Use getenv to set the values of QT_PLUGIN_PATH and QML2_IMPORT_PATH in the wrapper during the 'wrap-executable phase. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>