NixOS / nixpkgs

Nix Packages collection & NixOS
MIT License
18.38k stars 14.33k forks source link

Package request: nimf #357359

Open ericswpark opened 1 week ago

ericswpark commented 1 week ago

Project description

Llightweight, fast and extensible input method framework

Metadata


Note for maintainers: Please tag this issue in your PR.


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

pluiedev commented 1 week ago

This is on a technical level not really possible right now, since Nimf wants both Qt5 and Qt6 present while they conflict in Nixpkgs. Here's my partial derivation: https://gist.github.com/pluiedev/acc12c97260c72b6f2c8b619e1fd7742

ericswpark commented 1 week ago

@pluiedev thank you for the explanation! It's curious how they depend on both Qt versions -- maybe in the midst of a migration?

pluiedev commented 1 week ago

It's curious how they depend on both Qt versions -- maybe in the midst of a migration?

I mean they also depend on both GTK 2 and 3, so I think this is purely because they want to build IM modules that can be used by all four of these framework versions