mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 18:37:35 +00:00
saldl: update waf
This commit is contained in:
parent
04ba740f89
commit
52f32fe37c
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user