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

Failing with latest emacs due to withGTK3 defaulting to false #11

Open
epetousis opened this issue Sep 13, 2022 · 0 comments
Open

Failing with latest emacs due to withGTK3 defaulting to false #11

epetousis opened this issue Sep 13, 2022 · 0 comments

Comments

@epetousis
Copy link

Related to nix-community/emacs-overlay#244 I believe, looks like the latest nixpkgs-unstable emacs derivation sets withGTK3 to false by default, but withXwidgets requires it to be true.

The error I'm getting when trying to build:

error: assertion '(withXwidgets -> (withGTK3 && (webkitgtk != null)))' failed

       at /nix/store/1hyrj236ljnvh1q3f7039877vd4sgrq9-source/pkgs/applications/editors/emacs/generic.nix:52:1:

           51| assert withPgtk -> withGTK3 && !withX && gtk3 != null;
           52| assert withXwidgets -> withGTK3 && webkitgtk != null;
             | ^
           53|
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

1 participant