Revert "luaPackages.cqueues: move to generated"
This reverts commit c01fe375ca.
See the reverted commit on GitHub for discussion. /cc PR #55305.
This commit is contained in:
@@ -5,19 +5,6 @@ with super;
|
||||
##########################################3
|
||||
#### manual fixes for generated packages
|
||||
##########################################3
|
||||
cqueues = super.cqueues.override({
|
||||
nativeBuildInputs = [ pkgs.gnum4 ];
|
||||
buildInputs = [ pkgs.openssl ];
|
||||
extraConfig = with pkgs; ''
|
||||
variables={
|
||||
CRYPTO_INCDIR="${openssl.dev}/include";
|
||||
CRYPTO_LIBDIR="${openssl.out}/lib";
|
||||
OPENSSL_INCDIR="${openssl.dev}/include";
|
||||
OPENSSL_LIBDIR="${openssl.out}/lib";
|
||||
}
|
||||
'';
|
||||
});
|
||||
|
||||
lgi = super.lgi.overrideAttrs(oa: {
|
||||
nativeBuildInputs = [ pkgs.pkgconfig ];
|
||||
buildInputs = with pkgs; oa.buildInputs ++ [ glib gobjectIntrospection];
|
||||
|
||||
Reference in New Issue
Block a user