about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge master into stagingOrivej Desh2019-07-25
|\
| * citrix_workspace: add 1906 (`citrix_workspace_19_6_0`)Maximilian Bosch2019-07-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-22
|\|
| * doc: put Java software's build-time dependencies into nativeBuildInputsRaphael Borun Das Gupta2019-07-20
| | | | | | | | instead of into buildInputs
* | buildPythonPackage: add support for setupPyGlobalFlags (2)Frederik Rietdijk2019-07-15
| |
* | Revert "buildPythonPackage: add support for setupPyDistFlags"Frederik Rietdijk2019-07-13
| | | | | | | | | | | | | | I merged this a bit too quick. We need to have a closer look at it. See the points brought up in https://github.com/NixOS/nixpkgs/pull/64682. This reverts commit 1e0ebdb8a4fe94db67b6520225d325292d60247c.
* | buildPythonPackage: add support for setupPyDistFlagsKirill Boltaev2019-07-13
|/ | | | Flags passed to the "python setup.py" command.
* Merge master into staging-nextFrederik Rietdijk2019-07-13
|\
| * doc: fix stdenv.xmlGeorges Dubus2019-07-11
| | | | | | | | | | A duplicated opening tag caused the linter to fail, blocking the whole nixpkgs-unstable channel.
* | Merge master into staging-nextFrederik Rietdijk2019-07-11
|\|
| * doc: fix after snaptools mergeGraham Christensen2019-07-10
| |
* | Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\|
| * Merge master into staging-nextFrederik Rietdijk2019-07-09
| |\
| | * Merge pull request #63457 from grahamc/snapGraham Christensen2019-07-07
| | |\ | | | | | | | | snapTools.makeSnap: init
| | | * snapTools.makeSnap: initGraham Christensen2019-06-18
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2019-07-09
|\| | |
| * | | Merge branch 'master' into staging-nextVladimír Čunát2019-07-06
| |\| | | | | | | | | | | | | | | | | | There are several thousand rebuilds from master already. Hydra nixpkgs: ?compare=1528940
| | * | Merge pull request #64301 from grahamc/docs/clean-buildGraham Christensen2019-07-05
| | |\ \ | | | | | | | | | | Docs/clean build
| | | * | doc: move parameters to an XML fileGraham Christensen2019-07-04
| | | | |
| | | * | xmlformat.conf: move to doc-support buildGraham Christensen2019-07-04
| | | | |
| | | * | docs: Get highlightjs from build symlinkGraham Christensen2019-07-04
| | | | |
| | | * | docs: get XSL from build / symlinkGraham Christensen2019-07-04
| | | | |
| | | * | docs: find docbook rng from doc-supportGraham Christensen2019-07-04
| | | | |
| | | * | docs: get version from doc-support buildGraham Christensen2019-07-04
| | | | |
| | | * | docs: use a single nix-build for all the generate function docsGraham Christensen2019-07-04
| | | | |
| | * | | Docs Python: fix example on how to override the package setFrederik Rietdijk2019-07-05
| | |/ / | | | | | | | | | | | | | | | | Not passing in the newly created interpreter as `self` results in an incorrect `passthru`. Solves #64334.
* | | | Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-appsThomas Tuegel2019-07-05
|\ \ \ \ | |/ / / |/| | | Wrap Qt applications
| * | | doc/languages-frameworks/qt.xml: Update for wrapQtAppsHookThomas Tuegel2019-07-05
| | | |
* | | | Merge staging-next into stagingFrederik Rietdijk2019-07-03
|\ \ \ \ | | |/ / | |/| |
| * | | Merge pull request #61385 from eraserhd/kakoune-pluginsAlyssa Ross2019-06-26
| |\ \ \ | | |/ / | |/| | kakoune: support for adding plugins
| | * | kakoune: support for adding pluginsJason Felice2019-06-25
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Motivation: There is a thriving plugin ecosystem for Kakoune now, and it is nice to add these in our Nix configurations. This was modeled on neovim's plugins. parinfer-rust is useable both standalone and as a Kakoune plugin, so the plugin file inherits the same definition as pkgs. I'll make PRs for other plugins if this gets accepted. [Here](https://github.com/eraserhd/nixpkgs/tree/kak-ansi)'s a tested branch for the `kak-ansi` plugin.
* | | doc/stdenv: describe dontUnpackworldofpeace2019-07-01
| | |
* | | doc/stdenv: describe dontConfigureworldofpeace2019-07-01
|/ /
* | doc/idris: Fix install instructions (#63163)Silvan Mosberger2019-06-19
|\ \ | | | | | | doc/idris: Fix install instructions
| * | doc/idris: Fix install instructionsSilvan Mosberger2019-06-15
| | | | | | | | | | | | | | | Because of nix-env weirdness, I introduced a mistake in the docs in https://github.com/NixOS/nixpkgs/pull/50182, this fixes it.
* | | Merge pull request #63351 from Ekleog/fix-2532Domen Kožar2019-06-18
|\ \ \ | |_|/ |/| | docs: document that nix will not support derivations in meta
| * | docs: document that nix will not support derivations in metaLéo Gaspard2019-06-17
| | | | | | | | | | | | That's sad, but… https://github.com/NixOS/nix/issues/2532
* | | doc: Use prompt more oftenJan Tojnar2019-06-17
| | |
* | | doc: fix spurious whitespaceJan Tojnar2019-06-17
| | |
* | | nixos/doc: Fix spurious indentationJan Tojnar2019-06-17
|/ /
* | doc/stdenv: fix typoJan Tojnar2019-06-16
| |
* | doc: describe pnameJan Tojnar2019-06-16
|/ | | | This was forgotten when RFC 0035 was implemented.
* doc: update nixpkgs-mozilla revLorenzo Manacorda2019-06-08
| | | | The previous one didn't work, returning a TOML parse error.
* doc: document PWD for passthru.updateScriptJan Tojnar2019-06-03
| | | | Make it clear that PWD is not fixed
* doc: fix passthru.updateScript help commandJan Tojnar2019-06-02
|
* Merge master into staging-nextFrederik Rietdijk2019-05-25
|\
| * ibus-engines.typing-booster: support french by defaultMaximilian Bosch2019-05-23
| | | | | | | | | | | | | | | | This has been postponed[1] because of an unclear state of the french dictionary provided by hunspell[2]. [1] https://github.com/NixOS/nixpkgs/pull/46779#issuecomment-422764601 [2] https://github.com/NixOS/nixpkgs/issues/46940#issuecomment-423288963
| * [RFC] manual: rename to users and contributors manual, add some user notes ↵Michael Raskin2019-05-22
| | | | | | | | | | | | | | … (#60682) * manual: rename to users and contributors manual, add some user notes that should be there but don't fit in any chapter * manual: move the package notes that are completely usage-related to the upper user notes section * manual: link to package-specific development notes from user notes
* | Merge master into staging-nextFrederik Rietdijk2019-05-24
|\|
| * Update haskell.section.md (#61685)0xflotus2019-05-18
| |