parent
eeb09aa1bc
commit
c101d6fd63
@ -1,4 +1,5 @@
|
|||||||
{ stdenv, fetchurl, pkgconfig, freetype, libXft, pango, fontconfig }:
|
{ stdenv, fetchurl, pkgconfig, freetype, libXft, pango, fontconfig }:
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
version = "2.3.1";
|
version = "2.3.1";
|
||||||
name = "silgraphite-2.3.1";
|
name = "silgraphite-2.3.1";
|
||||||
@ -13,8 +14,8 @@ stdenv.mkDerivation rec {
|
|||||||
NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2";
|
NIX_CFLAGS_COMPILE = "-I${freetype}/include/freetype2";
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = ''An advanced font engine'';
|
description = "An advanced font engine";
|
||||||
maintainers = with stdenv.lib.maintainers; [raskin];
|
maintainers = [ stdenv.lib.maintainers.raskin ];
|
||||||
platforms = with stdenv.lib.maintainers; linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user