Loading pkgs/tools/security/pass/rofi-pass.nix +8 −0 Original line number Diff line number Diff line Loading @@ -46,11 +46,15 @@ stdenv.mkDerivation { dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/bin cp -a rofi-pass $out/bin/rofi-pass mkdir -p $out/share/doc/rofi-pass/ cp -a config.example $out/share/doc/rofi-pass/config.example runHook postInstall ''; wrapperPath = lib.makeBinPath ( Loading Loading @@ -78,6 +82,8 @@ stdenv.mkDerivation { ); fixupPhase = '' runHook preFixup patchShebangs $out/bin wrapProgram $out/bin/rofi-pass \ Loading @@ -86,6 +92,8 @@ stdenv.mkDerivation { --set-default ROFI_PASS_CLIPBOARD_BACKEND ${ if backend == "wayland" then "wl-clipboard" else "xclip" } runHook postFixup ''; passthru.updateScript = unstableGitUpdater { }; Loading Loading
pkgs/tools/security/pass/rofi-pass.nix +8 −0 Original line number Diff line number Diff line Loading @@ -46,11 +46,15 @@ stdenv.mkDerivation { dontBuild = true; installPhase = '' runHook preInstall mkdir -p $out/bin cp -a rofi-pass $out/bin/rofi-pass mkdir -p $out/share/doc/rofi-pass/ cp -a config.example $out/share/doc/rofi-pass/config.example runHook postInstall ''; wrapperPath = lib.makeBinPath ( Loading Loading @@ -78,6 +82,8 @@ stdenv.mkDerivation { ); fixupPhase = '' runHook preFixup patchShebangs $out/bin wrapProgram $out/bin/rofi-pass \ Loading @@ -86,6 +92,8 @@ stdenv.mkDerivation { --set-default ROFI_PASS_CLIPBOARD_BACKEND ${ if backend == "wayland" then "wl-clipboard" else "xclip" } runHook postFixup ''; passthru.updateScript = unstableGitUpdater { }; Loading