Skip to content

Commit

Permalink
treewide: more fixes of phases after bash 4.3 -> 4.4
Browse files Browse the repository at this point in the history
I'm surprised that the packages ever worked.
  • Loading branch information
vcunat committed Jan 5, 2017
1 parent fcdb6db commit 5d3563f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/soundtouch/default.nix
Expand Up @@ -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";
Expand Down
2 changes: 1 addition & 1 deletion pkgs/development/libraries/zimlib/default.nix
Expand Up @@ -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)";
Expand Down

0 comments on commit 5d3563f

Please sign in to comment.