xnee: fix build

This commit is contained in:
Weijia Wang
2025-01-01 01:09:36 +01:00
parent 8da05cf315
commit 40cac3319a
+7
View File
@@ -3,6 +3,7 @@
stdenv,
fetchurl,
fetchpatch,
fetchDebianPatch,
autoreconfHook,
pkg-config,
gtk2,
@@ -31,6 +32,12 @@ stdenv.mkDerivation (finalAttrs: {
url = "https://savannah.gnu.org/bugs/download.php?file_id=49534";
hash = "sha256-Ar5SyVIEp8/knDHm+4f0KWAH+A5gGhXGezEqL7xkQhI=";
})
(fetchDebianPatch {
inherit (finalAttrs) pname version;
debianRevision = "9.2";
patch = "fix-implicit-declarations.patch";
hash = "sha256-ct/ATuiC6b7rw9n2wsRNKvfj02i7V20bMOzL7pKDd0A=";
})
];
postPatch =