kargo: fix evaluation
This commit is contained in:
parent
815cffc3f2
commit
16bab456b4
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user