Skip to content

Commit

Permalink
gtk4-layer-shell: fix cross compilation
Browse files Browse the repository at this point in the history
  • Loading branch information
uninsane committed Nov 19, 2024
1 parent 96b329f commit d4ea27e
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 d4ea27e

Please sign in to comment.