aboutsummaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Revert "Merge branch 'staging-next'"Vladimír Čunát2019-09-211-11/+1
| | | | | | | This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
* Merge master into staging-nextFrederik Rietdijk2019-09-192-4/+4
|\
| * Merge pull request #69056 from asbachb/fix-outdated-config-referenceMatthew Bauer2019-09-191-2/+2
| |\ | | | | | | doc: replaced outdated config reference `build-use-sandbox` with `san…
| | * doc: replaced outdated config reference `build-use-sandbox` with `sandbox`Benjamin Asbach2019-09-191-2/+2
| | |
| * | Fix exampleAlexandre Esteves2019-09-191-2/+2
| |/
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-1845-4349/+1105
|\|
| * doc: re-formatJan Tojnar2019-09-1845-4349/+1105
| |
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-1811-279/+456
|\|
| * doc/stdenv: document meson variablesworldofpeace2019-09-1711-279/+456
| |
* | Merge branch 'master' into staging-nextVladimír Čunát2019-09-152-4/+4
|\|
| * Merge pull request #68372 from obadz/citrix-receiver-decomissionMaximilian Bosch2019-09-141-3/+3
| |\ | | | | | | citrix-receiver: decomission in favor of citrix-workspace.
| | * citrix-receiver: decomission in favor of citrix-workspace.obadz2019-09-141-3/+3
| | | | | | | | | | | | Already documented in #64645
| * | Fix typoAlexandre Esteves2019-09-141-1/+1
| |/
* | nixos/doc/gnome: fix exampleJan Tojnar2019-09-101-1/+1
| |
* | wrapGAppsHook: add wrapGApp helperJan Tojnar2019-09-101-0/+10
|/
* doc: add GNOME (#43150)Jan Tojnar2019-09-103-5/+267
|\ | | | | doc: add GNOME
| * doc/gnome: explain glib passthru functionsworldofpeace2019-09-061-6/+19
| | | | | | | | Examples are updated to commits that use them as well.
| * doc/gnome: explain double wrapped binariesworldofpeace2019-09-061-0/+52
| |
| * doc: add GNOMEJan Tojnar2019-09-063-5/+202
| | | | | | | | Closes: #16285
* | ociTools: fixing outdated documentationKatharina Fey2019-09-091-3/+3
| |
* | Split buildPythonPackage into setup hooksFrederik Rietdijk2019-09-061-1/+18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This commit splits the `buildPythonPackage` into multiple setup hooks. Generally, Python packages are built from source to wheels using `setuptools`. The wheels are then installed with `pip`. Tests were often called with `python setup.py test` but this is less common nowadays. Most projects now use a different entry point for running tests, typically `pytest` or `nosetests`. Since the wheel format was introduced more tools were built to generate these, e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system independent format (`pyproject.toml`), `pip` can now use that format to execute the correct build-system. In the past I've added support for PEP 517 (`pyproject`) to the Python builder, resulting in a now rather large builder. Furthermore, it was not possible to reuse components elsewhere. Therefore, the builder is now split into multiple setup hooks. The `setuptoolsCheckHook` is included now by default but in time it should be removed from `buildPythonPackage` to make it easier to use another hook (curently one has to pass in `dontUseSetuptoolsCheck`).
* | Merge branch 'master' into staging-nextJan Tojnar2019-09-063-0/+120
|\ \ | | | | | | | | | Fixed trivial conflicts caused by removing rec.
| * | ociTools: initKatharina Fey2019-09-042-0/+77
| | |
| * | installShellFiles: init (#65211)Lily Ballard2019-09-041-0/+43
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This is a new package that provides a shell hook to make it easy to declare manpages and shell completions in a manner that doesn't require remembering where to actually install them. Basic usage looks like { stdenv, installShellFiles, ... }: stdenv.mkDerivation { # ... nativeBuildInputs = [ installShellFiles ]; postInstall = '' installManPage doc/foobar.1 installShellCompletion --bash share/completions/foobar.bash installShellCompletion --fish share/completions/foobar.fish installShellCompletion --zsh share/completions/_foobar ''; # ... } See source comments for more details on the functions.
* | | Merge branch 'master' into staging-nextVladimír Čunát2019-09-041-0/+365
|\| |
| * | ruby.withPackages: initMichael Fellinger2019-09-031-0/+365
| |/ | | | | | | Co-authored-by: Alyssa Ross <hi@alyssa.is>
* | Merge staging-next into stagingFrederik Rietdijk2019-08-313-2/+74
|\|
| * emacsPackages: Drop old emacsPackages (non-NG) setsadisbladis2019-08-301-2/+2
| | | | | | | | These have been deprecated for a long time now and has not seen much maintenance.
| * docs: Add Crystal language framework sectionSilvan Mosberger2019-08-262-0/+72
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-08-282-6/+36
|\|
| * Merge pull request #66747 from erikarvstedt/androidenv-fixesMatthew Bauer2019-08-201-5/+4
| |\ | | | | | | Androidenv fixes
| | * manual/android: add Play Store to emulator exampleErik Arvstedt2019-08-171-5/+4
| | | | | | | | | | | | | | | | | | This system type was previously broken but is now fixed. Add it here to showcase the common task of launching a fully-fledged Android system with an included app store.
| * | add shortenPerlShebang functionBenjamin Esham2019-08-181-1/+32
| | | | | | | | | | | | | | | | | | | | | This setup hook modifies a Perl script so that any "-I" flags in its shebang line are rewritten into a "use lib ..." statement on the next line. This gets around a limitation in Darwin, which will not properly handle a script whose shebang line exceeds 511 characters.
* | | treewide: remove redundant quotesvolth2019-08-261-2/+2
|/ /
* / doc: Replace google groups reference with Discourse Patch categorySilvan Mosberger2019-08-171-2/+6
|/
* Merge pull request #66543 from grahamc/dtGraham Christensen2019-08-151-1/+17
|\ | | | | dockerTools: document extraCommands, increase layers
| * doc/functions/dockertools.xml: clarify that "Commands" means shell commandsGraham Christensen2019-08-151-1/+1
| | | | | | Co-Authored-By: Jon <jonringer@users.noreply.github.com>
| * dockertools.buildLayeredImage: default layer count up to 100Graham Christensen2019-08-121-1/+4
| |
| * dockerTools: document extraCommandsGraham Christensen2019-08-121-0/+13
| |
* | stdenv: document dontFixupHerwig Hochleitner2019-08-121-0/+10
| |
* | doc/qt: add note about wrapQtAppsHook ignoring scriptsworldofpeace2019-08-091-0/+9
|/
* add options for build idris package (#65666)Silvan Mosberger2019-08-071-0/+18
|\ | | | | add options for build idris package
| * build-idris-package: add documentation on idris commands optionsMarco Perone2019-08-061-0/+18
| |
* | Merge pull request #64753 from malob/update-add-vim-plugin-docsMichael Raskin2019-08-021-73/+95
|\ \ | |/ |/| Updating documentation about adding new Vim plugins
| * Cleanup formatting in Vim plugin docsMalo Bourgon2019-07-141-64/+79
| |
| * Update documentation about adding new Vim plugins to nixpkgsMalo Bourgon2019-07-141-10/+17
| |
* | doc: fix phases to include installCheckPhaseFrederik Rietdijk2019-07-281-1/+1
| |
* | Merge master into staging-nextFrederik Rietdijk2019-07-251-19/+32
|\ \
| * | citrix_workspace: add 1906 (`citrix_workspace_19_6_0`)Maximilian Bosch2019-07-241-19/+32
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | New release available: https://www.citrix.com/downloads/workspace-app/linux/workspace-app-for-linux-latest.html Apart from the new version the following things changed: * Updated the docs as all notes about `citrix_receiver` also apply for `citrix_workspace`. Also added a deprecation warning about the upcoming removal. * Removed the `libidn_134` override as neither `citrix_workspace_19_3_0` nor `citrix_workspace_19_6_0` require this library anymore according to `readelf -d ./result/opt/citrix-icaclient/wfica` (in contrast to `citrix_receiver_13_10_0`). * Added myself as maintainer as well.
* | | Merge master into staging-nextFrederik Rietdijk2019-07-221-4/+5
|\| |