summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* agda.withPackages: use GHC with ieee754 as defaultAlexander Ben Nasrallah2021-01-22
| | | | | As mentioned in the package description of ieee on Hackage, ieee is deprecated in favor of ieee754.
* doc: add function argument order convention (#110060)V2021-01-20
| | | | | | | | | | | * 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
* docs: pkgconfig -> pkg-configJonathan Ringer2021-01-19
|
* Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim2021-01-17
|\
| * doc: rust: fix syntax error in declarative overlayAlexei Colin2021-01-17
| | | | | | | | | | | | | | | | 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>
* | Merge branch 'master' into staging-nextJan Tojnar2021-01-11
|\|
| * Merge pull request #108268 from TikhonJelvis/bump-r-packagesPeter Simons2021-01-11
| |\ | | | | | | r-modules: Updated definitions of CRAN and Bioc packages.
| | * r-modules: update cran and bioc packagesTikhon Jelvis2021-01-02
| | | | | | | | | | | | | | | | | | | | | | | | | | | The last snapshot was 4 months ago (2020-08-19). I also found that I needed newer definitions when I was trying to fix the R arrow package. This update required a couple of manual changes: 1. Removing a few deleted packages from default.nix 2. Renaming the "assert" package to "r_assert" in generate-r-packages.R because "assert" is a keyword in Nix
| * | coqPackages: doc (#108937)Cyril Cohen2021-01-11
| | | | | | | | | changing bullet style
| * | doc: stdenv.lib -> libProfpatsch2021-01-11
| | | | | | | | | | | | | | | | | | | | | Part of: https://github.com/NixOS/nixpkgs/issues/108938 Changing the documentation to not refer to stdenv.lib is the first step to make people use it directly.
* | | Merge branch 'staging-next' into stagingJan Tojnar2021-01-10
|\| |
| * | treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl2021-01-10
| | | | | | | | | | | | | | | The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
* | | Merge staging-next into staginggithub-actions[bot]2021-01-10
|\| |
| * | Merge pull request #89775 from numinit/update-androidenvJörg Thalheim2021-01-10
| |\ \
| | * | Rework androidenv package generationnuminit2021-01-03
| | |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | androidenv did not previously write license files, which caused certain gradle-based Android tools to fail. Restructure androidenv's list of Android packages into a single repo.json file to prevent duplication and enable us to extract the EULA texts, which we then hash with builtins.hashString to produce the license files that Android gradle tools look for. Remove includeDocs and lldbVersions, as these have been removed from the Android package repositories. Improve documentation and examples.
* | / Qt docs: we now use qt5-packages.nixFrederik Rietdijk2021-01-10
|/ /
* / coqPackages: refactorCyril Cohen2021-01-09
|/
* Merge pull request #108147 from ryantm/doc-cleanupRyan Mulligan2021-01-01
|\ | | | | doc: explicit Markdown anchors for top-level headings; remove metadata
| * doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan2021-01-01
| | | | | | | | | | | | | | | | | | | | | | I used the existing anchors generated by Docbook, so the anchor part should be a no-op. This could be useful depending on the infrastructure we choose to use, and it is better to be explicit than rely on Docbook's id generating algorithms. I got rid of the metadata segments of the Markdown files, because they are outdated, inaccurate, and could make people less willing to change them without speaking with the author.
* | docs/rust: describe cargoHashDaniël de Kok2020-12-31
|/
* php.packages: Make packages overridableJan Tojnar2020-12-16
| | | | This will allow patching extensions without having to manually having to patch all occurrences in the dependency tree.
* doc: convert GNOME platform docs to markdownJan Tojnar2020-12-07
|
* doc: rename gnome to sectionJan Tojnar2020-12-07
|
* doc: Converted Bower docs from xml to mdWil Taylor2020-12-07
|
* doc: Port Perl to MarkdownStefan Schroeder2020-12-07
|
* Merge master into staging-nextgithub-actions[bot]2020-12-05
|\
| * Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan2020-12-04
| |\ | | | | | | Documentation updates from Docbook to CommonMark
| | * Convert OCaml from DocBook to CommonMarkAndersonTorres2020-12-04
| | |
* | | Merge master into staging-nextgithub-actions[bot]2020-12-03
|\| |
| * | doc: TeX Live to CommonMarkLucas Eduardo2020-12-02
| |/ | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * converted texlive doc to markdown Signed-off-by: GitHub <noreply@github.com> * Remove frontmatter (suggestion) Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * Add anchor (suggestion) Co-authored-by: Ryan Mulligan <ryan@ryantm.com> * apply suggestions from @ryantm Signed-off-by: GitHub <noreply@github.com> * fix nesting of codeblocks into list items as suggested by @jtojnar Signed-off-by: GitHub <noreply@github.com> * add anchors for subtopics as said by @jtojnar Signed-off-by: GitHub <noreply@github.com> Co-authored-by: Ryan Mulligan <ryan@ryantm.com>
* | Merge staging-next into stagingFrederik Rietdijk2020-12-01
|\|
| * Merge pull request #105230 from Mic92/java-docRyan Mulligan2020-11-30
| |\ | | | | | | doc/java: convert to markdown
| | * doc/java: convert to markdownJörg Thalheim2020-11-28
| | |
| * | Merge pull request #105120 from wayofthepie/coq-to-commonmarkRyan Mulligan2020-11-30
| |\ \ | | | | | | | | doc: convert coq to commonmark
| | * | doc: convert coq to commonmarkStephen OBrien2020-11-27
| | | |
* | | | Merge branch 'staging-next' into stagingJan Tojnar2020-12-01
|\| | |
| * | | doc/Qt: migrate to CommonMark (#105004)Wil Taylor2020-11-29
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Updated QT section * Fixed trailing whitespace * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Update doc/languages-frameworks/qt.section.md Co-authored-by: Jan Tojnar <jtojnar@gmail.com> * Made changes to docs as per jtojnar's review * Added docbook tags for callouts back in Co-authored-by: Jan Tojnar <jtojnar@gmail.com>
* | | | Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson2020-11-28
|\| | |
| * | | rust: Clean up target configs and test some moreJohn Ericson2020-11-28
| | | | | | | | | | | | | | | | | | | | See the new docs for details. The difference is vis-a-vis older versions of this PR, not master.
| * | | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2020-11-28
| |\ \ \
| | * \ \ Merge pull request #105200 from ryantm/update-ruby-docRyan Mulligan2020-11-28
| | |\ \ \ | | | |_|/ | | |/| | doc: Ruby to CommonMark
| | | * | doc: ruby improvementsRyan Mulligan2020-11-27
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * no hard wrapping * use ShellSession and nix info strings * preserve old section anchor link * update references to present default version
| | | * | doc: use newer ruby documentationKamron Mahmoodzadeh2020-11-27
| | | |/ | | | | | | | | | | | | | | | | | | | | | | | | With the addition of ruby.withPackages, manveru rewrote the nixpkgs manual section for the ruby language but did not add it to the manual. This commit replaces the previous documentation with manveru's updated version.
| | * | Merge pull request #105025 from Mic92/go-docJörg Thalheim2020-11-28
| | |\ \ | | | | | | | | | | doc/go: convert to markdown
| | | * | doc/go: convert to markdownJörg Thalheim2020-11-28
| | | | |
| | * | | Merge pull request #67496 from mb21/patch-1Jörg Thalheim2020-11-28
| | |\ \ \ | | | | | | | | | | | | Docs: clarify Rust overlay on non-NixOS
| | | * | | Docs: clarify Rust overlay on non-NixOSMauro Bieg2019-08-26
| | | | | |
| | * | | | doc/python: Fix shebang link (#105196)applePrincess2020-11-28
| | | |_|/ | | |/| |
| * | | | Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson2020-11-28
| |\ \ \ \
| * | | | | add documentationAaron Janse2020-10-17
| | | | | |