summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* import: cpan: Rewrite tests to use an HTTP server instead of mocking.Ludovic Courtès2020-01-15
| | | | | | | * guix/import/cpan.scm (%metacpan-base-url): New variable. (module->dist-name, cpan-fetch): Refer to it instead of the hard-coded URL. * tests/cpan.scm ("cpan->guix-package"): Use 'with-http-server' instead of 'mock'.
* import: cpan: Rewrite to use 'define-json-mapping'.Ludovic Courtès2020-01-15
| | | | | | | | | | | | | | | | | | | | * guix/import/cpan.scm (<cpan-dependency>, <cpan-release>): New JSON-mapped record types. (metacpan-url->mirror-url): New procedure. (cpan-source-url): Rewrite in terms of it. (cpan-version): Remove. (cpan-module->sexp): Rewrite to take a <cpan-release> instead of an alist, and rename 'meta' to 'release'. [convert-inputs]: Rewrite to use 'cpan-release-dependencies'. Update calls to 'convert-inputs' to pass a list of symbols. Replace 'assoc-ref' calls with the appropriate field accessors. (cpan->guix-package): Rename 'module-meta' to 'release'. (latest-release): Likewise, and use the appropriate accessors. * tests/cpan.scm (test-json): Remove "prereqs" record; add "dependency" list. ("source-url-http", "source-url-https"): Remove. ("metacpan-url->mirror-url, http") ("metacpan-url->mirror-url, https"): New tests.
* More module autoload adjustments.Ludovic Courtès2020-01-15
| | | | | | | | This is a followup to 7a0836cffdfe3ab9ee899602f218277646959144. * guix/scripts/package.scm: Adjust binding list of the (guix store roots) autoload. * guix/inferior.scm: Adjust binding list of the (guix cache) autoload.
* Avoid warnings for the 'delete' binding of (guix build utils).Ludovic Courtès2020-01-15
| | | | | | | | | On Guile 3, importing (guix build utils) leads to warnings such as: WARNING: (gnu packages embedded): imported module (guix build utils) overrides core binding `delete' * gnu/packages/embedded.scm: Select 'alist-replace' from (guix build utils). * guix/ui.scm: Hide 'delete' from (guix build utils).
* gnu: Remove unnecessary uses of (guix build utils).Ludovic Courtès2020-01-15
| | | | | * gnu/packages/crypto.scm: Remove use of (guix build utils). * gnu/packages/databases.scm: Likewise.
* substitute: 'http-multiple-get' processes each request only once.Ludovic Courtès2020-01-15
| | | | | | | | | | | | | | | | Fixes <https://bugs.gnu.org/39090>. Reported by Gábor Boskovits <boskovits@gmail.com>. Fixes a regression introduced in 9e3f9ac3c00906f5bc647ea8398e4ed5a370614e. * guix/scripts/substitute.scm (http-multiple-get): In the "Connection: close" case, pass (drop requests (+ 1 processed)) to 'loop' as the remaining REQUESTS value. Previously, we would pass a list containing duplicates, and thus the final result would also contain duplicates. When sent to the daemon, that list would lead to a daemon error: got unexpected path `/gnu/store/…' from substituter
* gnu: qutebrowser: Update to 1.9.0.Mike Rosset2020-01-15
| | | | | | * gnu/packages/web-browsers.scm (qutebrowser): Update to 1.9.0. qutebrowser no longer uses qtwebkit by default. It now defaults to qtwebengine.
* gnu: Add python-pyqtwebengine.Mike Rosset2020-01-15
| | | | * gnu/packages/qt.scm (python-pyqtwebengine): New variable.
* gnu: python-pyqt: Substitute the full path of <qprinter.h>.Mike Rosset2020-01-15
| | | | | | * gnu/packages/qt.scm (python-pyqt)[phases]: When building python-pyqtwebengine, qprinter.h can not be found. This substitutes the full path of qprinter.h in the qprinter sip specification file.
* gnu: keepassxc: Update to 2.5.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/password-utils.scm (keepassxc): Update to 2.5.2.
* gnu: zn-poly: Update to 0.9.2.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (zn-poly): Update to 0.9.2.
* gnu: brial: Use the source repository as home page.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial)[home-page]: Use upstream repository.
* gnu: brial: Update to 1.2.6.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/sagemath.scm (brial): Update to 1.2.6.
* gnu: gauche: Update to 0.9.9.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/scheme.scm (gauche): Update to 0.9.9.
* gnu: pdsh: Update to 2.34.Tobias Geerinckx-Rice2020-01-15
| | | | | * gnu/packages/ssh.scm (pdsh): Update to 2.34. [source]: Remove redundant FILE-NAME field.
* gnu: menumaker: Update to 0.99.11.Tobias Geerinckx-Rice2020-01-15
| | | | * gnu/packages/wm.scm (menumaker): Update to 0.99.11.
* gnu: unbound: Update to 1.9.5 [fixes CVE-2019-18934].Tobias Geerinckx-Rice2020-01-15
| | | | | | | The Guix unbound package is not vulnerable in its default configuration, because we do not build with ‘--enable-ipsecmod’. * gnu/packages/dns.scm (unbound): Update to 1.9.5.
* gnu: linux-libre: Include more framebuffer font sizes.Tobias Geerinckx-Rice2020-01-15
| | | | | | | | | | | | | | | | | | | | | | | | Add the 32x16 Terminus font for ‘high-DPI’ screens, and a 6x10 font that allows for more (debugging) information to be displayed on standard-DPI ones, while still being pleasant to read. * gnu/packages/aux-files/linux-libre/4.14-arm.conf, gnu/packages/aux-files/linux-libre/4.14-i686.conf, gnu/packages/aux-files/linux-libre/4.14-x86_64.conf, gnu/packages/aux-files/linux-libre/4.19-arm.conf, gnu/packages/aux-files/linux-libre/4.19-arm64.conf, gnu/packages/aux-files/linux-libre/4.19-i686.conf, gnu/packages/aux-files/linux-libre/4.19-x86_64.conf, gnu/packages/aux-files/linux-libre/4.4-i686.conf, gnu/packages/aux-files/linux-libre/4.4-x86_64.conf, gnu/packages/aux-files/linux-libre/4.9-i686.conf, gnu/packages/aux-files/linux-libre/4.9-x86_64.conf, gnu/packages/aux-files/linux-libre/5.4-arm-veyron.conf, gnu/packages/aux-files/linux-libre/5.4-arm.conf, gnu/packages/aux-files/linux-libre/5.4-arm64.conf, gnu/packages/aux-files/linux-libre/5.4-i686.conf, gnu/packages/aux-files/linux-libre/5.4-x86_64.conf: Set CONFIG_FONTS=y, CONFIG_FONT_TER16x32=y, and CONFIG_FONT_6x10=y.
* gnu: ncmpcpp: Enable the clock feature.Leo Famulari2020-01-15
| | | | | * gnu/packages/mpd.scm (ncmpcpp)[arguments]: Pass '--enable-clock' to #:configure-flags.
* gnu: MPD: Update to 0.21.18.Leo Famulari2020-01-15
| | | | * gnu/packages/mpd.scm (mpd): Update to 0.21.18.
* gnu: gnubg: Add desktop file.Guillaume Le Vaillant2020-01-15
| | | | | * gnu/packages/games.scm (gnubg)[arguments]: Add an 'install-desktop-file' phase.
* gnu: gnubg: Fix links.Guillaume Le Vaillant2020-01-15
| | | | | | | | The site at gnubg.org states that the software is now available at www.gnu.org/software/gnubg. * gnu/packages/games.scm (gnugb)[source]: Fix link. [home-page]: Likewise.
* gnu: rust-hex-0.3: Don't hide package.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-hex-0.3)[arguments]: Skip build. [properties]: Remove field.
* gnu: rust-heapsize-plugin-0.1: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-plugin-0.1)[arguments]: Skip build. Add rust-heapsize-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-heapsize-0.4: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-0.4)[arguments]: Skip build. Add rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-heapsize-0.3: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-heapsize-0.3)[arguments]: Skip build. Add rust-kernel32-sys-0.2 to cargo-inputs. [properties]: Don't inherit.
* gnu: rust-language-tags-0.2: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-language-tags-0.2)[arguments]: Skip build. Add rust-heapsize-0.3, rust-heapsize-plugin-0.1 to cargo-inputs. [properties]: Remove field.
* gnu: rust-kernel32-sys-0.2: Don't hide package.Efraim Flashner2020-01-15
| | | | | | | * gnu/packages/crates-io.scm (rust-kernel32-sys-0.2)[arguments]: Skip build. Add rust-winapi-0.2 to cargo-inputs. Add rust-winapi-build-0.1 to cargo-development-inputs. [properties]: Remove field.
* gnu: rust-json-0.11: Update to 0.11.15.Efraim Flashner2020-01-15
| | | | * gnu/packages/crates-io.scm (rust-json-0.11): Update to 0.11.15.
* gnu: rust-json-0.11: Don't hide package.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-json-0.11)[arguments]: Skip build. [properties]: Remove field.
* gnu: rust-cc-1.0: Don't hide package.Efraim Flashner2020-01-15
| | | | | | | * gnu/packages/crates-io.scm (rust-cc-1.0)[arguments]: Skip build. Add rust-rayon-1.1 to cargo-inputs. Add rust-tempdir-0.3 to cargo-development-inputs. [properties]: Remove field.
* gnu: rust-cblas-sys-0.1: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-cblas-sys-0.1)[arguments]: Skip build. Add rust-libc-0.2 to cargo-inputs. [properties]: Remove field.
* gnu: rust-cargon-0.0: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-cargon-0.0)[arguments]: Skip build. Add rust-gcc-0.3 to cargo-development-inputs. [properties]: Remove field.
* gnu: rust-blas-sys-0.7: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-blas-sys-0.7)[arguments]: Skip build. Add rust-libc-0.2 to cargo-inputs. [properties]: Remove field.
* gnu: rust-xdg-2.2: Don't hide package.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-xdg-2.2)[arguments]: Skip build. [properties]: Remove field.
* gnu: rust-xattr-0.2: Don't hide package.Efraim Flashner2020-01-15
| | | | | | | * gnu/packages/crates-io.scm (rust-xattr-0.2)[arguments]: Skip build. Add rust-libc-0.2 to cargo-inputs. Add rust-tempfile-3.0 to cargo-development-inputs. [properties]: Remove field.
* gnu: rust-winapi-0.3: Appease guix lint.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-winapi-0.3)[synopsis]: Appease 'guix lint'.
* gnu: rust-serde-json-1.0: Appease guix lint.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-serde-json-1.0)[synopsis]: Appease 'guix lint'.
* gnu: rust-foreign-types-shared-0.2: Appease guix lint.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-foreign-types-shared-0.2)[synopsis]: Appease 'guix lint'.
* gnu: rust-foreign-types-macros-0.1: Appease guix lint.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-foreign-types-macros-0.1)[synopsis]: Appease 'guix lint'.
* gnu: rust-cbindgen: Update to 0.12.2.Efraim Flashner2020-01-15
| | | | * gnu/packages/rust-apps.scm (rust-cbindgen): Update to 0.12.2.
* gnu: rust-aho-corasick-0.7: Update to 0.7.6.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-aho-corasick-0.7): Update to 0.7.6. [arguments]: Add rust-doc-comment-0.3 to cargo-development-inputs.
* gnu: rust-scoped-threadpool-0.1: Don't hide package.Efraim Flashner2020-01-15
| | | | | | | | * gnu/packages/crates-io.scm (rust-scoped-threadpool-0.1)[arguments]: Skip build. Add rust-lazy-static-1.3 to cargo-development-inputs. [synopsis]: Appease 'guix lint'. [description]: Appease 'guix lint'. [properties]: Remove field.
* gnu: rust-schannel-0.1: Update to 0.1.16.Efraim Flashner2020-01-15
| | | | * gnu/packages/crates-io.scm (rust-channel-0.1): Update to 0.1.16.
* gnu: rust-schannel-0.1: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-schannel-0.1)[arguments]: Skip build. Add rust-lazy-static-1.3, rust-winapi-0.3 to cargo-inputs. [properties]: Remove field.
* gnu: rust-same-file-1.0: Upgrade to 1.0.6.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-same-file-1.0): Update to 1.0.6. [arguments]: Add rust-doc-comment-0.3 to cargo-development-inputs.
* gnu: rust-same-file-1.0: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-same-file-1.0)[arguments]: Skip build. Add rust-winapi-util-0.1 to cargo-inputs. [properties]: Remove field.
* gnu: rust-safemem-0.3: Update to 0.3.3.Efraim Flashner2020-01-15
| | | | * gnu/packages/crates-io.scm (rust-safemem-0.3): Update to 0.3.3.
* gnu: rust-safemem-0.3: Don't hide package.Efraim Flashner2020-01-15
| | | | | * gnu/packages/crates-io.scm (rust-safemem-0.3)[arguments]: Skip build. [properties]: Remove field.
* gnu: rust-rustc-std-workspace-core-1.0: Don't hide package.Efraim Flashner2020-01-15
| | | | | | * gnu/packages/crates-io.scm (rust-rustc-std-workspace-core-1.0) [arguments]: Skip build. [properties]: Remove field.