mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
* Fontconfig updated to 2.2.3.
svn path=/nixpkgs/trunk/; revision=1448
This commit is contained in:
parent
3993fa4db8
commit
698967c01d
1 changed files with 3 additions and 3 deletions
|
@ -3,11 +3,11 @@
|
|||
assert freetype != null && expat != null;
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "fontconfig-2.2.2";
|
||||
name = "fontconfig-2.2.3";
|
||||
builder = ./builder.sh;
|
||||
src = fetchurl {
|
||||
url = http://freedesktop.org/~fontconfig/release/fontconfig-2.2.2.tar.gz;
|
||||
md5 = "af6e9a8addfa89aa68d703d5eb004185";
|
||||
url = http://freedesktop.org/~fontconfig/release/fontconfig-2.2.3.tar.gz;
|
||||
md5 = "2466a797d645cda5eb466080fdaec416";
|
||||
};
|
||||
buildInputs = [freetype];
|
||||
propagatedBuildInputs = [expat]; # !!! shouldn't be necessary, but otherwise pango breaks
|
||||
|
|
Loading…
Reference in a new issue