summaryrefslogtreecommitdiffstats
path: root/doc/languages-frameworks
AgeCommit message (Collapse)Author
2021-01-19docs: pkgconfig -> pkg-configJonathan Ringer
2021-01-17Merge remote-tracking branch 'upstream/master' into HEADJörg Thalheim
2021-01-17doc: rust: fix syntax error in declarative overlayAlexei Colin
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-11Merge branch 'master' into staging-nextJan Tojnar
2021-01-11Merge pull request #108268 from TikhonJelvis/bump-r-packagesPeter Simons
r-modules: Updated definitions of CRAN and Bioc packages.
2021-01-11coqPackages: doc (#108937)Cyril Cohen
changing bullet style
2021-01-11doc: stdenv.lib -> libProfpatsch
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.
2021-01-10Merge branch 'staging-next' into stagingJan Tojnar
2021-01-10treewide: simplify pkgs.stdenv.lib -> pkgs.libDominik Xaver Hörl
The library does not depend on stdenv, that `stdenv` exposes `lib` is an artifact of the ancient origins of nixpkgs.
2021-01-10Merge staging-next into staginggithub-actions[bot]
2021-01-10Merge pull request #89775 from numinit/update-androidenvJörg Thalheim
2021-01-10Qt docs: we now use qt5-packages.nixFrederik Rietdijk
2021-01-09coqPackages: refactorCyril Cohen
2021-01-03Rework androidenv package generationnuminit
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.
2021-01-02r-modules: update cran and bioc packagesTikhon Jelvis
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
2021-01-01Merge pull request #108147 from ryantm/doc-cleanupRyan Mulligan
doc: explicit Markdown anchors for top-level headings; remove metadata
2021-01-01doc: explicit Markdown anchors for top-level headings; remove metadataRyan Mulligan
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.
2020-12-31docs/rust: describe cargoHashDaniël de Kok
2020-12-16php.packages: Make packages overridableJan Tojnar
This will allow patching extensions without having to manually having to patch all occurrences in the dependency tree.
2020-12-07doc: convert GNOME platform docs to markdownJan Tojnar
2020-12-07doc: rename gnome to sectionJan Tojnar
2020-12-07doc: Converted Bower docs from xml to mdWil Taylor
2020-12-07doc: Port Perl to MarkdownStefan Schroeder
2020-12-05Merge master into staging-nextgithub-actions[bot]
2020-12-04Merge pull request #105648 from AndersonTorres/wip-documentationRyan Mulligan
Documentation updates from Docbook to CommonMark
2020-12-04Convert OCaml from DocBook to CommonMarkAndersonTorres
2020-12-03Merge master into staging-nextgithub-actions[bot]
2020-12-02doc: TeX Live to CommonMarkLucas Eduardo
* 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>
2020-12-01Merge staging-next into stagingFrederik Rietdijk
2020-11-30Merge pull request #105230 from Mic92/java-docRyan Mulligan
doc/java: convert to markdown
2020-11-30Merge pull request #105120 from wayofthepie/coq-to-commonmarkRyan Mulligan
doc: convert coq to commonmark
2020-12-01Merge branch 'staging-next' into stagingJan Tojnar
2020-11-29doc/Qt: migrate to CommonMark (#105004)Wil Taylor
* 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>
2020-11-28Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson
2020-11-28rust: Clean up target configs and test some moreJohn Ericson
See the new docs for details. The difference is vis-a-vis older versions of this PR, not master.
2020-11-28Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson
2020-11-28Merge remote-tracking branch 'upstream/master' into aj-rust-custom-targetJohn Ericson
2020-11-28Merge pull request #105200 from ryantm/update-ruby-docRyan Mulligan
doc: Ruby to CommonMark
2020-11-28doc/java: convert to markdownJörg Thalheim
2020-11-28Merge pull request #105025 from Mic92/go-docJörg Thalheim
doc/go: convert to markdown
2020-11-28Merge pull request #67496 from mb21/patch-1Jörg Thalheim
Docs: clarify Rust overlay on non-NixOS
2020-11-28doc/go: convert to markdownJörg Thalheim
2020-11-28doc/python: Fix shebang link (#105196)applePrincess
2020-11-27doc: ruby improvementsRyan Mulligan
* no hard wrapping * use ShellSession and nix info strings * preserve old section anchor link * update references to present default version
2020-11-27doc: use newer ruby documentationKamron Mahmoodzadeh
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.
2020-11-28Merge pull request #101537 from jtojnar/gtk-trackerJan Tojnar
2020-11-27doc: convert coq to commonmarkStephen OBrien
2020-11-26doc/gnome: Document gdk-pixbuf setup hookJan Tojnar
It was briefly mentioned in stdenv docs but since it interacts with wrapGAppsHook, it should be documented here.
2020-11-26wrapGAppsNoGuiHook: initJan Tojnar
2020-11-26doc: convert beam docs to commonmarkStephen OBrien