Add git dep

This commit is contained in:
greg-compass
2022-09-09 14:41:37 -05:00
parent efcece0c69
commit 2e9a2eef7a
+4
View File
@@ -17,4 +17,8 @@ buildPythonPackage rec {
};
doCheck = false;
nativeBuildInputs = [
pkgs.git
];
}