xkcdpass: make available as application

but keep it as a lib, too, because it
can be imported as a module:
https://github.com/redacted/XKCD-password-generator/tree/xkcdpass-1.17.3#using-xkcdpass-as-an-imported-module
This commit is contained in:
Raphael Borun Das Gupta 2020-04-29 09:15:52 +02:00
parent 2b5e2ffe0a
commit 39269244f1

View file

@ -3116,6 +3116,8 @@ in
wob = callPackage ../tools/misc/wob { };
xkcdpass = with pythonPackages; toPythonApplication xkcdpass;
xob = callPackage ../tools/X11/xob { };
z-lua = callPackage ../tools/misc/z-lua { };