summary refs log tree commit diff
path: root/pkgs/development/libraries/zimlib
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/zimlib
parentfcdb6db0417db0bbd3fe0964950d4c9df2e90122 (diff)
downloadnixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar
nixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.gz
nixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.bz2
nixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.lz
nixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.xz
nixpkgs-5d3563f80cbc24da6d903a7604a29b9831db2322.tar.zst
nixpkgs-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/zimlib')
-rw-r--r--pkgs/development/libraries/zimlib/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/zimlib/default.nix b/pkgs/development/libraries/zimlib/default.nix
index 24cbc818cdd..77a7989baab 100644
--- a/pkgs/development/libraries/zimlib/default.nix
+++ b/pkgs/development/libraries/zimlib/default.nix
@@ -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)";