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

Build failure: grapejuice #252052

Closed
lugeha opened this issue Aug 28, 2023 · 0 comments · Fixed by #252054
Closed

Build failure: grapejuice #252052

lugeha opened this issue Aug 28, 2023 · 0 comments · Fixed by #252054
Labels
0.kind: build failure A package fails to build

Comments

@lugeha
Copy link

lugeha commented Aug 28, 2023

Steps To Reproduce

Steps to reproduce the behavior:

  1. build package 'grapejuice'

Build log

https://gist.github.com/lugeha/fdc5dfaa0296aa98c8ff6b49474baea0

/nix/store/pkj7cgmz66assy7l18zc7j992npb41nx-python3-3.10.12/bin/python3: No module named pip

Additional context

Fixed by adding python3Packages.pip to propagatedBuildInputs

overlay = final: prev: {
    grapejuice = prev.grapejuice.overrideAttrs (old: {
        propagatedBuildInputs = old.propagatedBuildInputs ++ [
            prev.python3Packages.pip
         ];
    });
};

Notify maintainers

@Artturin @helium

Metadata

Please run nix-shell -p nix-info --run "nix-info -m" and paste the result.

 - system: `"x86_64-linux"`
 - host os: `Linux 6.4.7-zen1, NixOS, 23.11 (Tapir), 23.11.20230814.b91a4d8`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.17.0`
 - channels(root): `"nixos"`
 - nixpkgs: `/nix/var/nix/profiles/per-user/root/channels/nixos`
@lugeha lugeha added the 0.kind: build failure A package fails to build label Aug 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: build failure A package fails to build
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant