diff options
| author | Benjamin Staffin <ben@folsomlabs.com> | 2014-12-30 15:07:29 -0800 |
|---|---|---|
| committer | Peter Simons <simons@cryp.to> | 2015-01-01 15:45:34 +0100 |
| commit | b3a534d3d23aa77ff6121e242100f7f8ff008e3b (patch) | |
| tree | dc2f08e6be3a3c8ba6136c9c83f0f35c3d99ecd4 /pkgs/development/python-modules/GitPython/hardcode-git-path.patch | |
| parent | 420bf2b677e932e061eaefe7a90affaf7b2175b7 (diff) | |
lib: Fix matchAttrs by importing builtins.length
Before:
nix-repl> :l <nixpkgs>
nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
error: undefined variable ‘length’ at "/home/benley/nix/nixpkgs/lib/attrsets.nix":317:10
After:
nix-repl> :l <nixpkgs>
nix-repl> lib.matchAttrs { foo = "bar"; } { bar = "bas"; }
false
Change-Id: I548d69d50cffe1c63a6f39f76fd09d1835d8d9a2
Diffstat (limited to 'pkgs/development/python-modules/GitPython/hardcode-git-path.patch')
0 files changed, 0 insertions, 0 deletions
