lifelines: fix autoreconf failure from missing m4 dir (#518073)
This commit is contained in:
@@ -32,6 +32,10 @@ stdenv.mkDerivation {
|
||||
bison
|
||||
];
|
||||
|
||||
postPatch = ''
|
||||
mkdir -p m4
|
||||
'';
|
||||
|
||||
meta = {
|
||||
description = "Genealogy tool with ncurses interface";
|
||||
homepage = "https://lifelines.github.io/lifelines/";
|
||||
|
||||
Reference in New Issue
Block a user