diff options
| author | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 11:06:06 +0000 |
|---|---|---|
| committer | Sharlatan Hellseher <sharlatanus@gmail.com> | 2025-12-27 11:06:06 +0000 |
| commit | a3d8ec15d825a6effb98713b35393d3f707a660d (patch) | |
| tree | 04e51aa6c5af1ffa17b19aa55f005f2000667881 | |
| parent | 6e3b0e168a399e92261bfe87e153ce84a93de8d2 (diff) | |
gnu: rpatool: Switch to pyproject.
* gnu/packages/game-development.scm (rpatool):
[build-system]: Switch to pyproject-build-system.
wl
Change-Id: If04c7db1911f9a2cb64dfcf8d1f01c696df9e65d
| -rw-r--r-- | gnu/packages/game-development.scm | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/gnu/packages/game-development.scm b/gnu/packages/game-development.scm index a03370ded44..7565115465c 100644 --- a/gnu/packages/game-development.scm +++ b/gnu/packages/game-development.scm | |||
| @@ -1951,6 +1951,8 @@ visual novel engine, explaining all of its features.") | |||
| 1951 | (license license:expat))) | 1951 | (license license:expat))) |
| 1952 | 1952 | ||
| 1953 | (define-public rpatool | 1953 | (define-public rpatool |
| 1954 | ;; XXX: No releases or version tags, see: | ||
| 1955 | ;; <https://codeberg.org/shiz/rpatool/issues/28>. | ||
| 1954 | (let ((revision "0") | 1956 | (let ((revision "0") |
| 1955 | (commit "74f26d5dfdd645483e02552aa766ca447ad6b191")) | 1957 | (commit "74f26d5dfdd645483e02552aa766ca447ad6b191")) |
| 1956 | (package | 1958 | (package |
| @@ -1965,7 +1967,7 @@ visual novel engine, explaining all of its features.") | |||
| 1965 | (file-name (git-file-name name version)) | 1967 | (file-name (git-file-name name version)) |
| 1966 | (sha256 | 1968 | (sha256 |
| 1967 | (base32 "10dm8bak0dm84d1ciwzw6jd5y64invddlmcdnawnpp7jn3wrg1jb")))) | 1969 | (base32 "10dm8bak0dm84d1ciwzw6jd5y64invddlmcdnawnpp7jn3wrg1jb")))) |
| 1968 | (build-system python-build-system) | 1970 | (build-system pyproject-build-system) |
| 1969 | (arguments | 1971 | (arguments |
| 1970 | (list | 1972 | (list |
| 1971 | #:tests? #f ;no tests | 1973 | #:tests? #f ;no tests |
