summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
...
| | * | Add Titanium documentation sectionSander van der Burg2018-12-18
| | | |
| | * | Add documentation for building iOS appsSander van der Burg2018-12-18
| | | |
| | * | Add documentation section for AndroidSander van der Burg2018-12-18
| | | |
* | | | Merge branch 'master' into stagingJan Tojnar2018-12-24
|\| | |
| * | | mkl: include Intel's libiomp.so in the MKL RPM unpackBenjamin Hipple2018-12-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Since Intel's default openmp implementation is available in the same src tarball, we can just include it in the package. This means that `mkl` now "just works" without any environment variables, fragile setup-hooks, or forced propagation. Since the openmp implementation is only needed at runtime (and for test cases), users can substitute a different one if they prefer by exporting it with `LD_PRELOAD`, which is how Intel recommends handling this. If they do not do so, `libiomp.so` lives next to `libmkl_rt.so` and thus will be in the RPATH as a sane default. Since this still comes from the same src tarball, we can ship it without losing the fixed-output derivation; likewise, since Hydra is not building or caching these, shipping these proprietary packages costs no bandwidth for the nix community.
| * | | pypy3: init at 6.0.0Anders Kaseorg2018-12-19
| | | | | | | | | | | | | | | | Signed-off-by: Anders Kaseorg <andersk@mit.edu>
| * | | Merge master into staging-nextFrederik Rietdijk2018-12-18
| |\| | | | |/ | |/|
* | | treewide: remove paxutils from stdenvJörg Thalheim2018-12-22
| | | | | | | | | | | | | | | | | | | | | More then one year ago we removed grsecurity kernels from nixpkgs: https://github.com/NixOS/nixpkgs/pull/25277 This removes now also paxutils from stdenv.
* | | docs: Small change to Rust guide to be more cross friendlyJohn Ericson2018-12-18
| | |
* | | Merge remote-tracking branch 'upstream/master' into stagingJan Tojnar2018-12-16
|\ \ \ | |/ / |/| / | |/
| * doc/breakpointHook: correct typosworldofpeace2018-12-13
| |
| * Update doc/stdenv.xmlDmitry Kalinkin2018-12-13
| | | | | | Co-Authored-By: guibou <guillaum.bouchard@gmail.com>
| * Fix english in stdenv.xmlGuillaume Bouchard2018-12-13
| |
* | Merge staging-next into stagingFrederik Rietdijk2018-12-07
|\|
| * docs: Remove nix-repl referencesMario Rodas2018-12-03
| | | | | | | | nix-repl has been deprecated
* | ghc: don’t add libiconv automaticallyMatthew Bauer2018-12-05
|/ | | | ghc needs it to fail to correctly detect it for later.
* Merge pull request #51329 from c0bw3b/cleanup/gnu-httpsmarkuskowa2018-12-02
|\ | | | | Favor HTTPS URLs - the GNU edition
| * Treewide: use HTTPS on GNU domainsc0bw3b2018-12-02
| | | | | | | | | | | | | | | | | | | | | | HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
* | Merge pull request #50977 from jtojnar/parallel-update.nixJan Tojnar2018-12-02
|\ \ | |/ |/| update.nix: Run update scripts in parallel
| * update.nix: Run update scripts in parallelJan Tojnar2018-12-01
| | | | | | | | | | | | | | | | | | | | | | To make updating large attribute sets faster, the update scripts are now run in parallel. Please note the following changes in semantics: - The string passed to updateScript needs to be a path to an executable file. - The updateScript can also be a list: the tail elements will then be passed to the head as command line arguments.
* | doc: fix incorrect exampleMatthew Bauer2018-11-28
| | | | | | For whatever reason, nix-build ... --argstr a.b "c" doesn't work. It fails quitely so it's best to use an example here that works.
* | Merge branch 'pr-51111'Léo Gaspard2018-11-29
|\ \ | | | | | | | | | | | | * pr-51111: doc: document upgrading Ruby packages
| * | doc: document upgrading Ruby packagesAlyssa Ross2018-11-28
| | | | | | | | | | | | | | | | | | As requested[1] by @Ekleog. [1]: https://github.com/NixOS/nixpkgs/pull/51040#issuecomment-441642763
* | | doc: tweak the coding conventions (#51113)zimbatm2018-11-27
| | | | | | | | | | | | | | | | | | | | | Encouraging to put container elements on their own lines to minimize diffs, merge conflicts and making re-ordering easier. Nix doesn't suffer the restrictions of other languages where commas are used to separate list items.
* | | Merge pull request #50802 from aszlig/autopatchelf-improvementsJörg Thalheim2018-11-27
|\ \ \ | | | | | | | | autoPatchelfHook: Fixes/improvements for Android SDK emulator
| * | | doc/stdenv: Document autoPatchelfHook changesaszlig2018-11-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | First of all, this makes the existing documentation a bit more clear on what autoPatchelfHook is all about, because after discussing with @svanderburg - who wrote a similar implementation - the rationale about autoPatchelfHook wasn't very clear in the documentation. I also added the recent changes around being able to use autoPatchelf manually and the new --no-recurse flag. Signed-off-by: aszlig <aszlig@nix.build>
* | | | doc: add example usage for breakpointHook (#51005)Jörg Thalheim2018-11-26
| |/ / |/| |
* | | Merge master into staging-nextFrederik Rietdijk2018-11-20
|\ \ \ | | |/ | |/|
| * | doc/reviewing-contributions: fix build errorPierre Bourdon2018-11-20
| | | | | | | | | | | | Regression from #50674. Section IDs cannot contain spaces.
| * | doc/cross-compilation: remove reference to old wikiMatthew Bauer2018-11-19
| | | | | | | | | | | | The link doesn’t work and it’s not very important to the documentation anyway.
| * | doc/reviewing-contributions: pull-requests -> pull requestsMatthew Bauer2018-11-19
| | | | | | | | | | | | | | | This makes things more consistent. It’s also how GitHub refers to pull requests.
| * | doc/cross-compilation: fixupMatthew Bauer2018-11-19
| | | | | | | | | | | | More cleanups and stuff. May need to be split up.
| * | doc/platform-notes: reword xcode warningMatthew Bauer2018-11-19
| | | | | | | | | | | | xcbuild doesn’t work exactly like xcode in some ways.
| * | doc/stdenv: more changesMatthew Bauer2018-11-19
| | | | | | | | | | | | Lots of reworking here. May need to be split up.
| * | doc/stdenv: document more setup hookMatthew Bauer2018-11-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Here I document setup hooks provided by: - cmake - xcbuildHook - meson - ninja - unzip - wafHook - scons
| * | doc/stdenv: document prefixKeyMatthew Bauer2018-11-19
| | | | | | | | | | | | This seems like a useful thing to document
| * | doc: move checkInputs to check phase sectionMatthew Bauer2018-11-19
| | | | | | | | | | | | This makes more sense in context.
| * | doc: typo fixesMatthew Bauer2018-11-19
| |/
| * Fix typo in nixpkgs manualAndrei Lapshin2018-11-19
| |
* | Merge master into staging-nextFrederik Rietdijk2018-11-19
|\|
| * Merge #26513: docs: use RFC 2119 in a sectionVladimír Čunát2018-11-18
| |\
| | * Use RFC 2119 convention to describe package naming conventionrht2018-11-11
| | |
* | | Merge master into staging-nextFrederik Rietdijk2018-11-18
|\| |
| * | doc/node: document the new preferred node versionJörg Thalheim2018-11-16
| | |
| * | docs: fix minor grammar issues in the manualBenjamin Hipple2018-11-14
| | |
| * | Merge pull request #50182 from Infinisil/idris/doc-updateSilvan Mosberger2018-11-14
| |\ \ | | | | | | | | nixpkgs idris docs: Update and improve
| | * | nixpkgs idris docs: Update and improveSilvan Mosberger2018-11-12
| | |/
* | | Merge master into staging-nextFrederik Rietdijk2018-11-12
|\| |
| * | ocamlPackages.*: remove unnecessary unpackCmdThéo Zimmermann2018-11-12
| | |
| * | meta.tests: rename into passthru.testsLéo Gaspard2018-11-11
| | | | | | | | | | | | | | | | | | | | | Nix currently rejects derivations in `meta` values. This works around that limitation by using `passthru` instead. Closes https://github.com/NixOS/nixpkgs/issues/50230