Merge pull request #97113 from r-ryantm/auto-update/duckdb

duckdb: 0.1.8 -> 0.2.1
This commit is contained in:
Lassulus
2020-09-17 20:24:48 +02:00
committed by GitHub
2 changed files with 9 additions and 2 deletions

View File

@@ -13,6 +13,13 @@ buildPythonPackage rec {
pname = "duckdb";
inherit (duckdb) version src;
# build attempts to use git to figure out its own version. don't want to add
# the dependency for something pointless.
postPatch = ''
substituteInPlace scripts/package_build.py --replace \
"'git'" "'false'"
'';
postConfigure = ''
cd tools/pythonpkg
export SETUPTOOLS_SCM_PRETEND_VERSION=${version}