summary refs log tree commit diff
path: root/doc
diff options
context:
space:
mode:
authorThomas Tuegel <ttuegel@mailbox.org>2021-01-11 12:09:48 -0600
committerThomas Tuegel <ttuegel@mailbox.org>2021-01-25 15:56:14 -0600
commite605824a9215f41c20e97c84ce3cf68dc3e589e5 (patch)
treed8610d78b71a561e21a1e3ea817c793fd4ffd53f /doc
parent02924cf9514f1bb4cf8d82f80fba64c830afe54d (diff)
downloadnixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar.gz
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar.bz2
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar.lz
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar.xz
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.tar.zst
nixpkgs-e605824a9215f41c20e97c84ce3cf68dc3e589e5.zip
qt.section.md: use new syntax for admonitions
Diffstat (limited to 'doc')
-rw-r--r--doc/languages-frameworks/qt.section.md8
1 files changed, 5 insertions, 3 deletions
diff --git a/doc/languages-frameworks/qt.section.md b/doc/languages-frameworks/qt.section.md
index a35dbc56c1c..966af3b2925 100644
--- a/doc/languages-frameworks/qt.section.md
+++ b/doc/languages-frameworks/qt.section.md
@@ -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