tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
wayprompt: fix the wayprompt-ssh-askpass script
r-vdp
1 year ago
21b4e45e
54a3f8fe
+5
1 changed file
expand all
collapse all
unified
split
pkgs
by-name
wa
wayprompt
package.nix
+5
pkgs/by-name/wa/wayprompt/package.nix
···
47
47
"${finalAttrs.deps}"
48
48
];
49
49
50
50
+
postFixup = ''
51
51
+
substituteInPlace $out/bin/wayprompt-ssh-askpass \
52
52
+
--replace-fail wayprompt $out/bin/wayprompt
53
53
+
'';
54
54
+
50
55
meta = {
51
56
homepage = "https://git.sr.ht/~leon_plickat/wayprompt";
52
57
description = "Multi-purpose (password-)prompt tool for Wayland";