inginious: use python2

This commit is contained in:
Frederik Rietdijk 2016-10-17 14:34:51 +02:00
parent e979855566
commit 167ca6f93a

View File

@ -1,7 +1,9 @@
{ pkgs, lib, pythonPackages }:
{ pkgs, lib, python2Packages }:
with lib;
let
pythonPackages = python2Packages;
docker_1_7_2 = pythonPackages.docker.override rec {
name = "docker-py-1.7.2";