fontforge-gtk: add missing dependency
This commit is contained in:
@@ -23,6 +23,7 @@
|
|||||||
libspiro,
|
libspiro,
|
||||||
withGTK ? false,
|
withGTK ? false,
|
||||||
gtk3,
|
gtk3,
|
||||||
|
gtkmm3,
|
||||||
withGUI ? withGTK,
|
withGUI ? withGTK,
|
||||||
withPython ? true,
|
withPython ? true,
|
||||||
withExtras ? true,
|
withExtras ? true,
|
||||||
@@ -84,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||||||
++ lib.optionals withSpiro [ libspiro ]
|
++ lib.optionals withSpiro [ libspiro ]
|
||||||
++ lib.optionals withGUI [
|
++ lib.optionals withGUI [
|
||||||
gtk3
|
gtk3
|
||||||
|
gtkmm3
|
||||||
cairo
|
cairo
|
||||||
pango
|
pango
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user