gnome-terminal: fix cross build

This commit is contained in:
FliegendeWurst
2025-01-11 16:26:04 +01:00
parent d9e9853753
commit 5ac942406e
+1 -1
View File
@@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
vala
desktop-file-utils
wrapGAppsHook3
pcre2
python3
];
@@ -67,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
vte
libuuid
nautilus # For extension
pcre2
];
postPatch = ''