···193194 buildInputs = [ python ] ++ deps;
195000196 inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH;
197198 # non-python gdbm has a libintl dependency on i686-cygwin, not on x86_64-cygwin
···193194 buildInputs = [ python ] ++ deps;
195196+ # We need to set this for python.buildEnv
197+ pythonPath = [];
198+199 inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH;
200201 # non-python gdbm has a libintl dependency on i686-cygwin, not on x86_64-cygwin