| Commit message (Expand) | Author | Age | Files | Lines |
| * | doc: fix passthru.updateScript help command•••(cherry picked from commit d18f4bfb53a930f03897f5e3701181f0745df99a)
Reason: Should be fixed in stable too.
| Jan Tojnar | 2019-08-03 | 1 | -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 Rietdijk | 2019-07-05 | 1 | -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át | 2019-06-09 | 1 | -3/+3 |
| * | Merge release-19.03 into staging-19.03 | Frederik Rietdijk | 2019-05-04 | 2 | -82/+105 |
| |\ |
|
| | * | doc: fix syntax error in python documentation | Linus Heckemann | 2019-04-25 | 1 | -1/+1 |
| | * | python-docs: typo•••(cherry picked from commit 6ea4aa481dc10bcb3653780f0a900a7406dbf6e4)
| cdyson37 | 2019-04-23 | 1 | -1/+1 |
| | * | doc/python: cleanup examples, references•••(cherry picked from commit 63f244193b11be3993c0c93a2e24af2d20863248)
(cherry picked from commit 94a409450a1773d12b44e0bec40fbd099f9fb883)
(cherry picked from commit 0ccfebf9f26f87b13e933c67e74cf4895cfa2fdf)
| worldofpeace | 2019-04-08 | 1 | -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 Bosch | 2019-03-30 | 1 | -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 Gibol | 2019-04-13 | 1 | -3/+3 |
| |/ |
|
| * | doc/python: remove unnecessary let statement•••(cherry picked from commit 1e86c0a7df5c30fbfbdfdd74c88b18baa3f7216d)
| Felix Biggs | 2019-03-22 | 1 | -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. Nasreddine | 2019-03-17 | 1 | -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 Rietdijk | 2019-03-01 | 1 | -4/+18 |
| |\ |
|
| | * | Merge master into staging-next | Frederik Rietdijk | 2019-02-24 | 2 | -0/+122 |
| | |\ |
|
| | * | | buildPythonPackage: always export `LANG=C.UTF-8` | Frederik Rietdijk | 2019-02-23 | 1 | -1/+0 |
| | * | | buildPythonPackage: initial support for PEP 517 | Frederik Rietdijk | 2019-02-23 | 1 | -1/+1 |
| | * | | Merge staging into python-unstable | Frederik Rietdijk | 2019-02-21 | 2 | -0/+79 |
| | |\ \ |
|
| | * | | | buildPython*: enable strictDeps | Frederik Rietdijk | 2019-02-17 | 1 | -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 Thalheim | 2019-02-26 | 1 | -2/+2 |
| | |_|/
|/| | |
|
| * | | | Merge pull request #54693 from tilpner/appimage-tools•••appimageTools: init | Graham Christensen | 2019-02-23 | 2 | -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.
| tilpner | 2019-02-23 | 2 | -0/+122 |
| * | | | nix-gitignore: init at v3.0.0 (#46112)•••closes siers/nix-gitignore#6 | Raitis Veinbahs | 2019-02-18 | 2 | -0/+79 |
| | |/
|/| |
|
| * | | Merge pull request #55138 from oxij/tree/random-fixes•••random cleanups and a tiny fix | Michael Raskin | 2019-02-13 | 1 | -3/+3 |
| |\ \ |
|
| | * | | doc: fix some indent | Jan Malakhovski | 2019-02-03 | 1 | -3/+3 |
| * | | | Merge pull request #55040 from tazjin/docs/fix-manual-makefile•••Fix manual Makefile by including function doc generation | Samuel Dionne-Riel | 2019-02-10 | 1 | -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 Ambo | 2019-02-01 | 1 | -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át | 2019-02-01 | 6 | -12/+503 |
| |\| | |
|
| | * | | Fix typos in docker tools docs | Alexandre Esteves | 2019-01-30 | 1 | -7/+7 |
| | * | | nixpkgs/manual: add one more fix for a missed review | Matthew Bauer | 2019-01-27 | 1 | -3/+4 |
| | * | | nixpkgs/manual: address review comments•••Mostly taken from requested changes exactly as recommended.
| Matthew Bauer | 2019-01-27 | 3 | -41/+90 |
| | * | | nixpkgs/manual: add trivial builders section•••Fixes #25507.
| Matthew Bauer | 2019-01-26 | 2 | -0/+85 |
| | * | | nixpkgs/manual: document default setup hooks•••Fixes #34857.
| Matthew Bauer | 2019-01-26 | 1 | -4/+131 |
| | * | | nixpkgs/manual: document fetcher functions•••Fixes #32439.
| Matthew Bauer | 2019-01-26 | 2 | -0/+199 |
| | |/ |
|
| | * | Merge pull request #53501 from LnL7/manual-makeflagsarray•••doc: don't overwrite makeFlagsArray in the example | Danylo Hlynskyi | 2019-01-23 | 1 | -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 Jordan | 2019-01-06 | 1 | -1/+3 |
| | * | | Merge pull request #53934 from Mic92/prefer-fetch-remote•••prefer-fetch-remote: an overlay to fetch on remote builders | Jörg Thalheim | 2019-01-21 | 2 | -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 Thalheim | 2019-01-18 | 2 | -0/+28 |
| * | | | | Merge staging-next into staging | Frederik Rietdijk | 2019-01-19 | 3 | -8/+64 |
| |\| | | |
|
| | * | | | Merge pull request #53634 from Mic92/text-width•••manual: limit text width | Jörg Thalheim | 2019-01-18 | 2 | -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 Thalheim | 2019-01-08 | 2 | -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.
| worldofpeace | 2019-01-18 | 1 | -2/+2 |
| * | | | | Merge branch 'master' into staging | Jan Tojnar | 2019-01-17 | 2 | -3/+122 |
| |\| | | |
|
| | * | | | Merge pull request #53785 from danbst/get-hash-doc•••manual: document ways of obtaining source hashes | Jörg Thalheim | 2019-01-17 | 2 | -3/+122 |
| | |\ \ \
| | |_|/
| |/| | |
|
| | | * | | rephrase and apply suggestions | danbst | 2019-01-17 | 1 | -26/+42 |
| | | * | | manual: document ways of obtaining source hashes•••... and security nuances
| danbst | 2019-01-11 | 2 | -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 Rietdijk | 2019-01-13 | 1 | -1/+1 |
| * | | | | stdenv: prune libtool files by default (#51767)•••See the motivation in fd97db43bcb05e37f6bb77f363f1e1e239d9de53 (#41819). | Orivej Desh (NixOS) | 2019-01-11 | 1 | -0/+12 |
| |\ \ \ \
| |/ / /
|/| | | |
|
| | * | | | doc/stdenv: document dontPruneLibtoolFiles | Piotr Bogdan | 2018-12-09 | 1 | -0/+12 |
| * | | | | Merge pull request #53447 from timokau/neovim-qt-wrapper••• neovim-qt: wrap in separate derivation | Peter Hoeg | 2019-01-08 | 1 | -0/+15 |
| |\ \ \ \
| |_|_|/
|/| | | |
|
| | * | | | doc: add neovim-qt configuration | Timo Kaufmann | 2019-01-06 | 1 | -0/+15 |
| * | | | | Merge master into staging-next | Frederik Rietdijk | 2019-01-06 | 1 | -11/+7 |
| |\ \ \ \
| | |_|/
| |/| | |
|