Age | Commit message (Expand) | Author |
2022-03-19 | tests: install: Adjust the timeouts on two failing tests....The 'login on tty1' and 'getlogin on tty1' tests were failing on a machine
equipped with slower hard drives.
* gnu/tests/base.scm (run-basic-test)
["login on tty1", "getlogin on tty1"]: Bump timeout from 10 to 30 s.
| Maxim Cournoyer |
2022-03-19 | gnu: Add wego....* gnu/packages/weather.scm: New file.
* gnu/local.mk: Register new file.
| Nicolas Goaziou |
2022-03-19 | gnu: Add go-github-com-schachmat-ingo....* gnu/packages/golang.scm (go-github-com-schachmat-ingo): New variable.
| Nicolas Goaziou |
2022-03-18 | doc: Fix wrong variable name....* doc/guix.texi (Mail services): use correct variable name.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| EuAndreh |
2022-03-18 | doc: cookbook: Update Tor onion service name....* doc/guix-cookbook.texi: New variable.
(Getting substitutes from Tor): Use it.
| Ludovic Courtès |
2022-03-18 | gnu: guix: Update to 2fb4304....* gnu/packages/package-management.scm (guix): Update to 2fb4304.
| Ludovic Courtès |
2022-03-18 | gnu: b2sum: Produce generic binaries and enable tuning....* gnu/packages/crypto.scm (b2sum)[arguments]: Add 'de-tune' phase.
[properties]: Mark the package as tunable.
| Leo Famulari |
2022-03-18 | gnu: bitlbee-purple: Use 'modify-inputs'....* gnu/packages/messaging.scm (bitlbee-purple)[inputs]: Use 'modify-inputs'.
| Ludovic Courtès |
2022-03-18 | gnu: bitlbee-purple: Add search path for "PURPLE_PLUGIN_PATH"....Suggested by Maxime Devos.
* gnu/packages/messaging.scm (bitlbee-purple)[native-search-paths]: New field.
| Ludovic Courtès |
2022-03-18 | gnu: Add ckb-next....* gnu/packages/hardware.scm (ckb-next): add ckb-next
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Formbi |
2022-03-18 | gnu: feh, newsboat: Inline top-level reference to 'curl'....These references introduced top-level circular dependencies.
Furthermore, they were inaccurate since only CURL_CA_BUNDLE is honored.
* gnu/packages/image-viewers.scm (feh)[native-search-paths]: Remove
top-level reference to 'curl'; inline "CURL_CA_BUNDLE" spec.
* gnu/packages/syndication.scm (newsboat)[native-search-paths]:
Likewise.
| Ludovic Courtès |
2022-03-18 | gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references....* gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move
to...
* gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here.
| Ludovic Courtès |
2022-03-18 | home: services: Fix bash aliases without guix-defaults....* gnu/home/services/shells.scm: Fix bash aliases not being added if
guix-defaults? was #f. Also fix inaccuracy in documentation about placement
of defaults.
* doc/guix.texi (Shells Home Services): Adjust accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| angryrectangle |
2022-03-18 | gnu: emacs-osm: Record the absolute file name of 'curl'....* gnu/packages/emacs-xyz.scm (emacs-osm)[arguments, inputs]: New fields.
| Ludovic Courtès |
2022-03-18 | gnu: emacs-osm: Fetch source over Git....* gnu/packages/emacs-xyz.scm (emacs-osm)[source]: Switch to 'git-fetch'.
| Ludovic Courtès |
2022-03-18 | gnu: Add emacs-osm....* gnu/packages/emacs-xyz.scm (emacs-osm): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
| Allan Adair |
2022-03-18 | guix system: Call 'export-graph' with the right port argument....* guix/scripts/system.scm (export-extension-graph)
(export-shepherd-graph): Honor PORT.
| Ludovic Courtès |
2022-03-18 | guix home: Implement the 'extension-graph' and 'shepherd-graph' actions....Until now these two actions were silently ignored.
* guix/scripts/home.scm (show-help, %options): Add "--graph-backend".
(%default-options): Add 'graph-backend' key.
(export-extension-graph, export-shepherd-graph): New procedures.
(perform-action): Add #:graph-backend parameter. Add cases for the
'extension-graph' and 'shepherd-graph' actions.
(process-action): Pass #:graph-backend to 'perform-action'.
* guix/scripts/system.scm (service-node-type)
(shepherd-service-node-type): Export
* tests/guix-home.sh: Add tests.
* doc/guix.texi (Invoking guix home): Document it.
| Ludovic Courtès |
2022-03-18 | home: services: Export record type accessors....* gnu/home/services/shepherd.scm: Export <home-shepherd-configuration>
accessors. Re-export <shepherd-service> accessors.
| Ludovic Courtès |
2022-03-18 | graph: Factorize 'lookup-backend'....* guix/graph.scm (lookup-backend): New procedure.
* guix/scripts/graph.scm (lookup-backend): Remove.
* guix/scripts/system.scm (lookup-backend): Remove.
* po/guix/POTFILES.in: Add 'guix/graph.scm'.
| Ludovic Courtès |
2022-03-18 | ui: 'show-what-to-build' highlights "would be downloaded" headings....* guix/ui.scm (show-what-to-build): Highlight "X MB would be downloaded".
| Ludovic Courtès |
2022-03-18 | ui: 'show-what-to-build' highlights "The following [...] will be built"....* guix/colors.scm (highlight/warn): New procedure.
* guix/ui.scm (show-what-to-build): Use 'highlight/warn' when displaying
what would/will be built.
| Ludovic Courtès |
2022-03-18 | gnu: petsc-openmpi: Remove input labels....* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Use 'modify-inputs'.
[arguments]: Adjust label name for hdf5.
| Ludovic Courtès |
2022-03-18 | gnu: petsc-openmpi: Fix compilation with Scotch 7.0....* gnu/packages/maths.scm (petsc-openmpi)[inputs]: Add SCOTCH:METIS.
[arguments]: Add 'adjust-pt-scotch-library-names' phase.
| Ludovic Courtès |
2022-03-18 | gnu: Add python-scikit-allel....* gnu/packages/python-science.scm (python-scikit-allel): New variable.
| Efraim Flashner |
2022-03-18 | gnu: Add cl-purgatory....* gnu/packages/lisp-xyz.scm (cl-purgatory, ecl-purgatory, sbcl-purgatory): New
variables.
Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
| cage |
2022-03-18 | gnu: vim: Update to 8.2.4564....* gnu/packages/vim.scm (vim): Update to 8.2.4564.
[arguments]: Adjust custom 'patch-absolute-paths phase to upstream
changes.
| Efraim Flashner |
2022-03-18 | gnu: gnome-shell-extension-customize-ibus: Update to 82....* gnu/packages/gnome-xyz.scm (gnome-shell-extension-customize-ibus): Update to 82.
| Mathieu Othacehe |
2022-03-18 | gnu: capstone: Update to 4.0.2....* gnu/packages/engineering.scm (capstone): Update to 4.0.2.
[source]: Fix indentation and git URL.
[phases]: Strip trailing #t.
[home]: Update URL.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Olivier Dion |
2022-03-18 | gnu: Add sysbench....* gnu/packages/benchmark.scm (sysbench): New variable.
| Maxim Cournoyer |
2022-03-18 | gnu: Add ck....* gnu/packages/c.scm (ck): New variable.
| Maxim Cournoyer |
2022-03-18 | utils: Add ar-for-target and ld-for-target procedures....* guix/utils.scm (ar-for-target, ld-for-target): New procedures.
| Maxim Cournoyer |
2022-03-18 | gnu: docbook-xml-4.1.2: Install an XML catalog file....* gnu/packages/docbook.scm (docbook-xml-4.1.2)[builder]: Generate a catalog
file.
[native-inputs]: Add libxml2.
| Maxim Cournoyer |
2022-03-18 | gnu: postgresql-14: Update to 14.2....* gnu/packages/databases.scm (postgresql-14): Update to 14.2.
| Maxim Cournoyer |
2022-03-18 | gnu: postgresql-11: Update to 11.15....* gnu/packages/databases.scm (postgresql-11): Update to 11.15.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brice Waegeneire |
2022-03-18 | gnu: postgresql-10: Update to 10.20....* gnu/packages/databases.scm (postgresql-10): Update to 10.20.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brice Waegeneire |
2022-03-18 | gnu: postgresql-9.6: Remove EOL package....* gnu/packages/databases.scm (postgresql-9.6): Delete variable.
| Maxim Cournoyer |
2022-03-18 | gnu: postgresql-13: Update to 13.6....* gnu/packages/databases.scm (postgresql-13): Update to 13.6.
| Maxim Cournoyer |
2022-03-18 | gnu: postgresql: Install manpages and info manual....Fixes <https://issues.guix.gnu.org/47606>.
* gnu/packages/databases.scm (postgresql)[arguments]: Use gexps and remove
trailing #t.
[configure-flags]: Add '--mandir'.
[phases]{install-manuals}: New phase.
[native-inputs]: New field.
[inputs]: Use new style.
Co-authored-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
| Brice Waegeneire |
2022-03-18 | gnu: MPD: Update to 0.23.6....* gnu/packages/mpd.scm (mpd): Update to 0.23.6.
| Leo Famulari |
2022-03-16 | gnu: mesa: Update to 21.3.7....* gnu/packages/gl.scm (mesa): Update to 21.3.7.
| Christine Lemmer-Webber |
2022-03-13 | gnu: linux-libre: Enable UTF-8 normalization and casefolding....Without this it is apparently impossible to mount file systems with the
feature, which apparently some distributions do by default now.
podiki[m]> I have an sdcard that was formatted with ext4 casefold
[by Arch Linux], cannot be mounted
* gnu/packages/aux-files/linux-libre/5.10-arm.conf,
gnu/packages/aux-files/linux-libre/5.10-arm64.conf,
gnu/packages/aux-files/linux-libre/5.10-i686.conf,
gnu/packages/aux-files/linux-libre/5.10-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.15-arm.conf,
gnu/packages/aux-files/linux-libre/5.15-arm64.conf,
gnu/packages/aux-files/linux-libre/5.15-i686.conf,
gnu/packages/aux-files/linux-libre/5.15-x86_64.conf,
gnu/packages/aux-files/linux-libre/5.16-arm.conf,
gnu/packages/aux-files/linux-libre/5.16-arm64.conf,
gnu/packages/aux-files/linux-libre/5.16-i686.conf,
gnu/packages/aux-files/linux-libre/5.16-x86_64.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_UNICODE=y.
| Tobias Geerinckx-Rice |
2022-03-17 | gnu: rtl8812au-aircrack-ng-linux-module: Update to 5.6.4.2-7.37e27f9....This fixes issues with Linux 5.17 and adds optimizations for 5.15:
https://github.com/aircrack-ng/rtl8812au/pull/942
https://github.com/aircrack-ng/rtl8812au/commit/2f52f84096ae09d36012d455d29b73e6cb37f740
* gnu/packages/linux.scm (rtl8812au-aircrack-ng-linux-module): Update to
5.6.4.2-7.37e27f9.
| J. Sims via Guix-patches via |
2022-03-17 | gnu: linux-libre 4.9: Update to 4.9.307....* gnu/packages/linux.scm (linux-libre-4.9-version): Update to 4.9.307.
(linux-libre-4.9-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre 4.14: Update to 4.14.272....* gnu/packages/linux.scm (linux-libre-4.14-version): Update to 4.14.272.
(linux-libre-4.14-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre 4.19: Update to 4.19.235....* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.235.
(linux-libre-4.19-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre 5.4: Update to 5.4.185....* gnu/packages/linux.scm (linux-libre-5.4-version): Update to 5.4.185.
(linux-libre-5.4-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre 5.10: Update to 5.10.106....* gnu/packages/linux.scm (linux-libre-5.10-version): Update to 5.10.106.
(linux-libre-5.10-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre 5.15: Update to 5.15.29....* gnu/packages/linux.scm (linux-libre-5.15-version): Update to 5.15.29.
(linux-libre-5.15-pristine-source): Update hash.
| Leo Famulari |
2022-03-17 | gnu: linux-libre: Update to 5.16.15....* gnu/packages/linux.scm (linux-libre-5.16-version): Update to 5.16.15.
(linux-libre-5.16-pristine-source): Update hash.
| Leo Famulari |