treewide: more fixes of phases after bash 4.3 -> 4.4

This commit is contained in:
Vladimír Čunát
2017-01-06 14:04:49 +01:00
parent 29e93555ec
commit 75fc704cfe
4 changed files with 3 additions and 4 deletions

View File

@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
preConfigurePhases = [ "./autogen.sh" ];
preConfigure = "./autogen.sh";
meta = {
description = "A tool to serve ZIM files using HTTP";

View File

@@ -12,7 +12,7 @@ stdenv.mkDerivation {
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
preConfigurePhases = [ "./autogen.sh" ];
preConfigure = "./autogen.sh";
meta = {
description = "A console tool to create ZIM files";