treewide: more fixes of phases after bash 4.3 -> 4.4
This commit is contained in:
parent
29e93555ec
commit
75fc704cfe
@ -9,7 +9,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
|
buildInputs = [ gtk2 libXft intltool automake115x autoconf libtool pkgconfig ];
|
||||||
|
|
||||||
preConfigurePhases = ''
|
preConfigure = ''
|
||||||
./autogen.sh
|
./autogen.sh
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
@ -11,7 +11,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
propagatedUserEnvPkgs = [ gtk-engine-murrine ];
|
||||||
|
|
||||||
phases = "$prePhases unpackPhase installPhase fixupPhase $postPhases";
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
mkdir -p $out/share/themes/orion
|
mkdir -p $out/share/themes/orion
|
||||||
cp -r gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4 $out/share/themes/orion
|
cp -r gtk-2.0 gtk-3.0 metacity-1 openbox-3 xfwm4 $out/share/themes/orion
|
||||||
|
@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
|
buildInputs = [ automake autoconf libtool zimlib cxxtools tntnet ];
|
||||||
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
|
setSourceRoot = "cd openzim-*/zimreader; export sourceRoot=`pwd`";
|
||||||
preConfigurePhases = [ "./autogen.sh" ];
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A tool to serve ZIM files using HTTP";
|
description = "A tool to serve ZIM files using HTTP";
|
||||||
|
@ -12,7 +12,7 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
|
buildInputs = [ automake autoconf libtool lzma pkgconfig zimlib file zlib ];
|
||||||
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
|
setSourceRoot = "cd openzim-*/zimwriterfs; export sourceRoot=`pwd`";
|
||||||
preConfigurePhases = [ "./autogen.sh" ];
|
preConfigure = "./autogen.sh";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "A console tool to create ZIM files";
|
description = "A console tool to create ZIM files";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user