···16161717 NIX_CFLAGS_LINK = "-L${elfutils}/lib";
18181919+ postPatch = ''
2020+ # For Python3, the original expression evaluates as 'python3.4' but we want 'python3.4m' here
2121+ substituteInPlace configure --replace 'python''${PYTHON_VERSION}' ${python.executable}
2222+ '';
2323+1924 configureFlags = "--with-external-db --without-lua --enable-python";
20252126 meta = with stdenv.lib; {