3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

54069 commits

Author SHA1 Message Date
Ludovic Courtès
7842ddcbc1
guix package: Create profiles/per-user/$USER upfront.
Fixes <https://bugs.gnu.org/39194>.
Reported by Matt Wette <matt.wette@gmail.com>.

* guix/scripts/package.scm (build-and-use-profile): Move
'ensure-default-profile' call to...
(process-actions): ... here.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
b782688d71
syscalls: Pass the right 'throw' arguments in 'call-with-file-lock/no-wait'.
Reported by Matt Wette <matt.wette@gmail.com>
in <https://bugs.gnu.org/39194>.

* guix/build/syscalls.scm (call-with-file-lock/no-wait): When
re-throwing, pass KEY in addition to ARGS.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
358f66a004
repl: Avoid dependency on high-level package modules.
* guix/scripts/repl.scm: Remove imports of (guix scripts build), (gnu
packages), (guix utils), and (guix packages).
(%options): Define "--load-path" option right here.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
eb60253220
repl: Adjust "--listen" help message.
* guix/scripts/repl.scm (show-help): Adjust "--listen" string.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
a9f4a7eee3
repl: Add "-q".
* guix/scripts/repl.scm (%options, show-help): Add "-q".
(guix-repl): Add 'user-config' and use it.  Honor 'ignore-dot-guile?'.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
3adf320e44
tests: install: "raid-root-os" test uses RAID-1 instead of RAID-0.
Fixes <https://bugs.gnu.org/38086>.
Thanks to Vagrant and Tobias!

* gnu/tests/install.scm (%raid-root-os)[initrd-modules]: Add "raid1"
instead of "raid0".
(%raid-root-installation-script): Make the partitions twice as big.
Invoke 'mdadm' with '--level=mirror' instead of '--level=stripe';
connect "yes" to its stdin.
(%test-raid-root-os): Set #:target-size to 2.8 GiB.
2020-01-19 23:11:37 +01:00
Ludovic Courtès
1fa3423236
gnu: guile-commonmark: Add "guile3.0-commonmark" variant.
* gnu/packages/guile-xyz.scm (guile-commonmark)[source]: Add 'modules'
and 'snippet'.
(guile3.0-commonmark): New variable.
2020-01-19 23:11:36 +01:00
Tobias Geerinckx-Rice
bed24ecfcd
gnu: arc-theme: Fix build.
* gnu/packages/web.scm (sassc/libsass-3.5): New public variable.
* gnu/packages/gnome.scm (arc-theme)[native-inputs]: Use it.
2020-01-19 18:18:38 +01:00
Tobias Geerinckx-Rice
6305b03965
gnu: Remove duplicate module imports from (gnu packages gnome).
* gnu/packages/gnome.scm: Remove duplicate module imports.
2020-01-19 18:07:32 +01:00
Tobias Geerinckx-Rice
b7388a080d
gnu: minetest-data, minetest: Use HTTPS home page.
* gnu/packages/games.scm (minetest-data, minetest)[home-page]:
Use HTTPS and www subdomain.
2020-01-19 17:57:21 +01:00
Tobias Geerinckx-Rice
18bbaf6714
gnu: quakespasm: Update to 0.93.2.
* gnu/packages/games.scm (quakespasm): Update to 0.93.2.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
b74f7f06ac
gnu: teeworlds: Update to 0.7.4 [security fixes]
This fixes CVE-2019-10877, CVE-2019-10878, and CVE-2019-10879.

