Small rephrasings

Co-authored-by: Linus Heckemann <git@sphalerite.org>
This commit is contained in:
Doron Behar 2021-08-06 08:40:15 +00:00 committed by GitHub
parent 391f5d057d
commit fb0dd983a5
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -328,7 +328,7 @@ so:
``` ```
`wrapQtAppsHook` and `wrapGAppsHook` should be replaced with `makeWrapperAuto` `wrapQtAppsHook` and `wrapGAppsHook` should be replaced with `makeWrapperAuto`
while enable derivations to get rid of well known workarounds such as: which enables removing frequent workarounds such as:
```nix ```nix
# hook for gobject-introspection doesn't like strictDeps # hook for gobject-introspection doesn't like strictDeps
@ -347,7 +347,7 @@ And often seen in Python + Qt programs:
# Drawbacks # Drawbacks
[drawbacks]: #drawbacks [drawbacks]: #drawbacks
Using `wrapProgram` will be simpler then using `combineWrappersInfo` and it might be Using `wrapProgram` is simpler than using `combineWrappersInfo` and it might be
hard to explain why is there no `wrapProgramAuto`. However, this interface hard to explain why is there no `wrapProgramAuto`. However, this interface
might get improved in design through this RFC or in the future and in any case might get improved in design through this RFC or in the future and in any case
proper documentation should help. proper documentation should help.