obconf: fix --replace warning

This commit is contained in:
Stefan Frijters
2024-12-29 12:41:16 +01:00
parent 223b74afe7
commit 7e0f8e62c6
+1 -1
View File
@@ -41,7 +41,7 @@ stdenv.mkDerivation (finalAttrs: {
];
postPatch = ''
substituteInPlace configure.ac --replace 2.0.4 ${finalAttrs.version}
substituteInPlace configure.ac --replace-fail 2.0.4 ${finalAttrs.version}
'';
meta = {