summaryrefslogtreecommitdiff
path: root/pkgs/development/python-modules/GitPython/hardcode-git-path.patch
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-25 00:48:28 +0200
committerEelco Dolstra <eelco.dolstra@logicblox.com>2013-09-25 00:48:28 +0200
commitf70fbb179128e795fcc6d07c52454c1dbcaa196a (patch)
tree8d1222270d9d6c88755eb8c6b50afdcb0ae8733d /pkgs/development/python-modules/GitPython/hardcode-git-path.patch
parentcfd20debfb0bdd21d9695278350ca8ed4b2d76d0 (diff)
Fix duplicated environment values
All profileVariables listed each profile twice (e.g. $PATH contained $HOME/.nix-profile/bin twice). This is because mergeAttrsWithFunc is broken (and deprecated): nix-repl> :p mergeAttrsWithFunc concat { x = [1]; } { y = [2]; } { x = [ 1 ]; y = [ 2 2 ]; } So use zipAttrsWith instead.
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions