Better explain Nixpkgs issue #86369

This commit is contained in:
Doron Behar 2021-02-24 17:15:37 +02:00
parent 67b002b51f
commit cac0cbb156

View file

@ -116,14 +116,9 @@ wrappings will become a problem of the past.
- [issue 86369](https://github.com/NixOS/nixpkgs/issues/86369) - [issue 86369](https://github.com/NixOS/nixpkgs/issues/86369)
@ttuegel I get the sense [you support this idea of declarative @ttuegel with declarative wrappers, we can symlink all qt plugins into 1
wrappers](https://github.com/NixOS/nixpkgs/issues/86369#issuecomment-626732191). directory and wrap the executable with only 1 `QT_PLUGIN_PATH` in their
For anyone else interested in a summary, the issue is a bit complex, so once environment, which should decrease the plugin load of every qt package.
you'll read the design of this RFC, and see examples of what the POC
implementation of declarative wrappers [is capable
of](https://github.com/NixOS/nixpkgs/pull/85103#issuecomment-614195666), I hope
you'll see how declarative wrappers will solve this issue.
## Issues _possibly_ fixable by declarative wrappers (?) ## Issues _possibly_ fixable by declarative wrappers (?)