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

I'm surprised that the packages ever worked.
wip/yesman
Vladimír Čunát 8 years ago
parent fcdb6db041
commit 5d3563f80c
No known key found for this signature in database
GPG Key ID: E747DF1F9575A3AA
  1. 2
      pkgs/development/libraries/soundtouch/default.nix
  2. 2
      pkgs/development/libraries/zimlib/default.nix

@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
buildInputs = [ autoconf automake libtool ];
preConfigurePhases = "./bootstrap";
preConfigure = "./bootstrap";
meta = {
description = "A program and library for changing the tempo, pitch and playback rate of audio";

@ -10,7 +10,7 @@ stdenv.mkDerivation {
};
buildInputs = [ automake autoconf libtool lzma ];
setSourceRoot = "cd openzim-*/zimlib; export sourceRoot=`pwd`";
preConfigurePhases = [ "./autogen.sh" ];
preConfigure = "./autogen.sh";
meta = {
description = "Library for reading and writing ZIM files (file format for storing Web content offline)";

Loading…
Cancel
Save