Guest User

Untitled

a guest
Dec 18th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.16 KB | None | 0 0
  1. error: while evaluating ‘callPackageWith’ at /Users/mitch/src/github.com/NixOS/nixpkgs/lib/customisation.nix:113:35, called from /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/top-level/all-packages.nix:17789:24:
  2. while evaluating ‘makeOverridable’ at /Users/mitch/src/github.com/NixOS/nixpkgs/lib/customisation.nix:72:24, called from /Users/mitch/src/github.com/NixOS/nixpkgs/lib/customisation.nix:117:8:
  3. while evaluating anonymous function at /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/games/2048-in-terminal/default.nix:1:1, called from /Users/mitch/src/github.com/NixOS/nixpkgs/lib/customisation.nix:74:12:
  4. while evaluating ‘mkDerivation’ at /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:15:5, called from /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/games/2048-in-terminal/default.nix:3:1:
  5. while evaluating ‘addPassthru’ at /Users/mitch/src/github.com/NixOS/nixpkgs/lib/customisation.nix:135:22, called from /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:166:7:
  6. while evaluating anonymous function at /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/check-meta.nix:5:1, called from /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/make-derivation.nix:167:22:
  7. while evaluating ‘handleEvalIssue’ at /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/check-meta.nix:128:21, called from /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/stdenv/generic/check-meta.nix:203:17:
  8. Package ‘2048-in-terminal-2015-01-15’ in /Users/mitch/src/github.com/NixOS/nixpkgs/pkgs/games/2048-in-terminal/default.nix:25 is not supported on ‘x86_64-darwin’, refusing to evaluate.
  9.  
  10. a) For `nixos-rebuild` you can set
  11. { nixpkgs.config.allowBroken = true; }
  12. in configuration.nix to override this.
  13.  
  14. b) For `nix-env`, `nix-build`, `nix-shell` or any other Nix command you can add
  15. { allowBroken = true; }
  16. to ~/.config/nixpkgs/config.nix.
  17.  
  18. So I do b, and then:
  19.  
  20. error: Please be informed that this pseudo-package is not the only part of
  21. Nixpkgs that fails to evaluate. You should not evaluate entire Nixpkgs
  22. without some special measures to handle failing packages, like those taken
  23. by Hydra.
Add Comment
Please, Sign In to add comment