Skip to content

Commit

Permalink
pythonPackages.flask_ldap_login: Disable on python3
Browse files Browse the repository at this point in the history
(cherry picked from commit b667a76)
  • Loading branch information
knedlsepp authored and xeji committed Sep 9, 2018
1 parent 6ef71d0 commit ff81358
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/python-modules/flask-ldap-login/default.nix
@@ -1,10 +1,11 @@
{ stdenv, buildPythonPackage, fetchFromGitHub, fetchpatch
{ stdenv, buildPythonPackage, isPy3k, fetchFromGitHub, fetchpatch
, flask, flask_wtf, flask_testing, ldap
, mock, nose }:

buildPythonPackage rec {
pname = "flask-ldap-login";
version = "0.3.4";
disabled = isPy3k;

src = fetchFromGitHub {
owner = "ContinuumIO";
Expand Down

0 comments on commit ff81358

Please sign in to comment.