summary refs log tree commit diff
path: root/pkgs/development/libraries/soundtouch
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2017-01-05 11:05:46 +0100
committerVladimír Čunát <vcunat@gmail.com>2017-01-05 11:07:04 +0100
commit5d3563f80cbc24da6d903a7604a29b9831db2322 (patch)
treeced980fc47ffcbb995b1673411c97bf589e6605b /pkgs/development/libraries/soundtouch
parentfcdb6db0417db0bbd3fe0964950d4c9df2e90122 (diff)
downloadnixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.gz
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.bz2
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.lz
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.xz
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.zst
nixlib-5d3563f80cbc24da6d903a7604a29b9831db2322.zip
treewide: more fixes of phases after bash 4.3 -> 4.4
I'm surprised that the packages ever worked.
Diffstat (limited to 'pkgs/development/libraries/soundtouch')
-rw-r--r--pkgs/development/libraries/soundtouch/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/soundtouch/default.nix b/pkgs/development/libraries/soundtouch/default.nix
index 14eb5a24056f..729967ea1b7f 100644
--- a/pkgs/development/libraries/soundtouch/default.nix
+++ b/pkgs/development/libraries/soundtouch/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";