summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorgoibhniu <cillian.deroiste@gmail.com>2016-01-11 09:58:24 +0100
committergoibhniu <cillian.deroiste@gmail.com>2016-01-11 09:58:24 +0100
commit6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87 (patch)
tree7b3b476644a4f7573c0057d402ca9c15bf5b6fe5 /pkgs
parent1792ca581079a5bfbf8d0dcd66a92e459efefd19 (diff)
parentcf184179bd83f3bc3f22ebf0c46832a3a8930478 (diff)
downloadnixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar.gz
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar.bz2
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar.lz
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar.xz
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.tar.zst
nixlib-6a9a704b75feca55bfd2efccc7e5a2bceb1b0c87.zip
Merge pull request #12319 from datakurre/datakurre-xkcdpass
xkcdpass: init at 1.4.2
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/top-level/python-packages.nix15
1 files changed, 15 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index b84bc9bee296..0649ac42df40 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -23393,6 +23393,21 @@ in modules // {
     };
   };
 
+  xkcdpass = buildPythonPackage rec {
+    name = "xkcdpass-${version}";
+    version = "1.4.2";
+    src = pkgs.fetchurl {
+      url = "https://pypi.python.org/packages/source/x/xkcdpass/xkcdpass-1.4.2.tar.gz";
+      sha256 = "4c1f8bee886820c42ccc64c15c3a2275dc6d01028cf6af7c481ded87267d8269";
+    };
+    meta = {
+      homepage = https://pypi.python.org/pypi/xkcdpass/;
+      description = "Generate secure multiword passwords/passphrases, inspired by XKCD";
+      license = licenses.bsd3;
+      maintainers = [ ];
+    };
+  };
+
   xstatic = buildPythonPackage rec {
     name = "XStatic-${version}";
     version = "1.0.1";