We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents b1ba006 + f497a0c commit 6874529Copy full SHA for 6874529
pkgs/desktops/pantheon/apps/appcenter/default.nix
@@ -65,6 +65,14 @@ stdenv.mkDerivation rec {
65
"-Dcurated=false"
66
];
67
68
+ postPatch = ''
69
+ # Since we do not build libxml2 with legacy support,
70
+ # we cannot use compressed appstream metadata.
71
+ # https://gitlab.gnome.org/GNOME/libxml2/-/commit/f7f14537727bf6845d0eea08cd1fdc30accc2a53
72
+ substituteInPlace src/Core/FlatpakBackend.vala \
73
+ --replace-fail ".xml.gz" ".xml"
74
+ '';
75
+
76
passthru = {
77
updateScript = nix-update-script { };
78
};
0 commit comments