1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-24 10:01:47 +02:00

gnu: lua: Add patch to generate pkg-config file.

* gnu/packages/patches/lua-pkgconfig.patch: New file.
* gnu/packages/lua.scm (lua)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Register patch.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
This commit is contained in:
Siniša Biđin
2015-08-27 23:13:30 +02:00
committed by Ludovic Courtès
parent 25ae74cffa
commit 6edb5b7765
3 changed files with 112 additions and 1 deletions
+2 -1
View File
@@ -36,7 +36,8 @@
(uri (string-append "http://www.lua.org/ftp/lua-"
version ".tar.gz"))
(sha256
(base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk"))))
(base32 "0b8034v1s82n4dg5rzcn12067ha3nxaylp2vdp8gg08kjsbzphhk"))
(patches (list (search-patch "lua-pkgconfig.patch")))))
(build-system gnu-build-system)
(inputs `(("readline", readline)))
(arguments