diff options
| author | Liliana Marie Prikler <liliana.prikler@gmail.com> | 2026-03-06 08:28:41 +0100 |
|---|---|---|
| committer | Andreas Enge <andreas@enge.fr> | 2026-03-06 14:53:49 +0100 |
| commit | f8b6103ed42213e16b190d0afce3d69f8084ac46 (patch) | |
| tree | f82509a5c116e76ad620fb556d70e12fafbbd704 /gnu/packages/lua.scm | |
| parent | a6b738cc4b741fd3a5710dfe48aaff9f305148a8 (diff) | |
gnu: lua-lgi: Fix build.
* gnu/packages/patches/lua-lgi-fix-pango.patch: New file.
* gnu/packages/patches/lua-lgi-fix-ref.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register them here.
* gnu/packages/lua.scm (make-lua-lgi)[patches]: Add them here.
Diffstat (limited to 'gnu/packages/lua.scm')
| -rw-r--r-- | gnu/packages/lua.scm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 40797805891..6a09a838140 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -982,6 +982,8 @@ describing the commented declarations and functions.") (url "https://github.com/pavouk/lgi") (commit version))) (file-name (git-file-name name version)) + (patches (search-patches "lua-lgi-fix-ref.patch" + "lua-lgi-fix-pango.patch")) (sha256 (base32 "03rbydnj411xpjvwsyvhwy4plm96481d7jax544mvk7apd8sd5jj")))) (build-system gnu-build-system) |
