Adding freetype dependency for TeXmacs.
svn path=/nixpkgs/trunk/; revision=26306
This commit is contained in:
parent
3369508fa9
commit
22fbb1f3d9
@ -1,4 +1,4 @@
|
|||||||
{stdenv, fetchurl, guile, libX11, libXext, xmodmap, which, makeWrapper,
|
{stdenv, fetchurl, guile, libX11, libXext, xmodmap, which, makeWrapper, freetype,
|
||||||
tex ? null,
|
tex ? null,
|
||||||
aspell ? null,
|
aspell ? null,
|
||||||
ghostscriptX ? null,
|
ghostscriptX ? null,
|
||||||
@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "02gqalr775r4xyfy4bq3qq1h3pkarsxjb6ami7lgxfgmyg6ca5kn";
|
sha256 = "02gqalr775r4xyfy4bq3qq1h3pkarsxjb6ami7lgxfgmyg6ca5kn";
|
||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = [ guile libX11 libXext makeWrapper ghostscriptX ];
|
buildInputs = [ guile libX11 libXext makeWrapper ghostscriptX freetype ];
|
||||||
|
|
||||||
patchPhase = (if tex == null then ''
|
patchPhase = (if tex == null then ''
|
||||||
gunzip < ${fullFontsSrc} | (cd TeXmacs && tar xvf -)
|
gunzip < ${fullFontsSrc} | (cd TeXmacs && tar xvf -)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user