From 6edb5b7765923c05f1eb2b9e54b773490a574601 Mon Sep 17 00:00:00 2001 From: Siniša Biđin Date: Thu, 27 Aug 2015 23:13:30 +0200 Subject: gnu: lua: Add patch to generate pkg-config file. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * 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 --- gnu/packages/lua.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'gnu/packages/lua.scm') diff --git a/gnu/packages/lua.scm b/gnu/packages/lua.scm index 9a3a83f48f..87f53d1637 100644 --- a/gnu/packages/lua.scm +++ b/gnu/packages/lua.scm @@ -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 -- cgit v1.2.3