pinentry: change attributes to dashes, alias old ones
This commit is contained in:
committed by
worldofpeace
parent
cb0adc11ff
commit
511b1823fc
@@ -1,5 +1,5 @@
|
||||
{ mkDerivation, fetchFromGitHub, lib, makeWrapper, pkgconfig
|
||||
, kcoreaddons, ki18n, kwallet, mksh, pinentry_qt5 }:
|
||||
, kcoreaddons, ki18n, kwallet, mksh, pinentry-qt }:
|
||||
|
||||
mkDerivation rec {
|
||||
pname = "kwalletcli";
|
||||
@@ -36,7 +36,7 @@ mkDerivation rec {
|
||||
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/pinentry-kwallet \
|
||||
--prefix PATH : $out/bin:${lib.makeBinPath [ pinentry_qt5 ]} \
|
||||
--prefix PATH : $out/bin:${lib.makeBinPath [ pinentry-qt ]} \
|
||||
--set-default PINENTRY pinentry-qt
|
||||
'';
|
||||
|
||||
|
||||
Reference in New Issue
Block a user