-
-
Save savannidgerinel/3a2ea3faae5747d0fc2f0b02edc9aed6 to your computer and use it in GitHub Desktop.
Failure on `nix-shell -p nox --run "nox-review wip"`
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/pkgs/development/haskell-modules/hackage-packages.nix b/pkgs/development/haskell-modules/hackage-packages.nix | |
index d3b4068319..4a227436d0 100644 | |
--- a/pkgs/development/haskell-modules/hackage-packages.nix | |
+++ b/pkgs/development/haskell-modules/hackage-packages.nix | |
@@ -178206,7 +178206,7 @@ self: { | |
}) {applicative = null;}; | |
"statgrab" = callPackage | |
- ({ mkDerivation, async, base, bytestring, statgrab, time | |
+ ({ mkDerivation, async, base, bytestring, libstatgrab, time | |
, transformers | |
}: | |
mkDerivation { | |
@@ -178216,12 +178216,12 @@ self: { | |
libraryHaskellDepends = [ | |
async base bytestring time transformers | |
]; | |
- librarySystemDepends = [ statgrab ]; | |
+ librarySystemDepends = [ libstatgrab ]; | |
homepage = "http://github.com/brendanhay/statgrab"; | |
description = "Collect system level metrics and statistics"; | |
license = "unknown"; | |
hydraPlatforms = stdenv.lib.platforms.none; | |
- }) {statgrab = null;}; | |
+ }) {}; | |
"static-canvas" = callPackage | |
({ mkDerivation, base, double-conversion, free, mtl, text }: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
==> We're in a git repo, trying to fetch it | |
error: while evaluating ‘override’ at /home/savanni/.nox/nixpkgs/lib/customisation.nix:60:20, called from /home/savanni/.nox/nixpkgs/pkgs/top-level/all-packages.nix:4786:22: | |
while evaluating ‘makeOverridable’ at /home/savanni/.nox/nixpkgs/lib/customisation.nix:54:24, called from /home/savanni/.nox/nixpkgs/lib/customisation.nix:60:29: | |
while evaluating anonymous function at /home/savanni/.nox/nixpkgs/pkgs/build-support/cc-wrapper/default.nix:8:1, called from /home/savanni/.nox/nixpkgs/lib/customisation.nix:56:12: | |
while evaluating ‘override’ at /home/savanni/.nox/nixpkgs/lib/customisation.nix:60:20, called from /home/savanni/.nox/nixpkgs/pkgs/top-level/all-packages.nix:4789:16: | |
while evaluating ‘makeOverridable’ at /home/savanni/.nox/nixpkgs/lib/customisation.nix:54:24, called from /home/savanni/.nox/nixpkgs/lib/customisation.nix:60:29: | |
anonymous function at /home/savanni/.nox/nixpkgs/pkgs/development/tools/misc/binutils/default.nix:1:1 called with unexpected argument ‘cctools’, at /home/savanni/.nox/nixpkgs/lib/customisation.nix:56:12 | |
Traceback (most recent call last): | |
File "/nix/store/hxdll5d6n2v3nlfz7k6qc81afhx6wl9b-nox-0.0.5/bin/.nox-review-wrapped", line 12, in <module> | |
sys.exit(cli()) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/core.py", line 716, in __call__ | |
return self.main(*args, **kwargs) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/core.py", line 696, in main | |
rv = self.invoke(ctx) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/core.py", line 1060, in invoke | |
return _process_result(sub_ctx.command.invoke(sub_ctx)) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/core.py", line 889, in invoke | |
return ctx.invoke(self.callback, **ctx.params) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/core.py", line 534, in invoke | |
return callback(*args, **kwargs) | |
File "/nix/store/ljhgw2fwzkcq2kvzdzd361as8n6q5d3n-python3.5-click-6.6/lib/python3.5/site-packages/click/decorators.py", line 17, in new_func | |
return f(get_current_context(), *args, **kwargs) | |
File "/nix/store/hxdll5d6n2v3nlfz7k6qc81afhx6wl9b-nox-0.0.5/lib/python3.5/site-packages/nox/review.py", line 81, in wip | |
attrs = differences(packages_for_sha(sha), | |
File "/nix/store/ffb2q5k0g6ix8va7wpqzrpb3svzvwxra-python3.5-dogpile.cache-0.5.4/lib/python3.5/site-packages/dogpile/cache/region.py", line 1013, in decorate | |
should_cache_fn) | |
File "/nix/store/ffb2q5k0g6ix8va7wpqzrpb3svzvwxra-python3.5-dogpile.cache-0.5.4/lib/python3.5/site-packages/dogpile/cache/region.py", line 640, in get_or_create | |
async_creator) as value: | |
File "/nix/store/0w4gianygj6bhjrhms0khvp0awm5jrb4-python3.5-dogpile.core-0.4.1/lib/python3.5/site-packages/dogpile/core/dogpile.py", line 158, in __enter__ | |
return self._enter() | |
File "/nix/store/0w4gianygj6bhjrhms0khvp0awm5jrb4-python3.5-dogpile.core-0.4.1/lib/python3.5/site-packages/dogpile/core/dogpile.py", line 98, in _enter | |
generated = self._enter_create(createdtime) | |
File "/nix/store/0w4gianygj6bhjrhms0khvp0awm5jrb4-python3.5-dogpile.core-0.4.1/lib/python3.5/site-packages/dogpile/core/dogpile.py", line 149, in _enter_create | |
created = self.creator() | |
File "/nix/store/ffb2q5k0g6ix8va7wpqzrpb3svzvwxra-python3.5-dogpile.cache-0.5.4/lib/python3.5/site-packages/dogpile/cache/region.py", line 612, in gen_value | |
created_value = creator() | |
File "/nix/store/ffb2q5k0g6ix8va7wpqzrpb3svzvwxra-python3.5-dogpile.cache-0.5.4/lib/python3.5/site-packages/dogpile/cache/region.py", line 1009, in creator | |
return fn(*arg, **kw) | |
File "/nix/store/hxdll5d6n2v3nlfz7k6qc81afhx6wl9b-nox-0.0.5/lib/python3.5/site-packages/nox/nixpkgs_repo.py", line 90, in packages_for_sha | |
return packages(repo.path) | |
File "/nix/store/hxdll5d6n2v3nlfz7k6qc81afhx6wl9b-nox-0.0.5/lib/python3.5/site-packages/nox/nixpkgs_repo.py", line 81, in packages | |
universal_newlines=True) | |
File "/nix/store/1cmq5nwr6gp51jp1bsq647sqcb3dc3zy-python3-3.5.3/lib/python3.5/subprocess.py", line 316, in check_output | |
**kwargs).stdout | |
File "/nix/store/1cmq5nwr6gp51jp1bsq647sqcb3dc3zy-python3-3.5.3/lib/python3.5/subprocess.py", line 398, in run | |
output=stdout, stderr=stderr) | |
subprocess.CalledProcessError: Command '['nix-env', '-f', '/home/savanni/.nox/nixpkgs', '-qaP', '--out-path', '--show-trace']' returned non-zero exit status 1 | |
savanni@lapis:~/src/nixpkgs (release-17.03)* $ nix-shell -p nox --run "nox-review wip" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment