lcalc: fix build (#548082)

This commit is contained in:
Mauricio Collares
2026-08-01 13:00:08 +00:00
committed by GitHub
+4
View File
@@ -19,6 +19,10 @@ stdenv.mkDerivation (finalAttrs: {
hash = "sha256-L9502+lwSPLk63C14Pxa8OZWhnY4OqKv9WudZO2vP7E=";
};
# upstream ships a patched ltmain.sh from libtool 2.5.4. the patch
# is already included in libtool 2.6.1.
postPatch = "sed -i '/ltmain.sh/d' configure.ac";
nativeBuildInputs = [
autoreconfHook
gengetopt