···193193194194 buildInputs = [ python ] ++ deps;
195195196196+ # We need to set this for python.buildEnv
197197+ pythonPath = [];
198198+196199 inherit (mkPaths buildInputs) C_INCLUDE_PATH LIBRARY_PATH;
197200198201 # non-python gdbm has a libintl dependency on i686-cygwin, not on x86_64-cygwin