diff options
| author | lassulus <lass@blue.r> | 2018-10-07 12:09:32 +0200 |
|---|---|---|
| committer | lassulus <lass@blue.r> | 2018-10-07 12:09:32 +0200 |
| commit | 999f9112ed1d045955384d7cc0b939aa1968aba4 (patch) | |
| tree | 35a19bb467c17e63d8bdfc58f50a7cca5b4bf05d | |
| parent | ee07881154f247d792e9121f3eb1c1b1275cd938 (diff) | |
repo-sync: remove deprecated isPy
| -rw-r--r-- | krebs/5pkgs/simple/repo-sync/default.nix | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/krebs/5pkgs/simple/repo-sync/default.nix b/krebs/5pkgs/simple/repo-sync/default.nix index 8393cd79f..66f220ba6 100644 --- a/krebs/5pkgs/simple/repo-sync/default.nix +++ b/krebs/5pkgs/simple/repo-sync/default.nix @@ -3,7 +3,6 @@ with python3Packages; buildPythonPackage rec { name = "repo-sync-${version}"; version = "0.2.7"; - disabled = isPy26 || isPy27; propagatedBuildInputs = [ docopt GitPython |
