qt.section.md: use new syntax for admonitions

This commit is contained in:
Thomas Tuegel
2021-01-11 12:09:48 -06:00
parent 02924cf951
commit e605824a92

View File

@@ -80,9 +80,11 @@ stdenv.mkDerivation {
} }
``` ```
> Note: `wrapQtAppsHook` ignores files that are non-ELF executables. ::: note
> This means that scripts won't be automatically wrapped so you'll need to manually wrap them as previously mentioned. `wrapQtAppsHook` ignores files that are non-ELF executables.
> An example of when you'd always need to do this is with Python applications that use PyQT. 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 ## Adding a library to Nixpkgs
Add Qt libraries to `qt5-packages.nix` to make them available for every Add Qt libraries to `qt5-packages.nix` to make them available for every