Skip to content

Commit

Permalink
gtk4-layer-shell: fix cross compilation (#357230)
Browse files Browse the repository at this point in the history
  • Loading branch information
donovanglover authored Nov 20, 2024
2 parents 7a00388 + d4ea27e commit a44b532
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/by-name/gt/gtk4-layer-shell/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -45,12 +45,12 @@ stdenv.mkDerivation (finalAttrs: {
docbook_xml_dtd_43
vala
wayland-scanner
wayland-protocols
];

buildInputs = [
wayland
gtk4
wayland
wayland-protocols
];

mesonFlags = [
Expand Down

0 comments on commit a44b532

Please sign in to comment.