inginious: use python2
This commit is contained in:
parent
e979855566
commit
167ca6f93a
|
@ -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";
|
||||
|
||||
|
|
Loading…
Reference in New Issue