summaryrefslogtreecommitdiff
path: root/doc (follow)
Commit message (Expand)AuthorAgeFilesLines
* doc: fix passthru.updateScript help command•••(cherry picked from commit d18f4bfb53a930f03897f5e3701181f0745df99a) Reason: Should be fixed in stable too. Jan Tojnar2019-08-031-1/+1
* Docs Python: fix example on how to override the package set•••Not passing in the newly created interpreter as `self` results in an incorrect `passthru`. Solves #64334. (cherry picked from commit f1ff85e61df0401ec1baabe4d33aee35f7bc42e0) Frederik Rietdijk2019-07-051-1/+1
* Merge #62862: doc: update nixpkgs-mozilla rev•••(cherry picked from commit 17c0a1f8128822625971afcd3b09d8daaa08f45d) The problem happens on 19.03 as well. This way we'll also update the manual served on the web site. Vladimír Čunát2019-06-091-3/+3
* Merge release-19.03 into staging-19.03Frederik Rietdijk2019-05-042-82/+105
|\
| * doc: fix syntax error in python documentationLinus Heckemann2019-04-251-1/+1
| * python-docs: typo•••(cherry picked from commit 6ea4aa481dc10bcb3653780f0a900a7406dbf6e4) cdyson372019-04-231-1/+1
| * doc/python: cleanup examples, references•••(cherry picked from commit 63f244193b11be3993c0c93a2e24af2d20863248) (cherry picked from commit 94a409450a1773d12b44e0bec40fbd099f9fb883) (cherry picked from commit 0ccfebf9f26f87b13e933c67e74cf4895cfa2fdf) worldofpeace2019-04-081-80/+76
| * dlib: add flag to disable AVX support•••Especially older hardware doesn't support AVX instructions. DLib is still functional there, but significantly slower[1]. By setting `avxInstructions` to false, DLib will be compiled without this feature. [1] http://dlib.net/compile.html (cherry picked from commit 9732c44225910d5726ff95a7ab8c9a4684dfec4d) Maximilian Bosch2019-03-301-0/+27
* | wafHook: let derivations use an existing waf in a non-standard location•••this is necessary for talloc (cherry picked from commit f075de5c258ee9adfb300c8aee07125948b6f03d) Symphorien Gibol2019-04-131-3/+3
|/
* doc/python: remove unnecessary let statement•••(cherry picked from commit 1e86c0a7df5c30fbfbdfdd74c88b18baa3f7216d) Felix Biggs2019-03-221-15/+14
* buildGoModule: function for packaging Go modules•••The function buildGoModule builds Go programs managed with Go modules. It builds a Go module through a two phase build: - An intermediate fetcher derivation. This derivation will be used to fetch all of the dependencies of the Go module. - A final derivation will use the output of the intermediate derivation to build the binaries and produce the final output. (cherry picked from commit 28435e47b149623dd55b83aee3b016063d9d391b) Wael M. Nasreddine2019-03-171-93/+174
* Merge staging-next into staging-19.03•••Staging-next should been merged into staging-19.03 before branch-off but wasn't. The staging-next branch seems good enough, and nothing really has been added since branch-off so we can merge it into staging-19.03 as well. Note that due to merge conflicts feedreader may be broken. Frederik Rietdijk2019-03-011-4/+18
|\
| * Merge master into staging-nextFrederik Rietdijk2019-02-242-0/+122
| |\
| * | buildPythonPackage: always export `LANG=C.UTF-8`Frederik Rietdijk2019-02-231-1/+0
| * | buildPythonPackage: initial support for PEP 517Frederik Rietdijk2019-02-231-1/+1
| * | Merge staging into python-unstableFrederik Rietdijk2019-02-212-0/+79
| |\ \
| * | | buildPython*: enable strictDepsFrederik Rietdijk2019-02-171-2/+17
* | | | treewide: use runtimeShell instead of stdenv.shell whenever possible•••Whenever we create scripts that are installed to $out, we must use runtimeShell in order to get the shell that can be executed on the machine we create the package for. This is relevant for cross-compiling. The only use case for stdenv.shell are scripts that are executed as part of the build system. Usages in checkPhase are borderline however to decrease the likelyhood of people copying the wrong examples, I decided to use runtimeShell as well. (cherry picked from commit dadc7eb3297e6c2fb0c0e01149c8fcebd80770c1) Jörg Thalheim2019-02-261-2/+2
| |_|/ |/| |
* | | Merge pull request #54693 from tilpner/appimage-tools•••appimageTools: initGraham Christensen2019-02-232-0/+122
|\ \ \ | |_|/ |/| |
| * | appimageTools: init•••The appimageTools attrset contains utilities to prevent the usage of appimage-run to package AppImages, like done/attempted in #49370 and #53156. This has the advantage of allowing for per-package environment changes, and extracts into the store instead of the users home directory. The package list was extracted into appimageTools to prevent duplication. tilpner2019-02-232-0/+122
* | | nix-gitignore: init at v3.0.0 (#46112)•••closes siers/nix-gitignore#6Raitis Veinbahs2019-02-182-0/+79
| |/ |/|
* | Merge pull request #55138 from oxij/tree/random-fixes•••random cleanups and a tiny fixMichael Raskin2019-02-131-3/+3
|\ \
| * | doc: fix some indentJan Malakhovski2019-02-031-3/+3
* | | Merge pull request #55040 from tazjin/docs/fix-manual-makefile•••Fix manual Makefile by including function doc generationSamuel Dionne-Riel2019-02-101-4/+10
|\ \ \
| * | | doc: Include function doc generation in Makefile•••Since #53055 was merged the Makefile for the manual could not be run correctly as the generated function documentation was included, but not actually generated. This adds the necessary generation step by first building the XML file containing function locations and preserving its store path in a variable, which is then used both for linking of the locations file and as a build input for the function docs generator. This fixes #55014 Vincent Ambo2019-02-011-4/+10
| |/ /
* | | Merge branch 'master' into staging-next•••Comments on conflicts: - llvm: d6f401e1 vs. 469ecc70 - docs for 6 and 7 say the default is to build all targets, so we should be fine - some pypi hashes: they were equivalent, just base16 vs. base32 Vladimír Čunát2019-02-016-12/+503
|\| |
| * | Fix typos in docker tools docsAlexandre Esteves2019-01-301-7/+7
| * | nixpkgs/manual: add one more fix for a missed reviewMatthew Bauer2019-01-271-3/+4
| * | nixpkgs/manual: address review comments•••Mostly taken from requested changes exactly as recommended. Matthew Bauer2019-01-273-41/+90
| * | nixpkgs/manual: add trivial builders section•••Fixes #25507. Matthew Bauer2019-01-262-0/+85
| * | nixpkgs/manual: document default setup hooks•••Fixes #34857. Matthew Bauer2019-01-261-4/+131
| * | nixpkgs/manual: document fetcher functions•••Fixes #32439. Matthew Bauer2019-01-262-0/+199
| |/
| * Merge pull request #53501 from LnL7/manual-makeflagsarray•••doc: don't overwrite makeFlagsArray in the exampleDanylo Hlynskyi2019-01-231-1/+3
| |\
| | * doc: don't overwrite makeFlagsArray in the example•••Arrays like these should be appended to instead of overwritten in almost every case to avoid loosing the existing flags. Daiderd Jordan2019-01-061-1/+3
| * | Merge pull request #53934 from Mic92/prefer-fetch-remote•••prefer-fetch-remote: an overlay to fetch on remote buildersJörg Thalheim2019-01-212-0/+28
| |\ \
| | * | prefer-fetch-remote: an overlay to fetch on remote builders•••This is useful when running tools like NixOps or nix-review on workstations where the upload to the builder is significantly slower then downloading the source on the builder itself. Jörg Thalheim2019-01-182-0/+28
* | | | Merge staging-next into stagingFrederik Rietdijk2019-01-193-8/+64
|\| | |
| * | | Merge pull request #53634 from Mic92/text-width•••manual: limit text widthJörg Thalheim2019-01-182-6/+62
| |\ \ \
| | * | | manual: limit text width•••Currently the manual scales to the view port of the browser. This leads to an unreadable layout and I found myself reading the xml source instead. The optimal width would be around 50 characters per line. Since we have code listings also in the manual I relaxed this limit a bit towards 70 characters per line. Jörg Thalheim2019-01-082-6/+62
| | | |/ | | |/|
| * | | doc/reviewing-contributions: use they pronoun•••This appears to much more widely used in the nixpkgs documentation. Also not all contributors are he's. worldofpeace2019-01-181-2/+2
* | | | Merge branch 'master' into stagingJan Tojnar2019-01-172-3/+122
|\| | |
| * | | Merge pull request #53785 from danbst/get-hash-doc•••manual: document ways of obtaining source hashesJörg Thalheim2019-01-172-3/+122
| |\ \ \ | | |_|/ | |/| |
| | * | rephrase and apply suggestionsdanbst2019-01-171-26/+42
| | * | manual: document ways of obtaining source hashes•••... and security nuances danbst2019-01-112-2/+105
* | | | stdenv: make checkInputs native•••We can't run the checkPhase when build != host, so we may as well make the checkInputs native. This signicantly improves the situation of Python packages when enabling strictDeps. Frederik Rietdijk2019-01-131-1/+1
* | | | stdenv: prune libtool files by default (#51767)•••See the motivation in fd97db43bcb05e37f6bb77f363f1e1e239d9de53 (#41819).Orivej Desh (NixOS)2019-01-111-0/+12
|\ \ \ \ | |/ / / |/| | |
| * | | doc/stdenv: document dontPruneLibtoolFilesPiotr Bogdan2018-12-091-0/+12
* | | | Merge pull request #53447 from timokau/neovim-qt-wrapper••• neovim-qt: wrap in separate derivationPeter Hoeg2019-01-081-0/+15
|\ \ \ \ | |_|_|/ |/| | |
| * | | doc: add neovim-qt configurationTimo Kaufmann2019-01-061-0/+15
* | | | Merge master into staging-nextFrederik Rietdijk2019-01-061-11/+7
|\ \ \ \ | | |_|/ | |/| |