mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 15:41:48 +00:00
libjpeg: Use Libtool 1.5.
svn path=/nixpkgs/branches/stdenv-updates/; revision=14640
This commit is contained in:
parent
d98cb76a06
commit
5879d1bfff
@ -3353,7 +3353,8 @@ let
|
||||
};
|
||||
|
||||
libjpeg = import ../development/libraries/libjpeg {
|
||||
inherit fetchurl stdenv libtool;
|
||||
inherit fetchurl stdenv;
|
||||
libtool = libtool_1_5;
|
||||
};
|
||||
|
||||
libjpegStatic = lowPrio (appendToName "static" (import ../development/libraries/libjpeg-static {
|
||||
|
Loading…
Reference in New Issue
Block a user