Merge pull request #11992 from dezgeg/pr-update-diffoscope
diffoscope: 29 -> 44
This commit is contained in:
@@ -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; {
|
||||
|
||||
Reference in New Issue
Block a user