Skip to content
New issue

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

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

Already on GitHub? # to your account

morph build doesn't currently work with nixpkgs-unstable #114

Closed
kolloch opened this issue May 13, 2020 · 1 comment · Fixed by #115
Closed

morph build doesn't currently work with nixpkgs-unstable #114

kolloch opened this issue May 13, 2020 · 1 comment · Fixed by #115

Comments

@kolloch
Copy link

kolloch commented May 13, 2020

Head ups: I get build failures when using nixpkgs-unstable. Whether I build morph with the recommended nix-shell approach or with:

let morph = pkgs.callPackage "${sources.morph}/nix-packaging" {};
in morph.bin

(maybe that should be documented since it is easier than the advertised shell workflow?)

That works great with nixpkgs-20.03. It results in this error on nixpkgs-unstable:

builder for '/nix/store/xghn18r6kpw9msv47k9bgh91vyzxmvbz-morph-unstable-dev.drv' failed to produce output path '/nix/store/b45ri75n82pz78rink6vcfivyrmb40d7-morph-unstable-dev-bin'
error: build of '/nix/store/xghn18r6kpw9msv47k9bgh91vyzxmvbz-morph-unstable-dev.drv' failed

Full Logs

@kolloch
Copy link
Author

kolloch commented May 20, 2020

Thank you, @srhb!

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

Successfully merging a pull request may close this issue.

1 participant