summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
...
| | * | doc: clarification of dependencies related attributesPamplemousse2021-08-31
| | | | | | | | | | | | | | | | Signed-off-by: Pamplemousse <xav.maso@gmail.com>
* | | | Merge remote-tracking branch 'origin/master' into staging-nextJonathan Ringer2021-10-22
|\| | | | | | | | | | | | | | | | | | | | | | | Conflicts: pkgs/development/python-modules/jupyter-client/default.nix pkgs/development/python-modules/jupyterlab-git/default.nix
| * | | ruby_2_6, rubyPackages_2_6: drop unused packageSergei Trofimovich2021-10-22
| | | |
* | | | Merge branch 'master' into staging-nextVladimír Čunát2021-10-19
|\| | |
| * | | Merge pull request #142173 from baloo/baloo/rust/doc-target-escapeSandro2021-10-19
| |\ \ \
| | * | | doc: rust: target escape hatch has been removedArthur Gautier2021-10-19
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | As far as I can tell, a8efb2053fd9c1e2fea97699754b5071e94c1649 removed the `target =` escape hatch. See #112804 This commit removes it from the documentation. Signed-off-by: Arthur Gautier <baloo@superbaloo.net>
| * | | | Merge pull request #98214 from turion/dev_test_all_agda_packagesManuel Bärenz2021-10-19
| |\ \ \ \ | | | | | | | | | | | | Fix #98209. Test all agda packages
| | * | | | adga: Add test for all packagesManuel Bärenz2021-08-03
| | | | | |
| | * | | | agda.section.md: Lay out Agda maintenance guidelinesManuel Bärenz2021-08-03
| | | | | |
| * | | | | dotnet: cleanup; point dotnet-sdk alias to 5_0; remove unsupported SDKsPavol Rusnak2021-10-18
| | |/ / / | |/| | |
* | | | | Merge staging-next into staginggithub-actions[bot]2021-10-12
|\| | | |
| * | | | Merge pull request #139222 from IvarWithoutBones/init/buildDotnetKevin Cox2021-10-12
| |\ \ \ \ | | | | | | | | | | | | buildDotnetModule: init
| | * | | | buildDotnetModule: add documentationIvarWithoutBones2021-10-06
| | | | | |
* | | | | | Merge staging-next into staginggithub-actions[bot]2021-10-07
|\| | | | |
| * | | | | 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
| | | | | | |
* | | | | | | Merge staging-next into staginggithub-actions[bot]2021-10-06
|\| | | | | |
| * | | | | | doc/contributing: add lib.optional (#121251)Sandro2021-10-05
| | | | | | | | | | | | | | | | | | | | | Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
* | | | | | | python310: 3.10.0-rc2 -> 3.10.0Martin Weinelt2021-10-05
| | | | | | |
* | | | | | | python36: removeMartin Weinelt2021-10-03
|/ / / / / /
* | | | | | 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
| | | | | | |