* gnu/packages/games.scm (teeworlds): Update to 0.7.4.
[source]: Remove patch.
[arguments]: Remove use-latest-json-parser substitution.
* gnu/packages/patches/teeworlds-use-latest-wavpack.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
5448b16e81
gnu: odamex: Update to 0.8.1.
* gnu/packages/games.scm (odamex): Update to 0.8.1.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
9d1c437619
gnu: gramps: Update to 5.1.2.
* gnu/packages/genealogy.scm (gramps): Update to 5.1.2.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
60e4f6e233
gnu: minetest: Update to 5.1.1.
* gnu/packages/games.scm (minetest): Update to 5.1.1.
[source]: Remove obsolete snippet… bit.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
86081d9d7f
gnu: minetest-data: Update to 5.1.1.
* gnu/packages/games.scm (minetest-data)[version]: Update to 5.1.1.
2020-01-19 17:57:20 +01:00
Tobias Geerinckx-Rice
46128e94fd
gnu: xautolock: Use HTTPS home page.
* gnu/packages/xdisorg.scm (xautolock)[home-page]: Use HTTPS.
[source]: Likewise.  Don't use NAME in source URI.
2020-01-19 17:57:09 +01:00
Tobias Geerinckx-Rice
5015343709
gnu: ghc-dense-linear-algebra: Use HTTPS home page.
* gnu/packages/haskell-xyz.scm (ghc-dense-linear-algebra)[home-page]: Use HTTPS.
2020-01-19 17:57:09 +01:00
Tobias Geerinckx-Rice
dcfdc90855
gnu: java-jcommander: Use HTTPS home page.
* gnu/packages/java.scm (java-jcommander)[home-page]: Use HTTPS.
2020-01-19 17:57:09 +01:00
Tobias Geerinckx-Rice
1e05e837c7
gnu: elemental: Update home page.
* gnu/packages/maths.scm (elemental)[home-page]: Use repository home
page.
2020-01-19 17:57:09 +01:00
Tobias Geerinckx-Rice
b2e213c3e9
gnu: plantuml: Use HTTPS home page.
* gnu/packages/uml.scm (plantuml)[home-page]: Use HTTPS.
2020-01-19 17:57:08 +01:00
Tobias Geerinckx-Rice
c04cbcf70a
gnu: ecryptfs: Use HTTPS home page.
* gnu/packages/linux.scm (ecryptfs)[home-page]: Use HTTPS.
2020-01-19 17:57:08 +01:00
Tobias Geerinckx-Rice
332cc03bf7
gnu: font-wqy-zenhei: Use HTTP home page.
* gnu/packages/fonts.scm (font-wqy-zenhei)[home-page]: Use HTTP.
2020-01-19 17:57:08 +01:00
Tobias Geerinckx-Rice
62418049d1
gnu: dillo: Use HTTPS home page.
* gnu/packages/web-browsers.scm (dillo)[home-page]: Use HTTPS.
[source]: Likewise.  Don't hard-code NAME in source URI.
2020-01-19 17:57:08 +01:00
Tobias Geerinckx-Rice
86bbfc5004
gnu: pfff: Use HTTPS home page.
* gnu/packages/textutils.scm (pfff)[home-page]: Use HTTPS.
2020-01-19 17:57:08 +01:00
9cd3282162
gnu: noweb: Declare a source file-name.
* gnu/packages/noweb.scm (noweb)[source]: Add file-name field.
2020-01-19 09:31:55 +02:00
a6b937b329
gnu: hidapi: Declare a source file-name.
* gnu/packages/libusb.scm (hidapi)[source]: Add file-name field.
2020-01-19 09:30:34 +02:00
Tobias Geerinckx-Rice
2d4b248857
gnu: scummvm: Update to 2.1.1.
* gnu/packages/emulators.scm (scummvm): Update to 2.1.1.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
106c6aa550
gnu: golly: Update to 3.3.
* gnu/packages/games.scm (golly): Update to 3.3.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
17cb06a68f
gnu: crispy-doom: Update to 5.6.4.
* gnu/packages/games.scm (crispy-doom): Update to 5.6.4.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
ff289fe288
gnu: liblcf, easyrpg: Update to 0.6.1.
* gnu/packages/easyrpg.scm (liblcf, easyrpg): Update to 0.6.1.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
2299d83e2f
gnu: petsc: Use HTTPS home page.
* gnu/packages/maths.scm (petsc)[home-page, license]: Use HTTPS.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
f433b6625e
gnu: turn: Use HTTPS home page.
* gnu/packages/ruby.scm (turn)[home-page]: Use HTTPS.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
f1fa954a7d
gnu: edirect: Use HTTPS home page.
* gnu/packages/bioinformatics.scm (edirect)[home-page]: Use HTTPS.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
a0e82f85e0
gnu: Use HTTPS for elpa.gnu.org.
* gnu/packages/emacs-xyz.scm (emacs-xr, emacs-orgalist, emacs-websocket)
(emacs-oauth2, emacs-ediprolog)[home-page]: Use HTTPS.
(emacs-ggtags, emacs-rudel, emacs-on-screen)[source]: Likewise.
(emacs-adaptive-wrap, emacs-seq, emacs-sml-mode)[source, home-page]:
Likewise.
2020-01-19 06:09:02 +01:00
Tobias Geerinckx-Rice
523745064f
gnu: Use HTTPS for all r-lib.org subdomains.
* gnu/packages/cran.scm (r-ps, r-fs)[home-page]: Use HTTPS.
2020-01-19 06:09:01 +01:00
Tobias Geerinckx-Rice
f460f8da68
gnu: Use HTTPS for avahi.org everywhere.
* gnu/packages/avahi.scm (avahi)[home-page]: Use HTTPS.
* gnu/services/avahi.scm (avahi-service): Likewise in docstring.
2020-01-19 06:09:01 +01:00
Tobias Geerinckx-Rice
e671121250
gnu: Use HTTPS for docbook.org.
* gnu/packages/docbook.scm (docbook-xml)[home-page, source]: Use HTTPS.
(docbook-xml-4.4, docbook-xml-4.3, docbook-xml-4.2, docbook-xml-4.1.2)
[source]: Likewise.
(docbook-xsl)[home-page]: Likewise.
2020-01-19 06:09:01 +01:00
Tobias Geerinckx-Rice
c2c73f583d
Use HTTPS for www.emacswiki.org.
* doc/contributing.texi (The Perfect Setup): Use HTTPS for ParEdit wiki page.
* gnu/packages/emacs-xyz.scm (emacs-wget, emacs-iedit)[home-page]: Use HTTPS.
(emacs-transpose-frame)[source]: Likewise.
2020-01-19 06:09:01 +01:00
Nicolas Goaziou
4f620bbf62
gnu: qview: Update to 3.0.
* gnu/packages/image-viewers.scm (qview): Update to 3.0.
2020-01-18 23:58:57 +01:00
Brett Gilio
81e3ba033f
gnu: python-language-server: Update to 0.31.6.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.6.
2020-01-18 14:01:19 -06:00
Oleg Pykhalov
815e12f395
gnu: fortune-mod: Update to 2.12.0.
* gnu/packages/games.scm (fortune-mod): Update to 2.12.0.
[native-inputs]: Add RINUTILS.
2020-01-18 21:52:46 +03:00
Oleg Pykhalov
c5799025e4
gnu: Add rinutils.
* gnu/packages/games.scm (rinutils): New variable.
2020-01-18 21:52:45 +03:00
Oleg Pykhalov
64b47a2900
gnu: Add shlomif-cmake-modules.
* gnu/packages/games.scm (shlomif-cmake-modules): New variable.
(fortune-mod)[native-inputs]: Take "cmake-rules" to a separate variable.
2020-01-18 21:52:45 +03:00
Oleg Pykhalov
147367271c
gnu: cmatrix: Update to 2.0.
* gnu/packages/games.scm (cmatrix)[version]: Update to 2.0.
[source]: Download using git-fetch.
[native-inputs]: Add AUTOCONF and AUTOMAKE.
2020-01-18 21:52:45 +03:00
Pierre Neidhardt
2072bc0838
gnu: Add mariadb-connector-c.
* gnu/packages/databases.scm (mariadb-connector-c): New variable.
2020-01-18 18:40:08 +01:00
Kei Kebreau
3747ecb1d3
gnu: supertuxkart: Update to 1.1.
* gnu/packages/games.scm (supertuxkart): Update to 1.1.
[arguments]: Add "-DUSE_IPV6=FALSE" to #:configure-flags.
[inputs]: Add harfbuzz.
[home-page]: Follow permanent redirect.
2020-01-18 11:33:03 -05:00
Oleg Pykhalov
167a0ce0ae
gnu: Add firefox-decrypt.
* gnu/packages/gnuzilla.scm (firefox-decrypt): New variable.
2020-01-18 18:58:47 +03:00
zimoun
e478fd9747
refresh: Fix internal variable name.
* guix/scripts/refresh.scm (%option): Fix internal variable name.
2020-01-18 13:08:11 +01:00
Lars-Dominik Braun
1cc9c38e90
gnu: Add python-aionotify.
* gnu/packages/python-xyz.scm (python-aionotify): New variable.

Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-01-18 17:42:46 +08:00