guix/guix
Liliana Marie Prikler 0353a510cf
build-system: renpy: Migrate to (json).
* guix/build/renpy-build-system.scm: Use (json) rather than (guix build json).
(install, install-desktop-file): Replace ‘read-json’ with ‘json->scm’.
* guix/build-system/renpy.scm (default-guile-json): New variable.
(%renpy-build-system-modules): Adjust accordingly.
(renpy-build): Add guile-json argument and use it as extension.

Fixes guix/guix#2618.
2025-11-15 17:32:45 +01:00
..
build build-system: renpy: Migrate to (json). 2025-11-15 17:32:45 +01:00
build-system build-system: renpy: Migrate to (json). 2025-11-15 17:32:45 +01:00
import import: crate: Allow "~" in source URL. 2025-10-31 16:03:33 +08:00
platforms
scripts publish: Explicitly update the atime for cache expiry. 2025-11-03 17:18:39 +01:00
store ssh: Do not default to port 22 (let guile-ssh do it). 2025-10-06 10:30:33 +02:00
tests tests: don't use 'file://...' URIs for testing git downloads. 2025-10-12 22:22:01 +02:00
android-repo-download.scm
avahi.scm
base16.scm
base32.scm
base64.scm
build-system.scm build-system: Introduce @* macro for lazy module resolution. 2025-09-04 12:19:55 +02:00
bzr-download.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
cache.scm cache: Remove unused import. 2025-04-14 17:31:49 +02:00
channels.scm channels: Export channel-reference. 2025-09-23 11:13:22 +02:00
ci.scm
colors.scm
combinators.scm
config.scm.in
cpio.scm
cpu.scm guix: cpu: Recognize CPUs through GCC-15. 2025-08-06 12:02:52 +03:00
cve.scm cve: Assume that ‘criteria’ is always defined. 2025-10-06 10:40:13 +02:00
cvs-download.scm cvs-download: Implement SWH fallback. 2025-10-01 10:30:00 +02:00
d3.v3.js
deprecation.scm
derivations.scm
describe.scm
diagnostics.scm guix: diagnostics: Export 'info' as replacement. 2025-11-15 15:53:15 +09:00
discovery.scm
docker.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
download.scm guix: download: Add mirrors for Qt5. 2025-10-29 19:48:30 +01:00
elf.scm Revert "elf: Remove bundled Guile source." 2025-10-30 16:19:49 +09:00
ftp-client.scm
gexp.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
git-authenticate.scm git-authenticate: Print a clear error message for malformed keys. 2025-08-23 16:57:21 +02:00
git-download.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
git.scm git: Fix update cached checkout when not a symref. 2025-09-25 22:04:25 +02:00
glob.scm
gnu-maintenance.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
gnupg.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
grafts.scm Revert "elf: Remove bundled Guile source." 2025-10-30 16:19:49 +09:00
graph.js
graph.scm graph: Add cyclonedx-json backend. 2025-11-12 18:34:07 +01:00
hash.scm
hg-download.scm gnu: mercurial: Add package and rename former to mercurial/pinned. 2025-08-31 12:21:12 +02:00
http-client.scm guix: Avoid ‘fdatasync’ call for caches and regular files. 2025-04-14 17:31:50 +02:00
i18n.scm
inferior.scm inferior: Fix cached-channel-instance utime call and return value. 2025-11-04 17:45:13 +01:00
ipfs.scm
least-authority.scm least-authority: Export default preserved environment variables. 2025-04-19 21:13:21 +09:00
licenses.scm licenses: Add CERN Open Hardware Licence. 2025-08-03 10:58:14 +02:00
lint.scm lint: Fix regressions in tests. 2025-11-14 16:42:16 +09:00
man-db.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
memoization.scm
modules.scm
monad-repl.scm monad-repl: Add "build-options" command. 2025-10-06 10:36:27 +02:00
monads.scm
nar.scm
narinfo.scm
openpgp.scm
packages.scm packages: Add ‘define-deprecated-package’. 2025-10-23 19:35:06 +02:00
pki.scm pki: Always make /etc/guix/acl world-readable. 2025-07-16 23:50:38 +02:00
platform.scm
profiles.scm profiles: package->manifest-entry: Filter packages. 2025-11-03 20:06:14 +08:00
profiling.scm
progress.scm
quirks.scm
read-print.scm
records.scm records: ‘match-record’ throws a well-formed ’wrong-type-arg’ exception. 2025-10-06 11:06:31 +02:00
remote.scm
repl.scm
rpm.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
scripts.scm
search-paths.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
self.scm ui: Change bug report address to Codeberg. 2025-11-02 00:32:23 +01:00
serialization.scm
sets.scm
ssh.scm ssh: Do not default to port 22 (let guile-ssh do it). 2025-10-06 10:30:33 +02:00
status.scm Reapply "Update Maxim's email address." 2025-09-18 13:44:12 +09:00
store.scm
substitutes.scm guix: Avoid ‘fdatasync’ call for caches and regular files. 2025-04-14 17:31:50 +02:00
svn-download.scm gnu: subversion: Add package and rename former to subversion/pinned. 2025-08-31 12:21:09 +02:00
swh.scm swh: Catch swh-error when downloading from SWH Vault. 2025-07-17 16:41:28 +02:00
tests.scm tests: Increase test timeout and honor ‘GUIX_TESTS_BUILD_TIMEOUT’. 2025-10-17 12:23:54 +02:00
transformations.scm gnu: go-1.23: Add aarch64 micro-architecture compiler support. 2025-08-06 12:02:52 +03:00
ui.scm ui: Change bug report address to Codeberg. 2025-11-02 00:32:23 +01:00
upstream.scm upstream: Do not update to same version. 2025-04-27 13:01:48 +01:00
utils.scm utils: Define 'target-hurd32?' predicate. 2025-11-03 17:18:38 +01:00
workers.scm