mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-14 15:36:47 +03:00
Merge pull request #251646 from dotlambda/zeyple-gpgme
zeyple: use python3Packages.gpgme
This commit is contained in:
commit
c74b2d590c
@ -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 New Issue
Block a user