summaryrefslogtreecommitdiffstats
path: root/doc/builders
AgeCommit message (Collapse)Author
2021-01-13treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis
emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-11fishPlugins.buildFishPlugin: rename checkFunctionPath parameterpacien
2021-01-11doc/fish: document fish plugins packagingpacien
2021-01-01doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan
I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
2020-12-22doc: convert Steam to CommonMarkJustus K
2020-12-17Merge pull request #106845 from AndersonTorres/wip-documentationJan Tojnar
2020-12-17Convert fetchers from DocBook to CommonMarkAndersonTorres
2020-12-17Convert trivial-builders from DocBook to CommonMarkAndersonTorres
2020-12-16Convert locales from DocBook to CommonMarkAndersonTorres
2020-12-16Convert fhs-environments from DocBook to CommonMarkAndersonTorres
2020-12-16Convert mkShell from DocBook to CommonMarkAndersonTorres
2020-12-15firefox: wrapper updating an addon perserves addon settingsLuis Hebendanz
2020-12-05doc/firefox: correct manual generationTerin Stock
Corrects the level of the "Troubleshooting" section, and adds an anchor for Firefox.
2020-12-04Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan
Documentation updates from Docbook to CommonMark
2020-12-04Merge pull request #105796 from Luis-Hebendanz/fix_firefox_wrapperJörg Thalheim
Fix firefox wrapper
2020-12-04firefox: fix wrapper removing existing addons by defaultLuis Hebendanz
2020-12-04doc/emacs: re-add anchorJan Tojnar
2020-12-03doc: convert urxvt to CommonMarkStu
* convert urxvt documentation to common mark * format urxvt documentation * use ShellSession instead of nix
2020-12-03Convert Shell-Helpers from DocBook to CommonMarkAndersonTorres
2020-12-03Merge branch 'master' into firefox-nix-addon-supportJörg Thalheim
2020-12-02Merge pull request #105752 from ryantm/docbook2commonmark-packages-linuxRyan Mulligan
docs: convert packages/linux docbook -> commonmark
2020-12-02docs: convert packages/linux docbook -> commonmarkManuel Mendez
Closes #105257
2020-12-02convert nginx documentation to common markJustus K
2020-12-02doc/firefox: initial documentationJörg Thalheim
2020-11-30doc/builders/packages/opengl: Convert to CommonMark. (#105485)Corbin Simpson
* doc/builders/packages/opengl: Convert to CommonMark. * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * Update doc/builders/packages/opengl.section.md NVIDIA™ Co-authored-by: Ryan Mulligan <ryan@ryantm.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
2020-11-30doc/builders/packages/xorg: Use ShellSession for shell.Corbin
I was worried, but the HTML output can still be copy-and-pasted, so it's not a problem.
2020-11-30doc/builders/packages/xorg: Fix pasto.Corbin
I did double-check that the fixed version does what we would want. In either case, the katamari script is mostly of historical value, and there's nothing to change in pkgs.
2020-11-30doc/builders/packages/xorg: Acknowledge the retired katamari.Corbin
I tested the shell snippets shown here; they work. Note that, because they're intended for copy-and-paste, I did *not* make them into ShellSessions with prompts. But that's something I can do if desired.
2020-11-30doc/builders/packages/xorg: Convert to CommonMark.Corbin
I had to pick 7.4 or 7.5. I picked 7.4 for now.
2020-11-30Merge pull request #105322 from fzakaria/ISSUE-105264Ryan Mulligan
doc: convert weechat docs to commonmark
2020-11-30Merge pull request #105300 from AndersonTorres/wip-docsRyan Mulligan
Convert Emacs documentation from XML DocBook to Commonmark
2020-11-30Convert Emacs documentation from XML DocBook to CommonMarkAndersonTorres
2020-11-29doc: convert weechat docs to commonmarkFarid Zakaria
This is essentially an automatic pandoc conversion of the weechat section in docbook as part of the larger CommonMark Docs project (https://github.com/NixOS/nixpkgs/projects/37) fixes #105264 Update doc/builders/packages/weechat.section.md Co-authored-by: Frederik Rietdijk <freddyrietdijk@fridh.nl> Update doc/builders/packages/weechat.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
2020-11-29Convert Kakoune documentation from XML DocBook to CommonmarkAndersonTorres
2020-11-17doc/builders: Remove out-of-date examplePamplemousse
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2020-11-01kakoune: rework plugin supportDaniel Gorin
The previous implementation of plugin-support for the kakoune derivation was based on generating, at build time, a `plugins.kak` file that would source all .kak files in the list of plugins, and wrap the `kak` binary in a script that would add some command-line arguments so that this file gets loaded on start-up. The main problem with this approach is that the plugins' code get executed *after* the user's configuration file is loaded, so effectively one cannot automatically activate/configure these plugins. The idiomatic way of loading plugins is ensuring they end up installed somwhere under `share/kak/autoload`. Because plugins are already being packaged to have their code in `share/kak/autoload/plugins/<name-of-plugin>`, we can obtain a derivation that includes the plugins simply by doing a `symlinkJoin` of `kakoune-unwrapped` and all the requested plugins. For this to work, we need to fix two issues: 1. By default, kakoune makes `share/kak/autoload` a symbolic link to `share/kak/rc`, which contains all builtin definitions. We need to patch this to put the symlink under `share/kak/autoload/rc`, so that the join works. 2. By default kakoune expects the `autoload` directory to be in `../share/kak/autoload` relative to the location of the `kak` binary. We need to set the `KAKOUNE_RUNTIME` to point the symlinked share/kak for this to work.
2020-10-18doc: Use mesa.drivers instead of legacy aliasJan Tojnar
It was moved in 263f5891b65c841352f5230a1aa7e22ac418a042.
2020-09-23doc: Improve code listingsJan Tojnar
By adding prompts and removing unnecessary indentation.
2020-07-31doc/*: editorconfig fixeszowoq
2020-07-30doc/steam: add docs about new steam moduleMaciej Krüger
2020-07-18doc: add section for cataclysm-ddaMitsuhiro Nakamura
2020-07-15citrix_workspace: update docs about selfserviceMaximilian Bosch
2020-07-15citrix_workspace: add more features, refactor derivationMaximilian Bosch
In #89806 it has been reported that the final package is missing a lot of features like support for the self-service GUI and the config-management. While working on supporting those components in the Nix-package, I decided to refactor the package to simplify the entire setup. This patch changes the following things: * Binaries and libraries are patched using the `autoPatchelfHook` to avoid having unneeded libraries linked (e.g. some programs use gtk2, others use gtk3). * Moved source-declarations into their own file. * Wrapped `configmgr` and `selfservice` and added those to `$out/bin`. * Don't mention the old `citrix_receiver`-packages in the manual anymore since those packages were removed in 19.09 and are EOLed anyways. Closes #89806
2020-06-22Add docs for dockerTools.streamLayeredImageSteve Purcell
2020-04-18treewide: per RFC45, remove more unquoted URLsPavol Rusnak
2020-02-16doc/ociTools: exec is a shell builtin, not an external commandedef
2020-02-02doc: document new urxvt plugin systemrnhmjoj
2020-01-23doc: Fix callout reference in appimagetoolsadisbladis
2019-12-17Merge pull request #74862 from alyssais/fetchgittilesMichael Raskin
fetchFromGitiles: init
2019-12-16dockerTools: the API has basically never changedGraham Christensen