mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 12:23:55 +00:00
python3Packages.pypass: Add top-level attribute
This commit is contained in:
parent
98de11b317
commit
2649e800ed
@ -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";
|
||||
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user