Unverified Commit e7943aa1 authored by Rob's avatar Rob
Browse files

fix bad merge

parent bd4cc900
Loading
Loading
Loading
Loading
+0 −3
Original line number Diff line number Diff line
@@ -16,8 +16,6 @@ buildPythonPackage rec {
  inherit (duckdb) pname version src;
  format = "setuptools";

  BUILD_HTTPFS = 1;

  postPatch = ''
    # we can't use sourceRoot otherwise patches don't apply, because the patches apply to the C++ library
    cd tools/pythonpkg
@@ -35,7 +33,6 @@ buildPythonPackage rec {
  SETUPTOOLS_SCM_PRETEND_VERSION = version;

  nativeBuildInputs = [
    git
    pybind11
    setuptools-scm
  ];