3
0
Fork 0
forked from mirrors/nixpkgs

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

I'm surprised that the packages ever worked.
This commit is contained in:
Vladimír Čunát 2017-01-05 11:05:46 +01:00
parent fcdb6db041
commit 5d3563f80c
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA
2 changed files with 2 additions and 2 deletions

View file

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

View file

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