···1617 NIX_CFLAGS_LINK = "-L${elfutils}/lib";
180000019 configureFlags = "--with-external-db --without-lua --enable-python";
2021 meta = with stdenv.lib; {
···1617 NIX_CFLAGS_LINK = "-L${elfutils}/lib";
1819+ postPatch = ''
20+ # For Python3, the original expression evaluates as 'python3.4' but we want 'python3.4m' here
21+ substituteInPlace configure --replace 'python''${PYTHON_VERSION}' ${python.executable}
22+ '';
23+24 configureFlags = "--with-external-db --without-lua --enable-python";
2526 meta = with stdenv.lib; {