mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 09:23:01 +00:00
qt.section.md: use new syntax for admonitions
This commit is contained in:
parent
02924cf951
commit
e605824a92
@ -80,9 +80,11 @@ stdenv.mkDerivation {
|
||||
}
|
||||
```
|
||||
|
||||
> Note: `wrapQtAppsHook` ignores files that are non-ELF executables.
|
||||
> This means that scripts won't be automatically wrapped so you'll need to manually wrap them as previously mentioned.
|
||||
> An example of when you'd always need to do this is with Python applications that use PyQT.
|
||||
::: note
|
||||
`wrapQtAppsHook` ignores files that are non-ELF executables.
|
||||
This means that scripts won't be automatically wrapped so you'll need to manually wrap them as previously mentioned.
|
||||
An example of when you'd always need to do this is with Python applications that use PyQt.
|
||||
:::
|
||||
|
||||
## Adding a library to Nixpkgs
|
||||
Add Qt libraries to `qt5-packages.nix` to make them available for every
|
||||
|
Loading…
Reference in New Issue
Block a user