python3Packages.pypass: Add top-level attribute

This commit is contained in:
Martin Weinelt 2022-10-02 16:02:17 +02:00
parent 98de11b317
commit 2649e800ed
No known key found for this signature in database
GPG Key ID: 87C1E9888F856759
2 changed files with 4 additions and 4 deletions

View File

@ -18,10 +18,8 @@
, xclip
}:
# NOTE: pypass can also be used as an application, but probably the most
# important usecase is as a library. So, let's use buildPythonPackage and
# support any Python version instead of defining it as an application with
# buildPythonApplication.
# Use the `pypass` top-level attribute, if you're interested in the
# application
buildPythonPackage rec {
pname = "pypass";
version = "0.2.1";

View File

@ -10384,6 +10384,8 @@ with pkgs;
pyocd = python3Packages.callPackage ../development/embedded/pyocd { };
pypass = with python3Packages; toPythonApplication pypass;
pyspread = libsForQt5.callPackage ../applications/office/pyspread { };
teapot = callPackage ../applications/office/teapot { };