Loading pkgs/by-name/pi/pinentry-rofi/package.nix +12 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ autoconf-archive, guile, texinfo, makeWrapper, rofi, coreutils, }: stdenv.mkDerivation rec { Loading @@ -26,11 +28,20 @@ stdenv.mkDerivation rec { autoreconfHook pkg-config texinfo makeWrapper ]; buildInputs = [ guile ]; propagatedBuildInputs = [ rofi ]; # pinentry-rofi wants to call `env rofi` (https://github.com/plattfot/pinentry-rofi/blob/fde8e32b8380512e2ba02961ccc99765575e2c89/pinentry-rofi.scm#L338) postInstall = '' wrapProgram $out/bin/pinentry-rofi --prefix PATH : ${ lib.makeBinPath [ rofi coreutils ] } ''; meta = with lib; { description = "Rofi frontend to pinentry"; Loading Loading
pkgs/by-name/pi/pinentry-rofi/package.nix +12 −1 Original line number Diff line number Diff line Loading @@ -7,7 +7,9 @@ autoconf-archive, guile, texinfo, makeWrapper, rofi, coreutils, }: stdenv.mkDerivation rec { Loading @@ -26,11 +28,20 @@ stdenv.mkDerivation rec { autoreconfHook pkg-config texinfo makeWrapper ]; buildInputs = [ guile ]; propagatedBuildInputs = [ rofi ]; # pinentry-rofi wants to call `env rofi` (https://github.com/plattfot/pinentry-rofi/blob/fde8e32b8380512e2ba02961ccc99765575e2c89/pinentry-rofi.scm#L338) postInstall = '' wrapProgram $out/bin/pinentry-rofi --prefix PATH : ${ lib.makeBinPath [ rofi coreutils ] } ''; meta = with lib; { description = "Rofi frontend to pinentry"; Loading