libextractor: fix build with gcc8

This commit is contained in:
Franz Pletz
2019-06-17 07:06:01 +02:00
parent b5fa934872
commit 64d3bf6338
2 changed files with 18 additions and 0 deletions
@@ -14,6 +14,8 @@ stdenv.mkDerivation rec {
sha256 = "1zz2zvikvfibxnk1va3kgzs7djsmiqy7bmk8y01vbsf54ryjb3zh";
};
patches = [ ./fix-gcc8-build.patch ];
preConfigure =
'' echo "patching installation directory in \`extractor.c'..."
sed -i "src/main/extractor.c" \