mirror of
https://github.com/NixOS/rfcs.git
synced 2025-12-21 08:21:20 +01:00
Small rephrasings
Co-authored-by: Linus Heckemann <git@sphalerite.org>
This commit is contained in:
parent
391f5d057d
commit
fb0dd983a5
1 changed files with 2 additions and 2 deletions
|
|
@ -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.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue