pythonPackages.brotli: don't use deepClone
It's not reproducible
This commit is contained in:
parent
ed5ed282df
commit
b96dafafd1
1 changed files with 2 additions and 2 deletions
|
@ -12,9 +12,9 @@ buildPythonPackage rec {
|
||||||
owner = "google";
|
owner = "google";
|
||||||
repo = pname;
|
repo = pname;
|
||||||
rev = "v${version}";
|
rev = "v${version}";
|
||||||
sha256 = "1rdp9rx197q467ixp53g4cgc3jbsdaxr62pz0a8ayv2lvm944azh";
|
sha256 = "sha256-tFnXSXv8t3l3HX6GwWLhEtgpqz0c7Yom5U3k47pWM7o=";
|
||||||
# for some reason, the test data isn't captured in releases, force a git checkout
|
# for some reason, the test data isn't captured in releases, force a git checkout
|
||||||
deepClone = true;
|
forceFetchGit = true;
|
||||||
};
|
};
|
||||||
|
|
||||||
dontConfigure = true;
|
dontConfigure = true;
|
||||||
|
|
Loading…
Reference in a new issue