Unverified Commit ad03fb0b authored by Philip Taron's avatar Philip Taron Committed by GitHub
Browse files

fontforge-gtk: add missing dependency (#461317)

parents d8a54ee5 2a56d828
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -23,6 +23,7 @@
  libspiro,
  withGTK ? false,
  gtk3,
  gtkmm3,
  withGUI ? withGTK,
  withPython ? true,
  withExtras ? true,
@@ -84,6 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
  ++ lib.optionals withSpiro [ libspiro ]
  ++ lib.optionals withGUI [
    gtk3
    gtkmm3
    cairo
    pango
  ];