lol

wayprompt: fix the wayprompt-ssh-askpass script

r-vdp 21b4e45e 54a3f8fe

+5
+5
pkgs/by-name/wa/wayprompt/package.nix
··· 47 47 "${finalAttrs.deps}" 48 48 ]; 49 49 50 + postFixup = '' 51 + substituteInPlace $out/bin/wayprompt-ssh-askpass \ 52 + --replace-fail wayprompt $out/bin/wayprompt 53 + ''; 54 + 50 55 meta = { 51 56 homepage = "https://git.sr.ht/~leon_plickat/wayprompt"; 52 57 description = "Multi-purpose (password-)prompt tool for Wayland";