lyaml: init at 6.2.5-1, update all generated packages
This commit is contained in:
committed by
Matthieu Coudron
parent
eadc576026
commit
bd400bd006
File diff suppressed because it is too large
Load Diff
@@ -145,6 +145,14 @@ with super;
|
||||
];
|
||||
});
|
||||
|
||||
lua-lsp = super.lua-lsp.override({
|
||||
# until Alloyed/lua-lsp#28
|
||||
postConfigure = ''
|
||||
substituteInPlace ''${rockspecFilename} \
|
||||
--replace '"lpeglabel ~> 1.5",' '"lpeglabel >= 1.5",'
|
||||
'';
|
||||
});
|
||||
|
||||
lua-zlib = super.lua-zlib.override({
|
||||
buildInputs = [
|
||||
pkgs.zlib.dev
|
||||
@@ -294,6 +302,12 @@ with super;
|
||||
};
|
||||
});
|
||||
|
||||
lyaml = super.lyaml.override({
|
||||
buildInputs = [
|
||||
pkgs.libyaml
|
||||
];
|
||||
});
|
||||
|
||||
mpack = super.mpack.override({
|
||||
buildInputs = [ pkgs.libmpack ];
|
||||
# the rockspec doesn't use the makefile so you may need to export more flags
|
||||
@@ -307,4 +321,13 @@ with super;
|
||||
sed -i '/set(CMAKE_C_FLAGS/d' CMakeLists.txt
|
||||
'';
|
||||
});
|
||||
|
||||
pulseaudio = super.pulseaudio.override({
|
||||
buildInputs = [
|
||||
pkgs.libpulseaudio
|
||||
];
|
||||
nativeBuildInputs = [
|
||||
pkgs.pulseaudio pkgs.pkgconfig
|
||||
];
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user