coeurl: fixup build with new meson

https://hydra.nixos.org/build/231336088/nixlog/4/tail
6f4973abad
This commit is contained in:
Vladimír Čunát 2023-08-19 10:00:46 +02:00
parent 2eeb7391e5
commit 0e6f4634b6
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -37,6 +37,9 @@ stdenv.mkDerivation rec {
hash = "sha256-a52Id7Nm3Mmmwv7eL58j6xovjlkpAO4KahVM/Q3H65w=";
})
];
postPatch = ''
substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]'
'';
nativeBuildInputs = [ ninja pkg-config meson ];