mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-28 06:14:26 +03:00
parent
6d1317ab31
commit
681c6f99a8
@ -619,7 +619,7 @@ let
|
|||||||
# NOTE: For updating, new Lua mpack bindings live at:
|
# NOTE: For updating, new Lua mpack bindings live at:
|
||||||
# https://github.com/libmpack/libmpack-lua.
|
# https://github.com/libmpack/libmpack-lua.
|
||||||
src = libmpack.src;
|
src = libmpack.src;
|
||||||
sourceRoot = "libmpack-${libmpack.rev}-src/binding/lua";
|
sourceRoot = "${src.name}/binding/lua";
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ libmpack ]; # ++ [ libtool lua ];
|
buildInputs = [ libmpack ]; # ++ [ libtool lua ];
|
||||||
|
Loading…
Reference in New Issue
Block a user