Ludovic Courtès
79c6614f58
daemon: Use 'Agent' to spawn 'guix substitute --query'.
...
* nix/libstore/local-store.hh (RunningSubstituter): Remove.
(LocalStore)[runningSubstituter]: Change to unique_ptr<Agent>.
[setSubstituterEnv, didSetSubstituterEnv]: Remove.
[getLineFromSubstituter, getIntLineFromSubstituter]: Take an 'Agent'.
* nix/libstore/local-store.cc (LocalStore::~LocalStore): Remove
reference to 'runningSubstituter'.
(LocalStore::setSubstituterEnv, LocalStore::startSubstituter): Remove.
(LocalStore::getLineFromSubstituter): Adjust to 'run' being an 'Agent'.
(LocalStore::querySubstitutablePaths): Spawn substituter agent if
needed. Adjust to 'Agent' interface.
(LocalStore::querySubstitutablePathInfos): Likewise.
* nix/libstore/build.cc (SubstitutionGoal::tryToRun): Remove call to
'setSubstituterEnv' and add 'setenv' call for "_NIX_OPTIONS" instead.
(SubstitutionGoal::finished): Remove 'readLine' call for 'dummy'.
* guix/scripts/substitute.scm (%allow-unauthenticated-substitutes?):
Remove second argument to 'make-parameter'.
(process-query): Call 'warn-about-missing-authentication'
when (%allow-unauthenticated-substitutes?) is #t.
(guix-substitute): Wrap body in 'parameterize'. Set 'guix-warning-port'
too. No longer exit when 'substitute-urls' returns the empty list. No
longer print newline initially.
* tests/substitute.scm (test-quit): Parameterize 'current-error-port' to
account for the port changes in 'guix-substitute'.
2020-12-08 22:30:08 +01:00
Ludovic Courtès
2e308238ad
daemon: 'Agent' constructor takes a list of environment variables.
...
* nix/libutil/util.hh (struct Agent)[Agent]: Add 'env' parameter.
* nix/libutil/util.cc (Agent::Agent): Honor it.
2020-12-08 22:30:07 +01:00
Ludovic Courtès
4a98735297
gnu: autotools: Add version 2.70.
...
* gnu/packages/autotools.scm (autoconf): Rename to...
(autoconf-2.69): ... this.
(autoconf): Define as an alias for AUTOCONF-2.69.
(autoconf-2.70): New variable.
2020-12-08 22:28:00 +01:00
Ludovic Courtès
e9edaf3639
database: Remove unnecessary module imports.
...
* guix/store/database.scm: Remove unnecessary imports added in
4b9eecd322
.
2020-12-08 21:40:05 +01:00
Vincent Legoll
20e5658c04
gnu: ocaml-menhir: Update to 20200211.
...
* gnu/packages/ocaml.scm (ocaml-menhir): Update to 20200211.
[build-system]: Switch from gnu to dune.
[arguments]: Remove phases and make-flags.
[native-inputs]: Remove field.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 20:18:11 +00:00
Efraim Flashner
2d1a621b8d
gnu: mruby: Update to 2.1.2.
...
* gnu/packages/ruby.scm (mruby): Update to 2.1.2.
2020-12-08 22:09:30 +02:00
L p R n d n
8a55a3994c
gnu: Add mypaint.
...
* gnu/packages/image.scm (mypaint): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 20:06:38 +00:00
Christopher Baines
c9c3569ad9
gnu: libmypaint: Update to 1.6.1.
...
Needed by mypaint@2.0.1.
* gnu/packages/gimp.scm (libmypaint): Update to 1.6.1.
2020-12-08 20:06:34 +00:00
Leo Famulari
e1d3b07ffc
gnu: isync: Use OpenSSL 1.1.
...
* gnu/packages/mail.scm (isync)[inputs]: Replace openssl-1.0 with openssl.
2020-12-08 13:25:27 -05:00
Efraim Flashner
adbb62f16e
gnu: fcitx5-material-color-theme: Add source file-name.
...
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme)[source]: Add
file-name field.
2020-12-08 18:14:31 +02:00
Julien Lepiller
ccc4d287b7
guix: opam: Add coq support in the importer.
...
* guix/import/opam.scm (get-opam-repository): Add support for coq
repositories.
(ocaml-name->guix-name): Properly name coq package.
* doc/guix.texi (Invoking guix import): Document it.
2020-12-08 16:53:07 +01:00
Julien Lepiller
a8dccd4bdc
guix: opam: Add --repo argument to importer.
...
* guix/scripts/import/opam.scm (guix-import-opam): Pass --repo argument
to recursive and non-recursive importers.
* guix/import/opam.scm (get-opam-repository): Select proper repository
location depending on a new repo argument.
(opam->guix-package): Use get-opam-repository in the procedure body.
2020-12-08 16:47:22 +01:00
Julien Lepiller
15ee1b8317
guix: opam: Pass default repository to recursive importer.
...
* guix/import/opam.scm (opam->guix-package): Rename #:repository key
to #:repo.
(opam-recursive-import): Pass #:repo keyword.
* tests/opam.scm (opam->guix-package): Rename #:repository to #:repo.
2020-12-08 16:40:30 +01:00
Julien Lepiller
59873d94ce
guix: opam: Filter implicit inputs.
...
* guix/import/opam.scm (opam->guix-package, depends->inputs): Filter out
implicit inputs.
2020-12-08 16:40:19 +01:00
Julien Lepiller
4e110f61ac
guix: opam: Remove stray `pk'.
...
* guix/import/opam.scm (opam->guix-package): Remove stray `pk'.
2020-12-08 16:40:04 +01:00
Efraim Flashner
3eb34c66b4
gnu: nghttp2: Update to 1.41.0 and remove replacement.
...
* gnu/packages/web.scm (nghttp2): Update to 1.41.0.
[replacement]: Remove.
(nghttp2-1.41): Remove.
2020-12-08 17:12:44 +02:00
Efraim Flashner
e9acbe6d81
gnu: json-c: Absorb replacement with security fix.
...
* gnu/packages/web.scm (json-c)[source]: Add patch.
[replacement]: Remove.
(json-c/fixed): Remove.
2020-12-08 17:11:11 +02:00
Ludovic Courtès
df4feb9e8b
gnu: openldap: Update to 2.4.50 and remove replacement.
...
* gnu/packages/openldap.scm (openldap): Update to 2.4.50.
[replacement]: Remove.
(openldap-2.4.50): Remove.
2020-12-08 14:13:37 +01:00
Ludovic Courtès
cb8569e10c
gnu: curl: Update to 7.71.0 and remove replacement.
...
* gnu/packages/curl.scm (curl): Update to 7.71.0.
[replacement]: Remove.
2020-12-08 14:10:33 +01:00
Efraim Flashner
e19810e0a6
gnu: libjpeg-turbo: Update to 2.0.5 and remove replacement.
...
* gnu/packages/image.scm (libjpeg-turbo): Update to 2.0.5.
[replacement]: Remove.
(libjpeg-turbo/fixed): Remove.
2020-12-08 14:06:58 +01:00
Efraim Flashner
7101691676
gnu: libspiro: Update to 20200505 and remove replacement.
...
* gnu/packages/fontutils.scm (libspiro): Update to 20200505.
[replacement]: Remove.
(libspiro-20200505): Remove.
2020-12-08 14:06:58 +01:00
Ludovic Courtès
c4868e3828
gnu: openssl: Update to 1.1.1g and remove replacement.
...
* gnu/packages/tls.scm (openssl): Update to 1.1.1g.
[replacement]: Remove.
(openssl-1.1.1g): Remove.
2020-12-08 14:06:57 +01:00
Ludovic Courtès
51a365c183
gnu: gnutls: Update to 3.6.15 and remove replacement.
...
* gnu/packages/tls.scm (gnutls): Update to 3.6.15.
[source]: Add "gnutls-cross.patch".
[replacement]: Remove.
[native-inputs]: Add GUILE-3.0 when (%current-target-system) is true.
(gnutls/fixed): Remove.
* gnu/packages/package-management.scm (guix)[propagated-inputs]: Remove
reference to 'gnutls/fixed'.
* gnu/packages/tls.scm (gnutls/dane): Inherit from gnutls.
* gnu/packages/vpn.scm (openconnect)[propagated-inputs]: Remove
gnutls/fixed, add gnutls.
Co-authored-by: Efraim Flashner <efraim@flashner.co.il>
2020-12-08 14:06:20 +01:00
Zhu Zihao
af34f757ce
gnu: Add fcitx5-material-color-theme.
...
* gnu/packages/fcitx5.scm (fcitx5-material-color-theme): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
ac1c7530d8
gnu: Add fcitx5-configtool.
...
* gnu/packages/fcitx5.scm (fcitx5-configtool): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
9a23698ecd
gnu: Add fcitx5-chinese-addons.
...
* gnu/packages/fcitx5.scm (fcitx5-chinese-addons): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
d4aca38b50
gnu: Add fcitx5-gtk.
...
* gnu/packages/fcitx5.scm (fcitx5-gtk): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
4394d3721a
gnu: Add fcitx5-qt.
...
* gnu/packages/fcitx5.scm (fcitx5-qt): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
69d3419ca3
gnu: Add libime.
...
* gnu/packages/fcitx5.scm (libime): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
2d07803be8
gnu: Add fcitx5-lua.
...
* gnu/packages/fcitx5.scm (fcitx5-lua): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
aa5cfb39a5
gnu: Add fcitx5.
...
* gnu/packages/fcitx5.scm (fcitx5): New variable.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Zhu Zihao
ad6cf3d4ad
gnu: Add xcb-imdkit.
...
* gnu/packages/fcitx5.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
2020-12-08 20:31:47 +08:00
Mathieu Othacehe
770fb659a6
services: cuirass: Add queue-size option.
...
* gnu/services/cuirass.scm (<cuirass-configuration>): Add "queue-size" field.
(cuirass-shepherd-service): Honor it.
* doc/guix.texi (Continuous Integration): Document it.
2020-12-08 11:56:26 +01:00
Mathieu Othacehe
2dd4f389c7
gnu: cuirass: Update to 0.0.1-56.697fa14.
...
* gnu/packages/ci.scm (cuirass): Update to 0.0.1-56.697fa14.
2020-12-08 11:48:53 +01:00
Ludovic Courtès
2dfb16150e
gnu: fontconfig: Use 'font-dejavu' and remove replacement.
...
* gnu/packages/fontutils.scm (fontconfig)[replacement]: Remove.
[inputs]: Replace GS-FONTS by FONT-DEJAVU.
[arguments]: Adjust accordingly.
(fontconfig/font-dejavu): Remove.
2020-12-08 11:06:43 +01:00
Ludovic Courtès
79b31767d0
gnu: freetype: Update to 2.10.4 and remove replacement.
...
* gnu/packages/fontutils.scm (freetype): Update to 2.10.4.
[replacement]: Remove.
(freetype/fixed): Remove.
2020-12-08 11:06:38 +01:00
Ludovic Courtès
52ef5b3847
gnu: glib: Remove replacement with GIO appinfo patch.
...
* gnu/packages/glib.scm (glib)[replacement]: Remove.
[source]: Add "glib-appinfo-watch.patch".
(glib-with-gio-patch): Remove.
2020-12-08 11:00:11 +01:00
Ludovic Courtès
a350523556
gnu: libx11: Update to 1.6.10 and remove replacement.
...
* gnu/packages/xorg.scm (libx11): Update to 1.6.10.
[replacement]: Remove.
(libx11/fixed): Remove.
2020-12-08 10:58:42 +01:00
Ludovic Courtès
68d5529bc5
gnu: dbus: Remove replacement.
...
* gnu/packages/glib.scm (dbus)[replacement]: Remove.
[source]: Add "dbus-CVE-2020-12049.patch".
(dbus/fixed): Remove.
2020-12-08 10:57:35 +01:00
Ryan Prior
ab58b2cc32
gnu: Add cjson.
...
* gnu/packages/javascript.scm (cjson): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 09:26:46 +00:00
Ryan Prior
b5c51ae086
gnu: Add tiny-bignum.
...
* gnu/packages/maths.scm (tiny-bignum): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 09:21:50 +00:00
Martin Becze
2d8deaa06e
gnu: trezord: Update to 2.0.30.
...
* gnu/packages/finance.scm (trezord): Update to 2.0.30.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:50:43 +00:00
Martin Becze
2d9acf675a
gnu: Add go-gopkg-in-natefinch-lumberjack.v2.
...
* gnu/packages/golang.scm (go-gopkg-in-natefinch-lumberjack.v2): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:50:43 +00:00
Martin Becze
2d0716e081
gnu: Add go-github-com-gorilla-csrf.
...
* gnu/packages/golang.scm (go-github-com-gorilla-csrf): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:37:49 +00:00
Martin Becze
4368b9b2d7
gnu: Add go-github-com-gorilla-securecookie.
...
* gnu/packages/golang.scm (go-github-com-gorilla-securecookie): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:37:49 +00:00
Martin Becze
d2a42cee0b
gnu: Add go-github-com-gorilla-handlers.
...
* gnu/packages/golang.scm (go-github-com-gorilla-handlers): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:37:49 +00:00
Martin Becze
33504d4d70
gnu: Add go-github-com-felixge-httpsnoop.
...
* gnu/packages/golang.scm (go-github-com-felixge-httpsnoop): New variable.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:37:44 +00:00
Martin Becze
836428c793
gnu: go-github-com-gorilla-mux: Update to 1.8.0.
...
* gnu/packages/golang.scm (go-github-com-gorilla-mux): Update to 1.8.0.
Signed-off-by: Christopher Baines <mail@cbaines.net>
2020-12-08 08:31:29 +00:00
Tobias Geerinckx-Rice
53cd301b08
gnu: scummvm: Update source URL.
...
* gnu/packages/emulators.scm (scummvm)[source]: Use HTTPS & new
subdomain.
Reported by Matthew Brooks <matthewfbrooks@mailbox.org>.
2020-12-08 08:46:54 +01:00
Michael Rohleder
dcf8dd2be5
gnu: gita: Install shell completions.
...
* gnu/packages/version-control.scm (gita)[arguments]: Add phase
install-shell-completions.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2020-12-08 08:09:21 +03:00