Commit graph

401945 commits

Author SHA1 Message Date
pennae 6039648c50 nixos/*: automatically convert option docs 2022-08-19 22:40:58 +02:00
pennae 7e7d68a250 nixos/*: mark pre-existing markdown descriptions as mdDoc 2022-08-19 22:40:58 +02:00
pennae b51f8036c2 nixos/*: use properly indented strings for option docs
using regular strings works well for docbook because docbook is not as
whitespace-sensitive as markdown. markdown would render all of these as
code blocks when given the chance.
2022-08-19 22:40:58 +02:00
pennae 72b507d5a2 nixos/*: convert some markdown in docbook to tags
a lot of markdown syntax has already snuck into option docs, many of it
predating the intent to migrate to markdown. we don't convert all of it
here, just that which is accompanied by docbook tags as well. the rest
can be converted by simply adding the mdDoc marker.
2022-08-19 22:40:58 +02:00
pennae b0e56acef9 nixos/*: remove links to options in code blocks
markdown simply cannot represent these. would be nice to have, but
it'll have to happen some other way (if at all).
2022-08-19 22:40:58 +02:00
pennae 275a34e0d8 nixos/nix-daemon: replace <uri> with <literal>
this could've been a link as well, but <uri> did not render as a link in
the html manual.
2022-08-19 22:40:58 +02:00
pennae d0ba463fcf nixos/*: replace <quote> with actual quotes 2022-08-19 22:40:58 +02:00
pennae f1d39b6d61 nixos/postgresql: replace <function> with <literal>
there's only this one use, we can live with the tiny rendering change.
2022-08-19 22:40:58 +02:00
pennae b7327e966b nixos/*: normalize links with #TEXT=href
the xslt pass will re-add this text, and not having href and text be
equal is required to automatically migrate these links to markdown.
2022-08-19 22:40:58 +02:00
pennae 2646fd7c1b nixos/*: remove <productname>
no change to the rendered output, and we can't properly represent this
in markdown anyway.
2022-08-19 22:40:58 +02:00
pennae a4fdff515b nixos/*: turn inline code blocks into more appropriate things 2022-08-19 22:40:58 +02:00
pennae e4ed177f82 nixos/* eliminate inner whitespace in tags that was missed earlier
nix-doc-munge won't match tags that contain newlines anywhere. most of
these have already been removed, but a few obviously made it through.
2022-08-19 22:40:58 +02:00
pennae 8f8e101527 nixos/*: normalize <package> to <literal>
this renders the same in the manpage and a little more clearly in the
html manual. in the manpage there continues to be no distinction from
regular text, the html manual gets code-type markup (which was probably
the intention for most of these uses anyway).
2022-08-19 22:40:58 +02:00
Thiago Kenji Okada 1ab9224ebe
Merge pull request #187457 from otavio/rtl88x2bu-update
rtl88x2bu: 2022-05-23 -> 2022-08-18
2022-08-19 21:21:54 +01:00
Vladimír Čunát 2ae3c22cd0
mid2key: trivial fixup after commit e0476d93fe
It seems like noone cares, but getting it back seems easy.
2022-08-19 22:16:28 +02:00
Leiser Fernández Gallo ae978f07c5
godot: 3.4.4 -> 3.5 (#186692)
Co-authored-by: matthewcroughan <matt@croughan.sh>
2022-08-19 22:06:25 +02:00
Sandro cfe12e8c8a
Merge pull request #187461 from newAM/pep8-naming 2022-08-19 21:30:08 +02:00
Sandro 9f214c4e83
Merge pull request #187470 from devhell/bump-writedisk 2022-08-19 21:26:37 +02:00
Sandro 921b28fa6e
Merge pull request #187475 from centromere/fix-uamqp-darwin 2022-08-19 21:13:09 +02:00
Sebastian Neubauer a3c401f35e
blender-hip: add blender with hip support (#187241) 2022-08-19 15:01:57 -04:00
Bernardo Meurer 3bffe87eaf
Merge pull request #187153 from KenMacD/fwupd-uefi-capsule
nixos/fwupd: migrate to uefi_capsule.conf
2022-08-19 13:50:56 -05:00
Sandro d9a77384d2
Merge pull request #187145 from kouyk/update/vivaldi 2022-08-19 20:45:04 +02:00
Ross Light a1dc0e04a8
ghz: init at 0.109.0 (#183514)
Co-authored-by: Azat Bahawi <azat+github@bahawi.net>
2022-08-19 20:42:51 +02:00
Fabian Affolter 0790457f89
Merge pull request #187471 from r-ryantm/auto-update/python3.10-pyviz_comms
python310Packages.pyviz-comms: 2.2.0 -> 2.2.1
2022-08-19 20:30:30 +02:00
Sergei Trofimovich a0219e7fb7
Merge pull request #181536 from trofi/fix-gnumake-guile
gnumake: unconditionally disable guileSupport on bootstrap
2022-08-19 19:22:13 +01:00
Sergei Trofimovich f9474c7d95
Merge pull request #187233 from trofi/remove-libelf-from-bootstrap
make-bootstrap-tools.nix: drop libelf.so from bootstrap tarballs
2022-08-19 19:14:51 +01:00
Valentin Gagarin 16eb45c655 doc: add note about makeWrapper and PATH modification 2022-08-19 13:11:27 -05:00
Emery Hemingway b5526585c2 treewide: inject xdg-open into wrappers as $PATH suffix
The xdg-open utility is only ever a runtime dependency and its
dependents only expect that it accept a URI as a command line
argument and do something with it that the user would expect.
For such as a trivial relationship it should be possible for
users to override xdg-open with something else in their PATH.
2022-08-19 13:11:27 -05:00
Martin Weinelt 1a9c66f883
Merge pull request #187428 from vcunat/p/thunderbird_bump 2022-08-19 20:01:35 +02:00
Sandro 4b78546205
Merge pull request #180874 from eigengrau/add-sgrep 2022-08-19 20:01:09 +02:00
Sandro 8abd14f110
Merge pull request #185620 from tjni/git-town 2022-08-19 19:53:15 +02:00
Emery Hemingway ff69a9ad9d discourse.plugins.discourse-oauth2-basic: init 2022-08-19 12:49:32 -05:00
Emery Hemingway 0a3b5c8b82 sockdump: init at unstable-2022-05-27 2022-08-19 12:49:08 -05:00
Sandro f135dc6e18
Merge pull request #186305 from RaitoBezarius/amarna 2022-08-19 19:42:34 +02:00
Daniel Goertzen 7e234e5a1a
btrfs-progs: add udevSupport arg (#174323)
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
2022-08-19 19:40:51 +02:00
Sandro b66b756e4c
Merge pull request #187338 from SuperSandro2000/git-delete-merged-branches 2022-08-19 19:37:29 +02:00
Sandro d148f6dedf
Merge pull request #187460 from majewsky/portunus-1.1.0 2022-08-19 19:32:32 +02:00
Sandro 1ee1095d25
Merge pull request #167999 from RaitoBezarius/p4c 2022-08-19 19:32:11 +02:00
Alex Wied 58c4d8ad86 pythonPackages.uamqp: fix build on Darwin 2022-08-19 13:29:21 -04:00
Fabian Affolter d4dbaadce5
Merge pull request #187326 from fabaff/pyhaversion-bump
python310Packages.pyhaversion: 22.4.1 -> 22.8.0
2022-08-19 18:49:20 +02:00
Fabian Affolter c7a4411085
Merge pull request #187408 from fabaff/bthome-ble
python310Packages.bthome-ble: init at 0.2.2
2022-08-19 18:49:02 +02:00
Fabian Affolter 6874d7ecd4
Merge pull request #187410 from fabaff/teslajsonpy-bump
python310Packages.teslajsonpy: 2.4.1 -> 2.4.2
2022-08-19 18:48:45 +02:00
Fabian Affolter 2f994d7eb3
Merge pull request #187411 from fabaff/peaqevcore-bump
python310Packages.peaqevcore: 5.4.3 -> 5.10.3
2022-08-19 18:48:33 +02:00
Fabian Affolter 83c0efa48e
Merge pull request #187413 from fabaff/pymicrobot-bump
python310Packages.pymicrobot: 0.0.3 -> 0.0.4
2022-08-19 18:48:16 +02:00
Fabian Affolter 9dc0de7548
Merge pull request #187415 from fabaff/memray-bump
memray: 1.2.0 -> 1.3.0
2022-08-19 18:48:06 +02:00
Fabian Affolter 75bf6c01e7
Merge pull request #187432 from fabaff/bleak-retry-connector-bump
python310Packages.bleak-retry-connector: 1.10.0 -> 1.10.1
2022-08-19 18:47:53 +02:00
Fabian Affolter f08420c3fa
Merge pull request #187433 from fabaff/types
python310Packages.types-pytz: 2022.1.2 -> 2022.2.1.0, python310Packages.types-requests: 2.28.8 -> 2.28.9, python310Packages.types-setuptools: 64.0.1 -> 65.1.0, python310Packages.types-urllib3: 1.26.22 -> 1.26.23
2022-08-19 18:46:36 +02:00
R. Ryantm d5509f68e5 python310Packages.pyviz-comms: 2.2.0 -> 2.2.1 2022-08-19 16:38:53 +00:00
devhell 6b3f341eab writedisk 1.2.0 -> 1.3.0 2022-08-19 17:36:59 +01:00
Sebastián Mancilla 14021215f1
Merge pull request #187309 from welteki/bump-arkade
arkade: 0.8.32 -> 0.8.34
2022-08-19 11:58:26 -04:00