about summary refs log tree commit diff
path: root/pkgs/top-level/python-packages.nix
diff options
context:
space:
mode:
authorDanielle Lancashire <dani@builds.terrible.systems>2019-09-02 13:07:38 +0200
committerDanielle Lancashire <dani@builds.terrible.systems>2019-09-02 15:44:54 +0200
commit4f2a3aabff33e4a7dd1f35b4fcd906236073f20b (patch)
tree684d7f1f82e708ef67c32b16ffffc954d42f2405 /pkgs/top-level/python-packages.nix
parentbecf5adaebeb25e6379fc9f0d44f855494f7c696 (diff)
downloadnixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar.gz
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar.bz2
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar.lz
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar.xz
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.tar.zst
nixlib-4f2a3aabff33e4a7dd1f35b4fcd906236073f20b.zip
rfc6555: init at 0.0.0
Diffstat (limited to 'pkgs/top-level/python-packages.nix')
-rw-r--r--pkgs/top-level/python-packages.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/top-level/python-packages.nix b/pkgs/top-level/python-packages.nix
index 02c87e9e3cd3..17955f8d0ec9 100644
--- a/pkgs/top-level/python-packages.nix
+++ b/pkgs/top-level/python-packages.nix
@@ -4658,6 +4658,8 @@ in {
     inherit (pkgs) pkgconfig; # use normal pkgconfig, not the python package
   };
 
+  rfc6555 = callPackage ../development/python-modules/rfc6555 { };
+
   qdarkstyle = callPackage ../development/python-modules/qdarkstyle { };
 
   quamash = callPackage ../development/python-modules/quamash { };