libxml2: 2.14.3 -> 2.14.4-unstable-06-20
Diff: 5133461b05...356542324f
This diff includes several bug fixes related to the CMake config file.
This commit is contained in:
parent
678cac2a01
commit
5ce9f8bc2f
@ -33,7 +33,7 @@
|
|||||||
|
|
||||||
stdenv.mkDerivation (finalAttrs: {
|
stdenv.mkDerivation (finalAttrs: {
|
||||||
pname = "libxml2";
|
pname = "libxml2";
|
||||||
version = "2.14.3";
|
version = "2.14.4-unstable-2025-06-20";
|
||||||
|
|
||||||
outputs =
|
outputs =
|
||||||
[
|
[
|
||||||
@ -50,8 +50,8 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
domain = "gitlab.gnome.org";
|
domain = "gitlab.gnome.org";
|
||||||
owner = "GNOME";
|
owner = "GNOME";
|
||||||
repo = "libxml2";
|
repo = "libxml2";
|
||||||
rev = "5133461b05f0f66e6c5b0fecd5f29dc5cd967302"; # some security- and bugfixes ahead of 2.14
|
rev = "356542324fa439de544b5e419b91ae68d42c306c"; # some bugfixes right behind 2.14.4
|
||||||
hash = "sha256-xLRey6mRsRhgfASIQWOTofcQcLU0Daeg33pxGN0l66I=";
|
hash = "sha256-0jo08ECX+oP7Ekjgw3ZgOh+fSiNjlbjoZc4p3PqomJA=";
|
||||||
};
|
};
|
||||||
|
|
||||||
strictDeps = true;
|
strictDeps = true;
|
||||||
@ -142,6 +142,10 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
pkg-config = testers.hasPkgConfigModules {
|
pkg-config = testers.hasPkgConfigModules {
|
||||||
package = finalAttrs.finalPackage;
|
package = finalAttrs.finalPackage;
|
||||||
};
|
};
|
||||||
|
cmake-config = testers.hasCmakeConfigModules {
|
||||||
|
moduleNames = [ "LibXml2" ];
|
||||||
|
package = finalAttrs.finalPackage;
|
||||||
|
};
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user