From 1f44c02181814580b91d9c8398ebd0db1bd40856 Mon Sep 17 00:00:00 2001 From: Roosembert Palacios Date: Sun, 24 Jun 2018 04:25:48 +0200 Subject: lua5.3/pkgconfig: add lua5.3.pc Some applications try to build using `pkgconfig lua5.3 --libs...` as some major distributions use this name. Add a symlink to the lua.pc pkgconfig file. Signed-off-by: Roosembert Palacios --- pkgs/development/interpreters/lua-5/5.3.nix | 1 + 1 file changed, 1 insertion(+) (limited to 'pkgs/development/interpreters') diff --git a/pkgs/development/interpreters/lua-5/5.3.nix b/pkgs/development/interpreters/lua-5/5.3.nix index 7f0703c62884..5a4893db0637 100644 --- a/pkgs/development/interpreters/lua-5/5.3.nix +++ b/pkgs/development/interpreters/lua-5/5.3.nix @@ -53,6 +53,7 @@ stdenv.mkDerivation rec { Libs: -L$out/lib -llua -lm Cflags: -I$out/include EOF + ln -s "$out/lib/pkgconfig/lua.pc" "$out/lib/pkgconfig/lua${luaversion}.pc" ''; meta = { -- cgit 1.4.1