osmo: fix build with gcc15 (#516189)

This commit is contained in:
Michael Daniels
2026-05-05 00:53:24 +00:00
committed by GitHub
+11
View File
@@ -2,6 +2,7 @@
lib,
stdenv,
fetchurl,
fetchDebianPatch,
pkg-config,
gtk3,
libxml2,
@@ -24,6 +25,16 @@ stdenv.mkDerivation (finalAttrs: {
sha256 = "19h3dnjgqbawnvgnycyp4n5b6mjsp5zghn3b69b6f3xa3fyi32qy";
};
patches = [
(fetchDebianPatch {
pname = "osmo";
version = "0.4.4";
debianRevision = "3";
patch = "gcc-15.patch";
hash = "sha256-2T34wYczOTc57tjt3w91q8TDtQZqLpwYOsr8JKpYs0c=";
})
];
nativeBuildInputs = [
pkg-config
gettext