inginious: use python2
This commit is contained in:
parent
e979855566
commit
167ca6f93a
@ -1,7 +1,9 @@
|
|||||||
{ pkgs, lib, pythonPackages }:
|
{ pkgs, lib, python2Packages }:
|
||||||
with lib;
|
with lib;
|
||||||
|
|
||||||
let
|
let
|
||||||
|
pythonPackages = python2Packages;
|
||||||
|
|
||||||
docker_1_7_2 = pythonPackages.docker.override rec {
|
docker_1_7_2 = pythonPackages.docker.override rec {
|
||||||
name = "docker-py-1.7.2";
|
name = "docker-py-1.7.2";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user