lifelines: fix autoreconf failure from missing m4 dir (#518073)

This commit is contained in:
Peder Bergebakken Sundt
2026-05-10 13:05:06 +00:00
committed by GitHub
+4
View File
@@ -32,6 +32,10 @@ stdenv.mkDerivation {
bison
];
postPatch = ''
mkdir -p m4
'';
meta = {
description = "Genealogy tool with ncurses interface";
homepage = "https://lifelines.github.io/lifelines/";