* Fontconfig updated to 2.8.0.
svn path=/nixpkgs/branches/x-updates/; revision=22644
This commit is contained in:
parent
70ab33568d
commit
02d85d19a2
@ -1,11 +1,11 @@
|
||||
{ stdenv, fetchurl, freetype, expat }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "fontconfig-2.7.3";
|
||||
name = "fontconfig-2.8.0";
|
||||
|
||||
src = fetchurl {
|
||||
url = "http://fontconfig.org/release/${name}.tar.gz";
|
||||
sha256 = "0l5hjifapv4v88a204ixg6w6xly81cji2cr65znra0vbbkqvz3xs";
|
||||
sha256 = "0d9370qnn1qzq0jidbycin2frkcr1kqj04jbgb79ykb5x9p1qaps";
|
||||
};
|
||||
|
||||
buildInputs = [ freetype ];
|
||||
|
Loading…
x
Reference in New Issue
Block a user