libjpeg-static: Use Libtool 1.5.

svn path=/nixpkgs/branches/stdenv-updates/; revision=14641
This commit is contained in:
Ludovic Courtès 2009-03-21 21:06:45 +00:00
parent 5879d1bfff
commit a056260098

View file

@ -3358,7 +3358,8 @@ let
};
libjpegStatic = lowPrio (appendToName "static" (import ../development/libraries/libjpeg-static {
inherit fetchurl stdenv libtool;
inherit fetchurl stdenv;
libtool = libtool_1_5;
static = true;
}));