libmodulemd: fix build after glib update from PR #309952

This commit is contained in:
Vladimír Čunát 2024-05-21 07:42:57 +02:00
parent 844416f5b3
commit dffc52ce3f
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA

View File

@ -40,6 +40,11 @@ stdenv.mkDerivation rec {
url = "https://github.com/fedora-modularity/libmodulemd/commit/29c339a31b1c753dcdef041e5c2e0e600e48b59d.patch";
hash = "sha256-uniHrQdbcXlJk2hq106SgV/E330LfxDc07E4FbOMLr0=";
})
# Adapt to GLib 2.80.1 documentation
(fetchpatch2 {
url = "https://github.com/fedora-modularity/libmodulemd/commit/f3336199b4e69af3305f156abc7533bed9e9a762.patch";
hash = "sha256-Rvg+/KTKiEBXVEK7tlcTDf53HkaW462g/rg1rHPzaZA=";
})
];
nativeBuildInputs = [