forked from mirrors/nixpkgs
zeyple: use python3Packages.gpgme
This commit is contained in:
parent
5a77c45f25
commit
c82aaab4ec
|
@ -13,7 +13,7 @@ python3Packages.buildPythonApplication rec {
|
|||
sha256 = "0r2d1drg2zvwmn3zg0qb32i9mh03r5di9q1yszx23r32rsax9mxh";
|
||||
};
|
||||
|
||||
propagatedBuildInputs = [ python3Packages.pygpgme ];
|
||||
propagatedBuildInputs = [ python3Packages.gpgme ];
|
||||
installPhase = ''
|
||||
install -Dm755 $src/zeyple/zeyple.py $out/bin/zeyple
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue