summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* doc: replace &lt; with < in MarkdownRobert Schütz2021-03-07
|
* doc/python: reword sorting gaurentee to be strongerJonathan Ringer2021-02-28
|
* Merge master into staging-nextFrederik Rietdijk2021-02-26
|\
| * Merge pull request #113176 from danieldk/cargoDepsNameGraham Christensen2021-02-23
| |\ | | | | | | buildRustPackage: add cargoDepsName attribute
| | * buildRustPackage: add cargoDepsName attributeDaniël de Kok2021-02-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The directory in the tarball of vendored dependencies contains `name`, which is by default set to `${pname}-${version}`. This adds an additional attribute to permit setting the name to something of the user's choosing. Since `cargoSha256`/`cargoHash` depend on the name of the directory of vendored dependencies, `cargoDepsName` can be used to e.g. make the hash invariant to the package version by setting `cargoDepsName = pname`.
* | | Merge pull request #113167 from mweinelt/pytestcheckhook-pathsSandro2021-02-18
|\ \ \ | | | | | | | | pytestCheckHook: add support for disabling arbitrary paths
| * | | pytestCheckHook: add support for disabling arbitrary pathsMartin Weinelt2021-02-15
| | | | | | | | | | | | | | | | | | | | Renames `disabledTestFiles` to the more genereric `disabledTestPaths` to reflect that change.
* | | | buildRustPackage: factor out check phase to cargoCheckHookDaniël de Kok2021-02-16
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | API change: `cargoParallelTestThreads` suggests that this attribute sets the number of threads used during tests, while it is actually a boolean option (use 1 thread or NIX_BUILD_CORES threads). In the hook, this is replaced by a more canonical name `dontUseCargoParallelTests`.
* | | | buildRustPackage: factor out install phase to cargoInstallHookDaniël de Kok2021-02-15
|/ / /
* | | Merge pull request #112804 from danieldk/cargo-build-hookJörg Thalheim2021-02-14
|\ \ \
| * | | doc: describe cargoBuildHook and maturinBuildHook in the Rust sectionDaniël de Kok2021-02-12
| | | |
* | | | Merge staging-next into staginggithub-actions[bot]2021-02-11
|\ \ \ \ | |/ / / |/| / / | |/ /
| * | doc: fix XML syntax in Qt sectionAlyssa Ross2021-02-11
| | |
* | | doc: describe cargoSetupHook in the Rust sectionDaniël de Kok2021-02-10
|/ /
* | qt.section.md: fix xml syntaxMartin Weinelt2021-02-09
| |
* | Merge staging-next into staginggithub-actions[bot]2021-02-04
|\|
| * Merge pull request #110501 from neosimsim/agda-ghc-ieee754Anderson Torres2021-02-03
| |\ | | | | | | agda.withPackages: use GHC with ieee754 as default
| | * 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.
* | | qtbase: Check for wrapQtAppsHook in setupHookThomas Tuegel2021-01-25
| | |
* | | qt.section.md: use new syntax for admonitionsThomas Tuegel2021-01-25
| | |
* | | nixpkgs/manual: update Qt documentationThomas Tuegel2021-01-25
|/ /
* | Merge staging-next into staginggithub-actions[bot]2021-01-21
|\|
| * 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
* | Merge branch 'staging-next' into stagingJan Tojnar2021-01-19
|\|
| * docs: pkgconfig -> pkg-configJonathan Ringer2021-01-19
| |
* | Merge remote-tracking branch 'upstream/staging-next' into HEADJörg Thalheim2021-01-17
|\|
| * 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>
* | | pytestCheckHook: Add disabledTestFiles optionSandro Jäckel2021-01-16
|/ /
* | 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
|\