mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
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 New Issue
Block a user