about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2021-02-22stdenv/cross-compilation: add section on avoiding cross-compiling GCCBen Siraphob1-0/+7
2021-02-21docs/stdenv/cross-compilation: add binutils command section to cookbookBen Siraphob1-4/+8
2021-02-21Merge pull request #107322 from sternenseemann/fetch-github-leavedotgitLéo Gaspard1-0/+4
fetchFromGitHub: also use git if deepClone or leaveDotGit is used
2021-02-21doc/stdenv/platform-notes: convert to markdownBen Siraphob3-84/+63
2021-02-19docs: clarify stagingThomas Bereknyei1-1/+4
Specify that the merges from master to staging-next to staging are performed by GitHub actions. This helps the reader understand the relationship between the branches.
2021-02-16Merge master into staging-nextgithub-actions[bot]3-73/+65
2021-02-16doc: Convert Eclipse from Docbook to CommonMarkNiklaus Giger3-73/+65
Fixes: https://github.com/NixOS/nixpkgs/issues/105251
2021-02-13Merge master into staging-nextgithub-actions[bot]3-18/+12
2021-02-13Merge pull request #108456 from siraben/elm-docs-mdtaku03-18/+12
Convert Elm from Docbook to Commonmark
2021-02-12Merge master into staging-nextgithub-actions[bot]2-3/+4
2021-02-12doc: use lib.cleanSourceAlyssa Ross1-1/+1
Otherwise, running "nix-build" in the doc directory would create a result symlink, so running "nix-build" again would produce a different derivation, and so on forever, because the result symlink would keep changing and wasn't ignored.
2021-02-12doc: fix syntax error in BLAS/LAPACK overlay exampleDaniël de Kok1-2/+3
Attribute-values pairs were not properly terminated by a semicolon.
2021-02-11doc: fix XML syntax in Qt sectionAlyssa Ross1-1/+1
2021-02-09Merge master into staging-nextgithub-actions[bot]1-2/+2
2021-02-09qt.section.md: fix xml syntaxMartin Weinelt1-1/+1
2021-02-08doc: remove mentions of flashplayerBernardo Meurer1-2/+2
2021-02-08Merge master into staging-nextgithub-actions[bot]1-15/+15
2021-02-07doc: Add anchors to meta attributesJan Tojnar1-15/+15
2021-02-07Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-02-07Merge pull request #105492 from alunduil/assertOneOf-typoDoron Behar1-1/+1
2021-02-04Merge staging-next into staginggithub-actions[bot]1-1/+1
2021-02-03Merge pull request #110501 from neosimsim/agda-ghc-ieee754Anderson Torres1-1/+1
agda.withPackages: use GHC with ieee754 as default
2021-01-30Merge staging-next into staginggithub-actions[bot]1-0/+39
2021-01-29Merge pull request #110787 from tfc/cartesian-productSilvan Mosberger1-0/+39
lib/attrsets: add cartesianProductOfSets function
2021-01-28lib/attrsets: add cartesianProductOfSets functionJacek Galowicz1-0/+39
2021-01-26Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivationThomas Tuegel1-47/+67
Qt: Do not require mkDerivation
2021-01-26Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-01-26Merge pull request #109663 from Pamplemousse/documentationRobert Hensing1-1/+1
documention corrections
2021-01-25qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel1-3/+13
2021-01-25qt.section.md: use new syntax for admonitionsThomas Tuegel1-3/+5
2021-01-25nixpkgs/manual: update Qt documentationThomas Tuegel1-48/+56
2021-01-24Merge branch 'master' into staging-nextJan Tojnar1-0/+35
2021-01-23nixpkgs/manual: add a paragraph about MPI switching mechanismMarkus Kowalewski1-0/+35
2021-01-22agda.withPackages: use GHC with ieee754 as defaultAlexander Ben Nasrallah1-1/+1
As mentioned in the package description of ieee on Hackage, ieee is deprecated in favor of ieee754.
2021-01-21Merge staging-next into staginggithub-actions[bot]10-26/+30
2021-01-20doc: add function argument order convention (#110060)V10-26/+30
* doc: add function argument order convention Ordering by usage is the de facto ordering given to arguments. It's logical, and makes finding argument usage easier. Putting lib first is common in NixOS modules, so it's reasonable to mirror this in nixpkgs proper. Additionally, it's not a package as such, has zero dependencies, and can be found used anywhere in a derivation. * doc: clean up usage of lib
2021-01-19documentation: correct documentation helpPamplemousse1-1/+1
`PANDOC_LUA_FILTERS_DIR` is set in `makeFlags` in `doc/default.nix`, and needs to be explicitely passed to `make` when called manually. Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-01-19Merge staging-next into staginggithub-actions[bot]1-5/+3
2021-01-19doc: fix shell.nix (#109816)greizgh1-5/+3
2021-01-19Merge branch 'staging-next' into stagingJan Tojnar2-5/+5
2021-01-19docs: pkgconfig -> pkg-configJonathan Ringer2-5/+5
2021-01-17Merge remote-tracking branch 'upstream/staging-next' into HEADJörg Thalheim1-1/+2
2021-01-17Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim1-1/+2
2021-01-17doc: rust: fix syntax error in declarative overlayAlexei Colin1-1/+2
Otherwise pasting the snippet into shell.nix results in: error: syntax error, unexpected '=', expecting $end, at /.../shell.nix:2:9 Signed-off-by: Alexei Colin <ac@alexeicolin.com>
2021-01-16pytestCheckHook: Add disabledTestFiles optionSandro Jäckel1-0/+4
2021-01-14Merge branch 'master' into staging-nextJan Tojnar1-5/+5
2021-01-13treewide: emacsPackages -> emacs.pkgs & emacsWithPackages -> ↵adisbladis1-5/+5
emacs.pkgs.withPackages The previous names are now aliases and shouldn't be used anywhere inside nixpkgs.
2021-01-11Merge branch 'master' into staging-nextJan Tojnar12-56/+114
2021-01-11Merge pull request #108268 from TikhonJelvis/bump-r-packagesPeter Simons1-0/+6
r-modules: Updated definitions of CRAN and Bioc packages.
2021-01-11coqPackages: doc (#108937)Cyril Cohen1-26/+28
changing bullet style