mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-10-03 16:36:32 +00:00
init gtk app
This commit is contained in:
@@ -22,6 +22,7 @@
|
||||
, expat
|
||||
, fontconfig
|
||||
, freetype
|
||||
, glib
|
||||
, gtk4
|
||||
, harfbuzz
|
||||
, libpng
|
||||
@@ -56,6 +57,7 @@ let
|
||||
libXrandr
|
||||
|
||||
gtk4
|
||||
glib
|
||||
];
|
||||
in mkShell rec {
|
||||
name = "ghostty";
|
||||
@@ -108,6 +110,7 @@ in mkShell rec {
|
||||
|
||||
# Only needed for GTK builds
|
||||
gtk4
|
||||
glib
|
||||
];
|
||||
|
||||
# This should be set onto the rpath of the ghostty binary if you want
|
||||
|
Reference in New Issue
Block a user