saldl: update waf

This commit is contained in:
zowoq 2023-10-31 11:55:29 +10:00
parent 04ba740f89
commit 52f32fe37c

View File

@ -10,6 +10,7 @@
, libxslt
, curl
, libevent
, fetchpatch
}:
stdenv.mkDerivation rec {
@ -23,6 +24,14 @@ stdenv.mkDerivation rec {
sha256 = "sha256-PAX2MUyBWWU8kGkaeoCJteidgszh7ipwDJbrLXzVsn0=";
};
patches = [
(fetchpatch {
name = "update-waf-to-2-0-24.patch";
url = "https://github.com/saldl/saldl/commit/360c29d6c8cee5f7e608af42237928be429c3407.patch";
hash = "sha256-RBMnsUtd0BaZe/EXypDCK4gpUU0dgucWmOcJRn5/iTA=";
})
];
nativeBuildInputs = [
pkg-config
wafHook