Unverified Commit b8b39b39 authored by Ramses's avatar Ramses Committed by GitHub
Browse files

wayprompt: fix the wayprompt-ssh-askpass script (#342767)

parents cd5bb9cf 21b4e45e
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -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";