summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #140396 from laikq/srcs-docRobert Hensing2021-10-07
|\ | | | | doc: reference sourceRoot in description of srcs
| * doc: reference sourceRoot in description of srcslaikq2021-10-05
| |
* | doc/contributing: add lib.optional (#121251)Sandro2021-10-05
| | | | | | Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* | Merge master into staging-nextgithub-actions[bot]2021-09-30
|\|
| * Merge pull request #140013 from raboof/jre_minimal_document_headlessSandro2021-09-30
| |\
| | * jre_minimal: document how to use a headless JDKArnout Engelen2021-09-30
| | | | | | | | | | | | For a smaller image
* | | Merge master into staging-nextgithub-actions[bot]2021-09-27
|\| |
| * | doc: fix misspelling (#139623)thomassdk2021-09-27
| | | | | | | | | doc/builders/fetchers.chapter.md: fetcheres -> fetchers
* | | Merge master into staging-nextgithub-actions[bot]2021-09-27
|\| |
| * | doc: clarify location of rPackages overridesJustin Bedo2021-09-26
| | | | | | | | | | | | | | | Detail the location of rPackage overrides and how broken builds should be addressed.
| * | rPackages: mark packages as broken when generating package setsJustin Bedo2021-09-24
| |/ | | | | | | | | | | | | | | | | | | | | | | The current behaviour for generate-r-packages.R is to delete packages that have been remove upstream. This patch changes the behaviour to mark packages as broken rather than removing them. This has the advantage of never breaking expressions, which previously occured when a package with overrides in default.nix was deleted. As a result, the update procedure is simplified, allowing automated updates to the package tree to run, and additionally if a package is re-established upstream the previous overrides still exist.
* | Merge staging-next into staginggithub-actions[bot]2021-09-23
|\|
| * Merge pull request #136489 from ehmry/nimPackagesGuillaume Girol2021-09-22
| |\ | | | | | | nimpackages / buildNimPackage
| | * Nim: Add documentation and GitHub metadataEmery Hemingway2021-09-05
| | |
* | | nixpkgs/doc/glibc: better glibc linkJörg Thalheim2021-09-22
| | | | | | | | | | | | | | | also replace unicode symbol in case some environment cannot reproduce the encoding or font symbol.
* | | Merge staging-next into staginggithub-actions[bot]2021-09-22
|\| |
| * | doc: rust: rephrase paragraph about `cargoLock.lockFileContents`Robin Stumm2021-09-22
| | | | | | | | | | | | mentioning that `Cargo.lock` cannot be patched in the `patchPhase`
| * | doc: rust: simplify snippetRobin Stumm2021-09-22
| | | | | | | | | | | | Do not use recursive attribute sets where not needed, it could confuse the reader.
| * | doc: rust: improve clarity of example snippet Robin Stumm2021-09-22
| | | | | | | | | | | | | | | Make it more clear that the return type is a string. Co-authored-by: figsoda <figsoda@pm.me>
| * | doc: rust: document cargoLock.lockFileContentsRobin Stumm2021-09-22
| | |
* | | Merge staging-next into staginggithub-actions[bot]2021-09-21
|\| |
| * | Merge pull request #136022 from hercules-ci/fetcher-testingRobert Hensing2021-09-21
| |\ \ | | | | | | | | Fetcher testing
| | * | invalidateFetcherByDrvHash move docs to manualRobert Hensing2021-09-19
| | | |
| | * | doc/builders/fetchers: Explain invalidateFetcherByDrvHashRobert Hensing2021-09-19
| | | |
| | * | doc/builders/fetchers: Document FOD caveatsRobert Hensing2021-09-19
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-09-21
|\| | |
| * | | patchelf: fix homepageppom2021-09-21
| | | |
* | | | Merge pull request #137601 from fzakaria/faridzakaria/glibc-netbaseJörg Thalheim2021-09-21
|\ \ \ \ | |/ / / |/| | | glibc: allow environment variable for /etc/ files (i.e. /etc/protocols)
| * | | glibc: add dependency on netbase /etc/protocolsFarid Zakaria2021-09-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add an explicit dependency on netbase for /etc/protocols Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols. If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors. - add netbase as a new package in nixpks - add a dependency in glibc on it using postPatchPhase and substitute the path Fixes #124401
* | | | Merge pull request #137243 from KarlJoad/octave-docsSandro2021-09-20
|\ \ \ \ | | | | | | | | | | octavePackages: add documentation
| * | | | octavePackages: add documentationKarl Hallsby2021-09-12
| |/ / /
* | | | coqPackages.mkCoqDerivation: rely on namePrefix to compute default opam-nameThéo Zimmermann2021-09-20
| | | | | | | | | | | | | | | | As suggested by Cyril Cohen in https://github.com/NixOS/nixpkgs/pull/134362#discussion_r698379405.
* | | | doc/rust: add missing fetchfromGitHub to derivation exampleMarkus S. Wamser2021-09-19
| | | |
* | | | Merge pull request #138140 from markuskowa/fix-mpi-manualmarkuskowa2021-09-17
|\ \ \ \ | | | | | | | | | | nixpkgs/manual: add mvapich to overlays/mpi section
| * | | | nixpkgs/manual: add mvapich to overlays/mpi sectionMarkus Kowalewski2021-09-16
| | | | |
* | | | | doc/python: fix typo in exampleD Anzorge2021-09-17
|/ / / /
* | | | Merge master into staging-nextgithub-actions[bot]2021-09-08
|\| | |
| * | | Merge pull request #130047 from NixOS/doc-manpage-roleJan Tojnar2021-09-07
| |\ \ \ | | |_|/ | |/| | doc: Add support for manpage references
| | * | doc: Add helper for converting DocBook files to MarkdownJan Tojnar2021-07-13
| | | |
| | * | doc: Linkify man page referencesJan Tojnar2021-07-13
| | | |
| | * | doc: Add support for MyST rolesJan Tojnar2021-07-13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Officially, only the manpage role is supported at the moment. Unlike in rST, the syntax uses braces instead of colons: {manpage}`nix.conf(5)`
| | * | doc: comment lua scriptsJan Tojnar2021-07-12
| | | |
| | * | doc: Move lua filters to subdirectoryJan Tojnar2021-07-12
| | | |
* | | | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-09-03
|\| | |
| * | | remove a mention of #node.section.mdAkshat2021-09-03
| | | | | | | | | | | | node.section.md has been removed so this commit removes the reference of it inside javascript.section.md
* | | | Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross2021-09-01
|\| | |
| * | | docs: update beam.sectionhappysalada2021-08-31
| | | |
* | | | Merge master into staging-nextgithub-actions[bot]2021-08-26
|\| | |
| * | | Merge pull request #133504 from Luis-Hebendanz/fix_firefox2Martin Weinelt2021-08-26
| |\ \ \ | | | | | | | | | | firefox: Added checks for new addon behaviour since v91
| | * | | firefox: Added checks for new addon behaviour since v91Luis-Hebendanz2021-08-22
| | | | |