libjpeg-static: Use Libtool 1.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14641
This commit is contained in:
parent
5879d1bfff
commit
a056260098
|
@ -3358,7 +3358,8 @@ let
|
||||||
};
|
};
|
||||||
|
|
||||||
libjpegStatic = lowPrio (appendToName "static" (import ../development/libraries/libjpeg-static {
|
libjpegStatic = lowPrio (appendToName "static" (import ../development/libraries/libjpeg-static {
|
||||||
inherit fetchurl stdenv libtool;
|
inherit fetchurl stdenv;
|
||||||
|
libtool = libtool_1_5;
|
||||||
static = true;
|
static = true;
|
||||||
}));
|
}));
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue