gjs: add pango support
This commit is contained in:
parent
7546695dbb
commit
3c6d52c3da
@ -1,4 +1,4 @@
|
|||||||
{ fetchurl, stdenv, pkgconfig, gnome3, gobjectIntrospection, spidermonkey_17 }:
|
{ fetchurl, stdenv, pkgconfig, gnome3, gobjectIntrospection, spidermonkey_17, pango }:
|
||||||
|
|
||||||
|
|
||||||
stdenv.mkDerivation rec {
|
stdenv.mkDerivation rec {
|
||||||
@ -10,7 +10,7 @@ stdenv.mkDerivation rec {
|
|||||||
};
|
};
|
||||||
|
|
||||||
buildInputs = with gnome3;
|
buildInputs = with gnome3;
|
||||||
[ gobjectIntrospection pkgconfig glib ];
|
[ gobjectIntrospection pkgconfig glib pango ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ spidermonkey_17 ];
|
propagatedBuildInputs = [ spidermonkey_17 ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user