mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-21 20:34:06 +00:00
python3Packages.pypass: Add top-level attribute
This commit is contained in:
parent
98de11b317
commit
2649e800ed
@ -18,10 +18,8 @@
|
|||||||
, xclip
|
, xclip
|
||||||
}:
|
}:
|
||||||
|
|
||||||
# NOTE: pypass can also be used as an application, but probably the most
|
# Use the `pypass` top-level attribute, if you're interested in the
|
||||||
# important usecase is as a library. So, let's use buildPythonPackage and
|
# application
|
||||||
# support any Python version instead of defining it as an application with
|
|
||||||
# buildPythonApplication.
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "pypass";
|
pname = "pypass";
|
||||||
version = "0.2.1";
|
version = "0.2.1";
|
||||||
|
@ -10384,6 +10384,8 @@ with pkgs;
|
|||||||
|
|
||||||
pyocd = python3Packages.callPackage ../development/embedded/pyocd { };
|
pyocd = python3Packages.callPackage ../development/embedded/pyocd { };
|
||||||
|
|
||||||
|
pypass = with python3Packages; toPythonApplication pypass;
|
||||||
|
|
||||||
pyspread = libsForQt5.callPackage ../applications/office/pyspread { };
|
pyspread = libsForQt5.callPackage ../applications/office/pyspread { };
|
||||||
|
|
||||||
teapot = callPackage ../applications/office/teapot { };
|
teapot = callPackage ../applications/office/teapot { };
|
||||||
|
Loading…
Reference in New Issue
Block a user