Skip to content

Commit

Permalink
Merge gnome-terminal: fix cross build (NixOS#372957)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtojnar authored Jan 13, 2025
2 parents 91d01c3 + 5ac9424 commit e505cd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/by-name/gn/gnome-terminal/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ stdenv.mkDerivation (finalAttrs: {
vala
desktop-file-utils
wrapGAppsHook3
pcre2
python3
];

Expand All @@ -67,6 +66,7 @@ stdenv.mkDerivation (finalAttrs: {
vte
libuuid
nautilus # For extension
pcre2
];

postPatch = ''
Expand Down

0 comments on commit e505cd6

Please sign in to comment.