Merge pull request #11992 from dezgeg/pr-update-diffoscope

diffoscope: 29 -> 44
This commit is contained in:
Domen Kožar
2015-12-28 07:46:12 +01:00
4 changed files with 43 additions and 14 deletions
@@ -16,6 +16,11 @@ stdenv.mkDerivation rec {
NIX_CFLAGS_LINK = "-L${elfutils}/lib";
postPatch = ''
# For Python3, the original expression evaluates as 'python3.4' but we want 'python3.4m' here
substituteInPlace configure --replace 'python''${PYTHON_VERSION}' ${python.executable}
'';
configureFlags = "--with-external-db --without-lua --enable-python";
meta = with stdenv.lib; {