Vladimír Čunát
2023-08-19 10:00:46 +02:00
parent 2eeb7391e5
commit 0e6f4634b6
@@ -37,6 +37,9 @@ stdenv.mkDerivation rec {
hash = "sha256-a52Id7Nm3Mmmwv7eL58j6xovjlkpAO4KahVM/Q3H65w=";
})
];
postPatch = ''
substituteInPlace subprojects/curl.wrap --replace '[provides]' '[provide]'
'';
nativeBuildInputs = [ ninja pkg-config meson ];