forked from mirrors/nixpkgs
drawing: fix build with meson 0.61
This commit is contained in:
parent
6a079dad15
commit
d23a53bd36
|
@ -13,6 +13,7 @@
|
||||||
, gdk-pixbuf
|
, gdk-pixbuf
|
||||||
, pango
|
, pango
|
||||||
, gettext
|
, gettext
|
||||||
|
, itstool
|
||||||
}:
|
}:
|
||||||
|
|
||||||
python3.pkgs.buildPythonApplication rec {
|
python3.pkgs.buildPythonApplication rec {
|
||||||
|
@ -38,6 +39,7 @@ python3.pkgs.buildPythonApplication rec {
|
||||||
wrapGAppsHook
|
wrapGAppsHook
|
||||||
glib
|
glib
|
||||||
gettext
|
gettext
|
||||||
|
itstool
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
|
Loading…
Reference in a new issue