kargo: fix evaluation

This commit is contained in:
Jörg Thalheim 2017-08-28 11:57:55 +01:00
parent 815cffc3f2
commit 16bab456b4

View file

@ -1,4 +1,4 @@
{ stdenv, fetchurl, python2Packages }:
{ stdenv, fetchurl, python2Packages, ansible2 }:
python2Packages.buildPythonApplication rec {
version = "0.4.6";
@ -12,7 +12,6 @@ python2Packages.buildPythonApplication rec {
doCheck = false;
propagatedBuildInputs = with python2Packages; [
ansible2
boto
cffi
cryptography