zeyple: use python3Packages.gpgme

This commit is contained in:
Robert Schütz 2023-08-26 10:55:57 -07:00
parent 5a77c45f25
commit c82aaab4ec

View file

@ -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
'';