Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Running nix-index fails around bigmemory package #195

Closed
srid opened this issue Nov 27, 2022 · 2 comments
Closed

Running nix-index fails around bigmemory package #195

srid opened this issue Nov 27, 2022 · 2 comments

Comments

@srid
Copy link

srid commented Nov 27, 2022

❯ nix-index
+ querying available packages
error: querying available packages failed
caused by: nix-env failed with error: nix-env failed with exit code 1:
error: value is null while a set was expected

       at /nix/store/x3b24m65sn4r8ciyza1cbwr431320aal-nixpkgs/nixpkgs/pkgs/development/r-modules/default.nix:514:19:

          513|     pbdZMQ = lib.optionals stdenv.isDarwin [ pkgs.darwin.binutils ];
          514|     bigmemory = [ pkgs.libuuid.dev ];
             |                   ^
          515|     clustermq = [  pkgs.pkg-config ];
(use '--show-trace' to show detailed location information)

Diagnostic info

I'm on macOS ARM, using nix-darwin with nix-index installed through home-manager.

❯ nix-index -V
Nixpkgs Files Indexer 0.1.3
@Artturin
Copy link
Member

Artturin commented Nov 27, 2022

Not a nix-index issue, report in nixpkgs and ping the maintainers for r-modules

Its because libuuid is null on non-linux, they probably shouldn't be using .dev and instead letting it be taken care of automatically

@srid srid closed this as completed Nov 27, 2022
@firestack
Copy link

NixOS/nixpkgs#202645

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants