limnoria: add git as dependency, otherwise build fails
This commit is contained in:
parent
69dccda3c0
commit
874019b3c4
1 changed files with 1 additions and 0 deletions
|
@ -2363,6 +2363,7 @@ pythonPackages = modules // rec {
|
||||||
sha256 = "0xfaa6h8css3yhsmx5vcffizrz6mvmgm46q7449z3hq7g3793184";
|
sha256 = "0xfaa6h8css3yhsmx5vcffizrz6mvmgm46q7449z3hq7g3793184";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
buildInputs = [ pkgs.git ];
|
||||||
propagatedBuildInputs = [ modules.sqlite3 ];
|
propagatedBuildInputs = [ modules.sqlite3 ];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
|
Loading…
Reference in a new issue