aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* gnu: qemu: Update to 5.1.0.•••* gnu/packages/virtualization.scm (qemu): Update to 5.1.0. Maxim Cournoyer2020-09-19
* 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. Danny Milosavljevic2020-09-19
* gnu: Add surge-synth.•••* gnu/packages/music.scm (surge-synth): New variable. Co-authored-by: Ludovic Courtès <ludo@gnu.org> Alexandros Theodotou2020-09-19
* gnu: Add emacs-standard-dirs.•••* gnu/packages/emacs-xyz.scm (emacs-standard-dirs): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Joseph LaFreniere2020-09-19
* 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'. Ludovic Courtès2020-09-19
* system: image: Rename ISO9660 files.•••* gnu/system/image.scm (system-iso9660-image): Change the default file output name to "image.iso". Mathieu Othacehe2020-09-19
* gnu: sqitch: Update to 1.1.0.•••* gnu/packages/databases.scm (sqitch): Update to 1.1.0. [native-inputs]: Add perl-test-mockobject. Christopher Baines2020-09-19
* 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. Christopher Baines2020-09-19
* gnu: electron-cash: Update to 4.1.1.•••* gnu/packages/finance.scm (electron-cash): Update to 4.1.1. Guillaume Le Vaillant2020-09-19
* 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. Tobias Geerinckx-Rice2020-09-19
* gnu: libmanette: Update to 0.2.5.•••* gnu/packages/games.scm (libmanette): Update to 0.2.5. Tobias Geerinckx-Rice2020-09-19
* gnu: libfprint: Update to 1.90.3.•••* gnu/packages/freedesktop.scm (libfprint): Update to 1.90.3. Tobias Geerinckx-Rice2020-09-19
* gnu: Add svd2rust.•••* gnu/packages/crates-io.scm (svd2rust): New variable. Danny Milosavljevic2020-09-18
* gnu: Add rust-inflections@1.1.1.•••* gnu/packages/crates-io.scm (rust-inflections-1.1): New variable. Danny Milosavljevic2020-09-18
* gnu: Add rust-svd-parser@0.9.0.•••* gnu/packages/crates-io.scm (rust-svd-parser-0.9): New variable. Danny Milosavljevic2020-09-18
* gnu: Add rust-xmltree@0.8.0.•••* gnu/packages/crates-io.scm (rust-xmltree-0.8): New variable. Danny Milosavljevic2020-09-18
* gnu: Add rust-xml-rs@0.7.1.•••* gnu/packages/crates-io.scm (rust-xml-rs-0.7): New variable. Danny Milosavljevic2020-09-18
* gnu: Add rust-packed-struct.•••* gnu/packages/crates-io.scm (rust-packed-struct): New variable. Danny Milosavljevic2020-09-18
* doc: Fix broken hyperlinks in the contribution instructions.•••* doc/contributing.texi (Packaging Guidelines, Submitting Patches): Change URLs from relative to absolute links. Greg Hogan2020-09-18
* gnu: xxd: Use cc-for-target.•••* gnu/packages/vim.scm (xxd)[arguments]: Replace hard-coded gcc with cc-for-target in make-flags. Efraim Flashner2020-09-18
* gnu: Add cxxopts.•••* gnu/packages/cpp.scm (cxxopts): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan2020-09-18
* gnu: Add texlive-microtype.•••* gnu/packages/tex.scm (texlive-microtype): New variable. Paul Garlick2020-09-18
* 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. Leo Famulari2020-09-18
* 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. Leo Famulari2020-09-18
* 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. Leo Famulari2020-09-18
* 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. Leo Famulari2020-09-18
* 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. Leo Famulari2020-09-18
* 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. Leo Famulari2020-09-18
* 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> Leo Prikler2020-09-18
* gnu: calibre: Clean up 'wrap phase.•••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> Prafulla Giri2020-09-18
* gnu: emacs-helpful: Update to 0.17-1.be0e937f.•••* gnu/packages/emacs-xyz.scm (emacs-helpful): Update to 0.17-1.b0e937f. Jelle Licht2020-09-18
* gnu: libsoundio: Fix indentation.•••* gnu/packages/audio.scm (libsoundio): Fix indentation. Mathieu Othacehe2020-09-18
* gnu: Add libsoundio.•••* gnu/packages/audio.scm (libsoundio): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Alexandros Theodotou2020-09-18
* Revert "gnu: openblas: Update to 0.3.10."•••This reverts commit c59e9f0a03241ef3c7b8042054fd54e327f7539a because it triggers too many rebuilds. Mathieu Othacehe2020-09-18
* gnu: kdenlive: Simplify 'wrap-executable phase.•••* 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> Prafulla Giri2020-09-18
* gnu: kdenlive: Add missing dependencies.•••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> Prafulla Giri2020-09-18
* gnu: kdenlive: Update to 20.08.1.•••* gnu/packages/kde.scm (kdenlive): Update to 20.08.1. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Prafulla Giri2020-09-18
* gnu: Add python-beren.•••* gnu/packages/python-web.scm (python-beren): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-09-18
* gnu: Add python-apiron.•••* gnu/packages/python-web.scm (python-apiron): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-09-18
* gnu: plantuml: Update to 1.2020.16.•••* gnu/packages/uml.scm (plantuml): Update to 1.2020.16. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder2020-09-18
* gnu: emacs-vterm: Update to 0-3.14e4afd.•••* gnu/packages/emacs-xyz.scm (emacs-vterm): Update to 0-3.14e4afd. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Michael Rohleder2020-09-18
* doc: Clarify what propagated inputs are.•••Fixes <https://bugs.gnu.org/26170>. * doc/guix.texi (package Reference)[package-propagated-inputs]: Clarify. Florian Pelz2020-09-18
* gnu: adms: Update to 2.3.7.•••* 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> Morgan Smith2020-09-18
* gnu: python-networkx: Update to 2.5.•••* gnu/packages/python-xyz.scm (python-networkx): Update to 2.5. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan2020-09-18
* gnu: Add cozy.•••* gnu/packages/ebook.scm (cozy): New variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Vinicius Monego2020-09-18
* gnu: openblas: Update to 0.3.10.•••* gnu/packages/maths.scm (openblas): Update to 0.3.10. [source]: Fetch from github. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Greg Hogan2020-09-18
* gnu: gnome-settings-daemon: Add "guix gc" to low disk space notification.•••* gnu/packages/patches/gnome-settings-daemon-gc.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/gnome.scm (gnome-settings-daemon)[source]: Use it. Ludovic Courtès2020-09-18
* gnu: gnome-settings-daemon: Record absolute file name of Baobab.•••* gnu/packages/gnome.scm (gnome-settings-daemon)[arguments]: Add 'set-baobab-file-name' phase. [inputs]: Add BAOBAB. Ludovic Courtès2020-09-18
* gnu: purple-mattermost: Update to 1.2-0.158ce20.•••* gnu/packages/messaging.scm (purple-mattermost): Update to commit 158ce20. Ludovic Courtès2020-09-18
* gnu: Properly credit Konrad Hinsen.•••This is a followup to commit a96873565da1e9a7ef95ab06a5774b1207b86ead. * gnu/packages/python-web.scm: Update list of copyright holders. Leo Famulari2020-09-17