Add git dep
This commit is contained in:
@@ -17,4 +17,8 @@ buildPythonPackage rec {
|
||||
};
|
||||
|
||||
doCheck = false;
|
||||
|
||||
nativeBuildInputs = [
|
||||
pkgs.git
|
||||
];
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user