mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-30 16:53:40 +00:00
wayprompt: fix the wayprompt-ssh-askpass script
This commit is contained in:
parent
54a3f8fe8a
commit
21b4e45ef8
@ -47,6 +47,11 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
"${finalAttrs.deps}"
|
||||
];
|
||||
|
||||
postFixup = ''
|
||||
substituteInPlace $out/bin/wayprompt-ssh-askpass \
|
||||
--replace-fail wayprompt $out/bin/wayprompt
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = "https://git.sr.ht/~leon_plickat/wayprompt";
|
||||
description = "Multi-purpose (password-)prompt tool for Wayland";
|
||||
|
Loading…
Reference in New Issue
Block a user