mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-18 19:03:28 +00:00
agda-pkg: rename GitPython
This commit is contained in:
parent
3d2cdabd1a
commit
9d6b73b217
@ -1,4 +1,6 @@
|
||||
{ lib, python3Packages }:
|
||||
{ lib
|
||||
, python3Packages
|
||||
}:
|
||||
|
||||
with python3Packages;
|
||||
|
||||
@ -22,7 +24,7 @@ buildPythonApplication rec {
|
||||
|
||||
propagatedBuildInputs = [
|
||||
click
|
||||
GitPython
|
||||
gitpython
|
||||
pony
|
||||
whoosh
|
||||
natsort
|
||||
|
Loading…
Reference in New Issue
Block a user