river-tag-overlay: fix cross

+12 -2
+12 -2
pkgs/applications/misc/river-tag-overlay/default.nix
··· 1 - { lib, stdenv, fetchFromSourcehut, nixos, wayland, pixman, pkg-config }: 1 + { lib, stdenv, fetchFromSourcehut, fetchpatch 2 + , wayland, pixman, pkg-config, wayland-scanner 3 + }: 2 4 3 5 stdenv.mkDerivation rec { 4 6 pname = "river-tag-overlay"; ··· 11 13 hash = "sha256-hLyXdLi/ldvwPJ1oQQsH5wgflQJuXu6vhYw/qdKAV9E="; 12 14 }; 13 15 16 + patches = [ 17 + # Backport cross fix. 18 + (fetchpatch { 19 + url = "https://git.sr.ht/~leon_plickat/river-tag-overlay/commit/791eaadf46482121a4c811ffba13d03168d74d8f.patch"; 20 + sha256 = "CxSDcweHGup1EF3oD/2vhP6RFoeYorj0BwmlgA3tbPE="; 21 + }) 22 + ]; 23 + 14 24 buildInputs = [ pixman wayland ]; 15 - nativeBuildInputs = [ pkg-config ]; 25 + nativeBuildInputs = [ pkg-config wayland-scanner ]; 16 26 17 27 makeFlags = [ 18 28 "DESTDIR=${placeholder "out"}"