summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: evince: --enable-psseries-2939raingloom2020-02-19
|
* gnu: Add rust-nom-3.base-for-series-2939Valentin Ignatev2020-02-19
| | | | | | * gnu/packages/crates-io.scm (rust-nom-3): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-lazy-static-0.1.Valentin Ignatev2020-02-19
| | | | | | * gnu/packages/crates-io.scm (rust-lazy-static-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-lazy-static-0.2.Valentin Ignatev2020-02-19
| | | | | | * gnu/packages/crates-io.scm (rust-lazy-static-0.2): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: rust-nom-4.2: Fix dependenciesValentin Ignatev2020-02-19
| | | | | | | | | * gnu/packages/crates-io.scm (rust-nom-4.2)[arguments]: Remove rust-lexical-core-0.4, add rust-version-check-0.1 to cargo-inputs. Remove rust-doc-comment-0.3, rust-version-check-0.9 from cargo-development-inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-jemallocator-0.1.Efraim Flashner2020-02-19
| | | | * gnu/packages/crates-io.scm (rust-jemallocator-0.1): New variable.
* gnu: Add rust-jemalloc-sys-0.1.Efraim Flashner2020-02-19
| | | | * gnu/packages/crates-io.scm (rust-jemalloc-sys-0.1): New variable.
* gnu: Add rust-osmesa-sys-0.1.Valentin Ignatev2020-02-19
| | | | | | * gnu/packages/crates-io.scm (rust-osmesa-sys-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: services: Add openvpn options.Julien Lepiller2020-02-19
| | | | | * gnu/services/vpn.scm (openvpn-client-configuration) (openvpn-server-configuration): Add fast-io? and auth-user-pass options.
* gnu: services: Fix openvpn boolean fields.Julien Lepiller2020-02-19
| | | | * gnu/services/vpn.scm (serialize-boolean): Do not print #t to the file.
* gnu: emacs-racket-mode: Update to 20200115.Pierre Neidhardt2020-02-18
| | | | * gnu/packages/emacs-xyz.scm (emacs-racket-mode): Update to 20200115.
* gnu: mplayer: Fix dvdnav support.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Add libdvdread.
* gnu: mplayer: Enable GIF support.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/video.scm (mplayer)[inputs]: Add giflib.
* gnu: mplayer: Don't follow home page browser redirection.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/video.scm (mplayer)[home-page]: Let the browser eat HTML.
* gnu: mplayer: Update to 1.4.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/video.scm (mplayer): Update to 1.4. [inputs]: Use default ffmpeg version.
* gnu: cvs-fast-export: Use non-native Python 3.Tobias Geerinckx-Rice2020-02-18
| | | | | | * gnu/packages/version-control.scm (cvs-fast-export)[native-inputs]: Remove python-2. [inputs]: Add python-wrapper.
* gnu: cvs-fast-export: Update to 1.51.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/version-control.scm (cvs-fast-export): Update to 1.51. [arguments]: Remove obsolete ‘remove-optimizations’ phase.
* gnu: pianobar: Update to 2019.02.14.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/music.scm (pianobar): Update to 2019.02.14. [inputs]: Use current ffmpeg.
* gnu: Use HTTPS for www.dockapps.net home pages.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/gnustep.scm (wmbattery, wmcpuload, wmclock)[home-page]: Use HTTPS.
* gnu: nfs-utils: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/nfs.scm (nfs-utils)[home-page]: Use HTTPS.
* gnu: Use HTTPS for elephly.net home pages.Tobias Geerinckx-Rice2020-02-18
| | | | | * gnu/packages/audio.scm (lv2-mda-epiano, lv2-mda-piano)[home-page]: Use HTTPS.
* scripts: system: Do not validate network file systems.Maxim Cournoyer2020-02-18
| | | | | | | Fixes <https://bugs.gnu.org/39551>. * guix/scripts/system.scm (check-file-system-availability): Ignore file systems of the NFS type.
* gnu: guile-ssh: Fix cross-compilation.Mathieu Othacehe2020-02-18
| | | | * gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
* gnu: guile-ssh: Update to 0.12.0.Mathieu Othacehe2020-02-18
| | | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.12.0, [source]: remove snippet that were integrated upstream, [arguments]: Add a fix-guile-path phase to fix tests. (guile3.0-ssh)[arguments]: Remove as this is fixed upstream.
* gnu: Add racket-minimal.Pierre Neidhardt2020-02-18
| | | | | | * gnu/packages/scheme.scm (racket-minimal): New variable. (racket-minimal)[arguments]: Split 'pre-configure phase so that the non-minimal part can be easily removed in racket-minimal.
* gnu: racket: Update to 7.6.Pierre Neidhardt2020-02-18
| | | | | | * gnu/packages/scheme.scm (racket): Update to 7.6. [home-page]: Use HTTPS. * gnu/packages/patches/racket-store-checksum-override.patch: Adjust for 7.6.
* gnu: julius: Update to 1.3.0.Timotej Lazar2020-02-18
| | | | | | * gnu/packages/games.scm (julius): Update to 1.3.0. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
* gnu: mrrescue: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/games.scm (mrrescue)[home-page]: Use HTTPS.
* gnu: pianobar: Update home page.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/music.scm (pianobar)[home-page]: Update & use HTTPS.
* gnu: key-mon: Use HTTPS home page.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/key-mon.scm (key-mon)[home-page]: Use HTTPS.
* gnu: libfakekey: Update to 0.3.Tobias Geerinckx-Rice2020-02-18
| | | | | | | * gnu/packages/xdisorg.scm (libfakekey): Update to 0.3. [source]: Use GIT-FETCH and GIT-FILE-NAME. [arguments]: Bootstrap manually. [native-inputs]: Add autoconf, automake, and libtool.
* gnu: Always use HTTPS for orthecreedence.github.io.Tobias Geerinckx-Rice2020-02-18
| | | | * gnu/packages/lisp-xyz.scm (sbcl-cl-async-future, sbcl-blackbird)[home-page]: Use HTTPS.
* gnu: Add wireguard-tools.Tobias Geerinckx-Rice2020-02-18
| | | | | | | | The ‘wireguard’ repository that included both tools and kernel patch is no longer maintained. I will add this to its description once kernel 5.6 hits Guix. * gnu/packages/linux.scm (wireguard-tools): New public variable.
* gnu: rust-nodrop-union-0.1: Fix typo.Tobias Geerinckx-Rice2020-02-18
| | | | | | This follows up on commit 028b0deebbcff0c28c698c955644749a798faa71. * gnu/packages/crates-io.scm (rust-nodrop-union-0.1)[arguments]: Quote.
* gnu: next: Update to 1.5.0.Pierre Neidhardt2020-02-18
| | | | | | * gnu/packages/web-browsers.scm (next): Update to 1.5.0. [synopsis]: Remove marketing. [description]: Remove marketing.
* gnu: Add gnome-arcade.Pierre Neidhardt2020-02-18
| | | | * gnu/packages/emulators.scm (gnome-arcade): New variable.
* Revert "gnu: guile-ssh: Fix cross-compilation."Mathieu Othacehe2020-02-18
| | | | | | | This reverts commit 10cdf1408047f16e02d097c4cd23c8efcddb5814. ./guix/store.scm:1224:15: Throw to key `srfi-34' with args `(#<condition &store-protocol-error [message: "build of `/gnu/store/gj4pk7zn0wrvf5c9rl9x8gnd3719l98d-guile3.0-ssh-0.12.0.drv' failed" status: 100] 7fa4df090120>)'. guix pull: error: You found a bug: the program '/gnu/store/0nbcv4jkhf73qlvc6dsy05iamj6l662c-compute-guix-derivation'
* Revert "gnu: guile-ssh: Update to 0.12.0."Mathieu Othacehe2020-02-18
| | | | | | | | | This reverts commit 668740cc055b59a6d343fb256881c3632e050459. This causes the following error when running guix pull: ./guix/store.scm:1224:15: Throw to key `srfi-34' with args `(#<condition &store-protocol-error [message: "build of `/gnu/store/gj4pk7zn0wrvf5c9rl9x8gnd3719l98d-guile3.0-ssh-0.12.0.drv' failed" status: 100] 7fa4df090120>)'. guix pull: error: You found a bug: the program '/gnu/store/0nbcv4jkhf73qlvc6dsy05iamj6l662c-compute-guix-derivation'
* gnu: rust-mio-0.6: Update to 0.6.21.Valentin Ignatev2020-02-18
| | | | | | | | * gnu/packages/crates-io.scm (rust-mio-0.6): Update to 0.6.21. [arguments]: Don't skip build. Skip tests. Add rust-cfg-if-0.1 to cargo-inputs. Replce rust-winapi-0.3 with 0.2 in cargo-inputs. Replace rust-bytes-0.4 with 0.3, rust-env-logger-0.6 with 0.4 in cargo-development-inputs.
* gnu: Add rust-bytes-0.3.Efraim Flashner2020-02-18
| | | | * gnu/packages/crates-io.scm (rust-bytes-0.3): New variable.
* gnu: Add rust-shared-library-0.1.Valentin Ignatev2020-02-18
| | | | | | * gnu/packages/crates-io.scm (rust-shared-library-0.1): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add rust-named-pipe-0.4.Valentin Ignatev2020-02-18
| | | | | | * gnu/packages/crates-io.scm (rust-named-pipe-0.4): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gn: edirect: Update to 12.1.20190829.Efraim Flashner2020-02-18
| | | | | | The previous version has disappeared upstream. * gnu/packages/bioinformatics.scm (edirect): Update to 12.1.20190829.
* gnu: guile-git: Fix cross-compilation.Mathieu Othacehe2020-02-18
| | | | | * gnu/packages/guile.scm (guile-git)[native-inputs]: Add guile and guile-bytestructures.
* gnu: guile-ssh: Fix cross-compilation.Mathieu Othacehe2020-02-18
| | | | * gnu/packages/ssh.scm (guile-ssh)[native-inputs]: Add guile.
* gnu: guile-ssh: Update to 0.12.0.Mathieu Othacehe2020-02-18
| | | | | | | * gnu/packages/ssh.scm (guile-ssh): Update to 0.12.0, [source]: remove snippet that were integrated upstream, [arguments]: Add a fix-guile-path phase to fix tests. (guile3.0-ssh)[arguments]: Remove as this is fixed upstream.
* gnu: rust-futures-sink-preview-0.3: Don't hide package.Efraim Flashner2020-02-18
| | | | | | * gnu/packages/crates-io.scm (rust-futures-sink-preview-0.3)[arguments]: Add rust-futures-core-preview-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-futures-core-io-preview-0.3: Don't hide package.Efraim Flashner2020-02-18
| | | | | * gnu/packages/crates-io.scm (rust-futures-io-preview-0.3) [properties]: Remove field.
* gnu: rust-futures-core-preview-0.3: Don't hide package.Efraim Flashner2020-02-18
| | | | | | * gnu/packages/crates-io.scm (rust-futures-core-preview-0.3)[arguments]: Skip tests. [properties]: Remove field.
* gnu: rust-nodrop-union-0.1: Upgrade to 0.1.11.Efraim Flashner2020-02-18
| | | | | | * gnu/packages/crates-io.scm (rust-nodrop-union-0.1): Upgrade to 0.1.11. [arguments]: Skip build. [properties]: Remove field.