aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: qemu: Install the full documentation as an info manual.Maxim Cournoyer2020-09-19
| | | | | | | | * 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.
* gnu: qemu: Enable parallel tests.Maxim Cournoyer2020-09-19
| | | | | | | | | 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.
* gnu: qemu: Fix indentation.Maxim Cournoyer2020-09-19
| | | | * gnu/packages/virtualization.scm (qemu): Fix indentation.
* gnu: qemu: Disable the bios-tables-test test.Maxim Cournoyer2020-09-19
| | | | | | | | | 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.
* gnu: qemu: Update to 5.1.0.Maxim Cournoyer2020-09-19
| | | | * gnu/packages/virtualization.scm (qemu): Update to 5.1.0.
* gnu: u-boot: Reomve sdl2 dependency on non-GUI builds.Danny Milosavljevic2020-09-19
| | | | | * gnu/packages/bootloaders.scm (u-boot)[native-inputs]: Remove sdl2. (u-boot-tools)[native-inputs]: Add sdl2.
* gnu: Add surge-synth.Alexandros Theodotou2020-09-19
| | | | | | * gnu/packages/music.scm (surge-synth): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add emacs-standard-dirs.Joseph LaFreniere2020-09-19
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* describe: Save the original value of (program-arguments).Ludovic Courtès2020-09-19
| | | | | | | | | | | | | | 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'.
* system: image: Rename ISO9660 files.Mathieu Othacehe2020-09-19
| | | | | * gnu/system/image.scm (system-iso9660-image): Change the default file output name to "image.iso".
* gnu: sqitch: Update to 1.1.0.Christopher Baines2020-09-19
| | | | | * gnu/packages/databases.scm (sqitch): Update to 1.1.0. [native-inputs]: Add perl-test-mockobject.
* gnu: sqitch: Add more database drivers to inputs.Christopher Baines2020-09-19
| | | | | | | | 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.
* gnu: electron-cash: Update to 4.1.1.Guillaume Le Vaillant2020-09-19
| | | | * gnu/packages/finance.scm (electron-cash): Update to 4.1.1.
* gnu: knot: Update to 3.0.0.Tobias Geerinckx-Rice2020-09-19
| | | | | | * gnu/packages/dns.scm (knot): Update to 3.0.0. Order fields more conventionally. [source]: Remove obsolete snippet.
* gnu: libmanette: Update to 0.2.5.Tobias Geerinckx-Rice2020-09-19
| | | | * gnu/packages/games.scm (libmanette): Update to 0.2.5.
* gnu: libfprint: Update to 1.90.3.Tobias Geerinckx-Rice2020-09-19
| | | | * gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3.
* gnu: Add svd2rust.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (svd2rust): New variable.
* gnu: Add rust-inflections@1.1.1.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (rust-inflections-1.1): New variable.
* gnu: Add rust-svd-parser@0.9.0.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (rust-svd-parser-0.9): New variable.
* gnu: Add rust-xmltree@0.8.0.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (rust-xmltree-0.8): New variable.
* gnu: Add rust-xml-rs@0.7.1.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (rust-xml-rs-0.7): New variable.
* gnu: Add rust-packed-struct.Danny Milosavljevic2020-09-18
| | | | * gnu/packages/crates-io.scm (rust-packed-struct): New variable.
* doc: Fix broken hyperlinks in the contribution instructions.Greg Hogan2020-09-18
| | | | | * doc/contributing.texi (Packaging Guidelines, Submitting Patches): Change URLs from relative to absolute links.
* gnu: xxd: Use cc-for-target.Efraim Flashner2020-09-18
| | | | | * gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags.
* gnu: Add cxxopts.Greg Hogan2020-09-18
| | | | | | * gnu/packages/cpp.scm (cxxopts): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add texlive-microtype.Paul Garlick2020-09-18
| | | | * gnu/packages/tex.scm (texlive-microtype): New variable.
* gnu: linux-libre@4.4: Update to 4.4.236.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.4-version): Update to 4.4.236. (linux-libre-4.4-pristine-source): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.236.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.236. (linux-libre-4.9-pristine-source): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.198.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.198. (linux-libre-4.14-pristine-source): Update hash.
* gnu: linux-libre@4.19: Update to 4.19.146.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.146. (linux-libre-4.19-pristine-source): Update hash.
* gnu: linux-libre@5.4: Update to 5.4.66.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.66. (linux-libre-5.4-pristine-source): Update hash.
* gnu: linux-libre: Update to 5.8.10.Leo Famulari2020-09-18
| | | | | * gnu/packages/linux.scm (linux-libre-5.8-version): Update to 5.8.10. (linux-libre-5.8-pristine-source): Update hash.
* gnu: komikku: Update to 0.20.0.Leo Prikler2020-09-18
| | | | | | * gnu/packages/gnome.scm (komikku): Update to 0.20.0. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: calibre: Clean up 'wrap phase.Prafulla Giri2020-09-18
| | | | | | | | | | | | | | 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>
* gnu: emacs-helpful: Update to 0.17-1.be0e937f.Jelle Licht2020-09-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f.
* gnu: libsoundio: Fix indentation.Mathieu Othacehe2020-09-18
| | | | * gnu/packages/audio.scm (libsoundio): Fix indentation.
* gnu: Add libsoundio.Alexandros Theodotou2020-09-18
| | | | | | * gnu/packages/audio.scm (libsoundio): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* Revert "gnu: openblas: Update to 0.3.10."Mathieu Othacehe2020-09-18
| | | | | This reverts commit c59e9f0a03241ef3c7b8042054fd54e327f7539a because it triggers too many rebuilds.
* gnu: kdenlive: Simplify 'wrap-executable phase.Prafulla Giri2020-09-18
| | | | | | | | * 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>
* gnu: kdenlive: Add missing dependencies.Prafulla Giri2020-09-18
| | | | | | | | | | This allows to browse the file-system using kdenlive's own file-chooser. * gnu/packages/kde.scm (kdenlive) [native-inputs]: Add pkg-config. [inputs]: Add purpose and qtwebkit. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: kdenlive: Update to 20.08.1.Prafulla Giri2020-09-18
| | | | | | * gnu/packages/kde.scm (kdenlive): Update to 20.08.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-beren.Vinicius Monego2020-09-18
| | | | | | * gnu/packages/python-web.scm (python-beren): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add python-apiron.Vinicius Monego2020-09-18
| | | | | | * gnu/packages/python-web.scm (python-apiron): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: plantuml: Update to 1.2020.16.Michael Rohleder2020-09-18
| | | | | | * gnu/packages/uml.scm (plantuml): Update to 1.2020.16. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: emacs-vterm: Update to 0-3.14e4afd.Michael Rohleder2020-09-18
| | | | | | * gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* doc: Clarify what propagated inputs are.Florian Pelz2020-09-18
| | | | | | Fixes <https://bugs.gnu.org/26170>. * doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify.
* gnu: adms: Update to 2.3.7.Morgan Smith2020-09-18
| | | | | | | | | | * gnu/packages/engineering.scm (adms): Update to 2.3.7. [source]: Change the url to github and use the git-fetch method. [native-inputs]: Add "autoconf", "automake", "libtool", "perl" and "perl-xml-libxml". [home-page]: Use the github page. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: python-networkx: Update to 2.5.Greg Hogan2020-09-18
| | | | | | * gnu/packages/python-xyz.scm (python-networkx): Update to 2.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: Add cozy.Vinicius Monego2020-09-18
| | | | | | * gnu/packages/ebook.scm (cozy): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
* gnu: openblas: Update to 0.3.10.Greg Hogan2020-09-18
| | | | | | | * gnu/packages/maths.scm (openblas): Update to 0.3.10. [source]: Fetch from github. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>