Merge pull request #85487 from das-g/xkcdpass-as-application

xkcdpass: make available as application
This commit is contained in:
Damien Cassou 2020-05-02 16:28:55 +02:00 committed by GitHub
commit e7cb7412b1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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