mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 23:03:40 +01:00
kargo: fix evaluation
This commit is contained in:
parent
815cffc3f2
commit
16bab456b4
1 changed files with 1 additions and 2 deletions
|
@ -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 a new issue