summaryrefslogtreecommitdiffstats
path: root/doc
AgeCommit message (Collapse)Author
2019-07-06Merge branch 'master' into staging-nextVladimír Čunát
There are several thousand rebuilds from master already. Hydra nixpkgs: ?compare=1528940
2019-07-05Merge pull request #54525 from ttuegel/feature/qt-5/wrap-qt-appsThomas Tuegel
Wrap Qt applications
2019-07-05Merge pull request #64301 from grahamc/docs/clean-buildGraham Christensen
Docs/clean build
2019-07-05doc/languages-frameworks/qt.xml: Update for wrapQtAppsHookThomas Tuegel
2019-07-05Docs Python: fix example on how to override the package setFrederik Rietdijk
Not passing in the newly created interpreter as `self` results in an incorrect `passthru`. Solves #64334.
2019-07-04doc: move parameters to an XML fileGraham Christensen
2019-07-04xmlformat.conf: move to doc-support buildGraham Christensen
2019-07-04docs: Get highlightjs from build symlinkGraham Christensen
2019-07-04docs: get XSL from build / symlinkGraham Christensen
2019-07-04docs: find docbook rng from doc-supportGraham Christensen
2019-07-04docs: get version from doc-support buildGraham Christensen
2019-07-04docs: use a single nix-build for all the generate function docsGraham Christensen
2019-07-03Merge staging-next into stagingFrederik Rietdijk
2019-07-01doc/stdenv: describe dontUnpackworldofpeace
2019-07-01doc/stdenv: describe dontConfigureworldofpeace
2019-06-26Merge pull request #61385 from eraserhd/kakoune-pluginsAlyssa Ross
kakoune: support for adding plugins
2019-06-25kakoune: support for adding pluginsJason Felice
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.
2019-06-19doc/idris: Fix install instructions (#63163)Silvan Mosberger
doc/idris: Fix install instructions
2019-06-18Merge pull request #63351 from Ekleog/fix-2532Domen Kožar
docs: document that nix will not support derivations in meta
2019-06-18snapTools.makeSnap: initGraham Christensen
2019-06-17docs: document that nix will not support derivations in metaLéo Gaspard
That's sad, but… https://github.com/NixOS/nix/issues/2532
2019-06-17doc: Use prompt more oftenJan Tojnar
2019-06-17doc: fix spurious whitespaceJan Tojnar
2019-06-17nixos/doc: Fix spurious indentationJan Tojnar
2019-06-16doc/stdenv: fix typoJan Tojnar
2019-06-16doc: describe pnameJan Tojnar
This was forgotten when RFC 0035 was implemented.
2019-06-15doc/idris: Fix install instructionsSilvan Mosberger
Because of nix-env weirdness, I introduced a mistake in the docs in https://github.com/NixOS/nixpkgs/pull/50182, this fixes it.
2019-06-08doc: update nixpkgs-mozilla revLorenzo Manacorda
The previous one didn't work, returning a TOML parse error.
2019-06-03doc: document PWD for passthru.updateScriptJan Tojnar
Make it clear that PWD is not fixed
2019-06-02doc: fix passthru.updateScript help commandJan Tojnar
2019-05-25Merge master into staging-nextFrederik Rietdijk
2019-05-24Merge master into staging-nextFrederik Rietdijk
2019-05-23ibus-engines.typing-booster: support french by defaultMaximilian Bosch
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
2019-05-22[RFC] manual: rename to users and contributors manual, add some user notes ↵Michael Raskin
… (#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
2019-05-18Update haskell.section.md (#61685)0xflotus
2019-05-18Merge pull request #60578 from chris-martin/doc-nginxRobin Gloster
doc: Explain the nginx ETag patch
2019-05-18Merge staging into staging-nextFrederik Rietdijk
2019-05-16Merge pull request #61473 from Synthetica9/dontstrip-typoSilvan Mosberger
doc/stdenv.xml: fix typo
2019-05-15doc/stdenv: document default build scripts filenametbenst
2019-05-15Add documentation for recent permitUserSite change (#61502)Tom McLaughlin
2019-05-13doc/stdenv.xml: fix typoPatrick Hilhorst
2019-05-10Changelog meta entry (#60371)Michael Raskin
meta.changelog: enable, document, add for GNU Hello
2019-05-07doc/stdenv: put note about remote builds with breakpointHook into a <note>Maximilian Bosch
With remote builds, the sandbox can't be accessed by `cntr` as it is on a different machine. I decided to put this into an extra `note` block as it took me admittedly too much time to figure this out.
2019-04-30doc: Explain the nginx ETag patchChris Martin
https://github.com/NixOS/nixpkgs/issues/25485
2019-04-27Merge pull request #56420 from p-alik/masterLassulus
add missed internal links into haskell.section.md
2019-04-25doc: fix syntax error in python documentationLinus Heckemann
2019-04-23python-docs: typocdyson37
2019-04-22treewide: Change URLs to HTTPSDaniel Schaefer
Lots of URLs were HTTP redirect to HTTPS. Changed those and checked them if there's actual content. Inspired by https://github.com/NixOS/nixpkgs/issues/60004
2019-04-13Merge pull request #58504 from symphorien/static-prootDmitry Kalinkin
Static proot, wafHook cross compilation
2019-04-09doc: note how to quickly get started with elmDomen Kožar