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

Package Alias Request: ventoy-full-gtk ventoy-full-kde #388454

Closed
3 tasks done
BeatLink opened this issue Mar 9, 2025 · 0 comments · Fixed by #388500
Closed
3 tasks done

Package Alias Request: ventoy-full-gtk ventoy-full-kde #388454

BeatLink opened this issue Mar 9, 2025 · 0 comments · Fixed by #388500
Labels
0.kind: enhancement Add something new 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 9.needs: module (new) This needs a module to be created

Comments

@BeatLink
Copy link

BeatLink commented Mar 9, 2025

Nixpkgs version

  • Unstable (25.05)

Describe the proposed module

As per #355407, ventoy lacks the gui modules by default because the package cannot determine whether to use QT or GTK3 libraries. I am proposing two top level aliases, ventoy-full-gtk3 and ventoy-full-qt that would enable the respective code as declared in the issue. That way users need to only install one of the two packages to get GUI functionality without having to override the relevant parameters manually

  ventoy-full-gtk = ventoy-full.override {
    defaultGuiType = "gtk3";
  };

  ventoy-full-qt = ventoy-full.override {
     withQt5 = true;
  };

Additional context

No response

Notify maintainers


Note for maintainers: Please tag this issue in your pull request description. (i.e. Resolves #ISSUE.)

I assert that this issue is relevant for Nixpkgs

Is this issue important to you?

Add a 👍 reaction to issues you find important.

@BeatLink BeatLink added 0.kind: enhancement Add something new 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 9.needs: module (new) This needs a module to be created labels Mar 9, 2025
@JohnRTitor JohnRTitor changed the title Module Request: nixos/ventoy-full-gtk nixos/ventoy-full-kde Package Alias Request: ventoy-full-gtk ventoy-full-kde Mar 9, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0.kind: enhancement Add something new 6.topic: nixos Issues or PRs affecting NixOS modules, or package usability issues specific to NixOS 9.needs: module (new) This needs a module to be created
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant