aboutsummaryrefslogtreecommitdiff
path: root/tests/guix-hash.sh
diff options
context:
space:
mode:
authorJohn Kehayias <john.kehayias@protonmail.com>2022-07-27 23:31:26 -0400
committer宋文武 <iyzsong@member.fsf.org>2022-08-03 13:37:23 +0800
commite2020eb24ad0eddd228ce4a26463d881c4e79d0b (patch)
tree7bbc0093142637a1973c9fa67033c04a2b618dfb /tests/guix-hash.sh
parent94f801a4269a774e1d4bafb4ea2db75f5d68504a (diff)
downloadguix-e2020eb24ad0eddd228ce4a26463d881c4e79d0b.tar.gz
guix-e2020eb24ad0eddd228ce4a26463d881c4e79d0b.zip
gnu: Add ocaml-luv.
* gnu/packages/ocaml.scm (ocaml-luv): New variable. Signed-off-by: 宋文武 <iyzsong@member.fsf.org>
Diffstat (limited to 'tests/guix-hash.sh')
0 files changed, 0 insertions, 0 deletions
s.scm?id=e8f4e1808563eb3c1cd28d419a1f349412af4a0d'>gnu: polkit-mozjs: Rename to polkit and remove obsolete polkit-duktape....Polkit 121 now uses duktape as the default JavaScript engine. * gnu/packages/polkit.scm (polkit-mozjs): Rename to... (polkit): ... this. [import-modules, modules]: New arguments. [configure-flags]: Drop non-default "js_engine=mozjs" option. [phases]{adjust-install-time-etc-directory, patch-bash}: New phases. {check}: New override. [inputs]: Replace mozjs-91 with duktape. [native-inputs]: Add python, python-dbusmock and tini. (polkit-duktape): Delete variable. (polkit-for-system): Delete procedure. (polkit) Delete syntax. * gnu/services/dbus.scm (%default-polkit): Delete variable. (<polkit-configuration>): Adjust accordingly. Maxim Cournoyer