NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.06k stars 14.12k forks source link

Build failure: emacsPackages.jupyter + emacs-gtk #331349

Open jrbp opened 3 months ago

jrbp commented 3 months ago

Steps To Reproduce

Steps to reproduce the behavior: nix-shell -p "(emacsPackagesFor emacs-gtk).withPackages (epkgs: [epkgs.jupyter])" or nix-shell -p "(emacsPackagesFor emacs29-pgtk).withPackages (epkgs: [epkgs.jupyter])"

Build log

gist

Additional context

Seems to fail while loading emacs-zmq. Works fine with the default emacs package: nix-shell -p "(emacsPackagesFor emacs).withPackages (epkgs: [epkgs.jupyter])"

Notify maintainers

@AndersonTorres

Metadata

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

[user@system:~]$ nix-shell -p nix-info --run "nix-info -m"
 - system: `"x86_64-linux"`
 - host os: `Linux 6.6.41, NixOS, 24.11 (Vicuna), 24.11.20240719.1d9c2c9`
 - multi-user?: `yes`
 - sandbox: `yes`
 - version: `nix-env (Nix) 2.18.5`
 - nixpkgs: `/nix/store/l6spwdi1xs20q24fqfi3xwxx0d2x9q2m-source`

Add a :+1: reaction to issues you find important.

AndersonTorres commented 3 months ago

Boi, this was segmentation fault!