DerekGraham78

Odd Error

Dec 31st, 2023
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.29 KB | None | 0 0
  1. building the system configuration...
  2. error:
  3. … while calling the 'head' builtin
  4.  
  5. at /nix/store/lf2dq57rqn8d03ybrxxi6l8gg27a4av0-source/lib/attrsets.nix:960:11:
  6.  
  7. 959| || pred here (elemAt values 1) (head values) then
  8. 960| head values
  9. | ^
  10. 961| else
  11.  
  12. … while evaluating the attribute 'value'
  13.  
  14. at /nix/store/lf2dq57rqn8d03ybrxxi6l8gg27a4av0-source/lib/modules.nix:809:9:
  15.  
  16. 808| in warnDeprecation opt //
  17. 809| { value = builtins.addErrorContext "while evaluating the option `${showOption loc}':" value;
  18. | ^
  19. 810| inherit (res.defsFinal') highestP
  20. rio;
  21.  
  22. (stack trace truncated; use '--show-trace' to show the full trace)
  23.  
  24. error: attempt to call something which is not a function but a Boolean
  25.  
  26. at /nix/store/lf2dq57rqn8d03ybrxxi6l8gg27a4av0-source/pkgs/top-level/all-packages.nix:22430:21:
  27.  
  28. 22429| libao = callPackage ../development/libraries/libao {
  29. 22430| usePulseAudio = config.pulseaudio or lib.meta.availableOn stdenv.hostPlatform libpulseaudio;
  30. | ^
  31. 22431| inherit (darwin.apple_sdk.frameworks) CoreAudio CoreServices AudioUnit;
Advertisement
Add Comment
Please, Sign In to add comment