about summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* doc: add a note about automatic maven upgrades (#238774)Tillerino2023-06-30
|
* doc/haskell: FAQ entry on changing profiling settings globallysternenseemann2023-06-30
| | | | | | | | | | | | | | | This is actually relatively complicated to achieve, since it involves overriding GHC on e.g. aarch64-darwin, so the FAQ entry seems warranted. It's also a good exercise to me, since it demonstrates some problems with the overriding infrastructure, i.e. that it has a tendency to inherit the pkgs fixpoint from prev. An example of this problem is https://github.com/NixOS/nixpkgs/issues/235960, but it has different manifestations as well. Awareness of this will also help writing the other sections on overriding. How complicated it is, seems to be further incentive to go ahead with https://github.com/NixOS/nixpkgs/pull/239548 as well.
* doc/haskell: document {enable,disable}*Profiling functionssternenseemann2023-06-30
|
* doc/languages-frameworks/python: don't use full `pkgs` in attrsamesgen2023-06-29
|
* Merge pull request #230157 from teutat3s/buildnpmpackage-docsLily Foster2023-06-28
|\ | | | | buildNpmPackage: document dontNpmBuild option
| * buildNpmPackage: document dontNpmBuild optionteutat3s2023-06-28
| | | | | | | | document dontNpmInstall option
* | Merge pull request #239622 from corngood/dotnet-miscSandro2023-06-28
|\ \ | | | | | | dotnet: misc fixes
| * | buildDotnetModule: make fetch-deps find output path automaticallyDavid McFarland2023-06-24
| | |
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-23
|\| |
| * | Merge pull request #233422 from mdarocha/crossgen-fixSandro2023-06-22
| |\ \ | | | | | | | | buildDotnetModule: support ReadyToRun and native binaries inside nuget files
| | * | buildDotnetModule: pass runtimeId whenever possible and disable trimming ↵mdarocha2023-06-21
| | | | | | | | | | | | | | | | | | | | | | | | when not allowed. This fixes up some build errors
| * | | php: drop PHP 8.0Thomas Gerbet2023-06-21
| |/ / | | | | | | | | | Closes #224505
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-21
|\| |
| * | buildDotnetGlobalTool: document dotnet global tools and their packagingmdarocha2023-06-20
| | |
| * | buildDotnetModule: add useDotnetFromEnv optionmdarocha2023-06-20
| | | | | | | | | | | | | | | This causes an alternative wrapper to be used, that takes the dotnet runtime from the environment.
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-16
|\| |
| * | buildNimPackage: doCheck by defaultEmery Hemingway2023-06-14
| | |
* | | Merge remote-tracking branch 'origin/master' into haskell-updatessternenseemann2023-06-14
|\| |
| * | buildNimPackage: refactor to use overlay-style overrideAttrsEmery Hemingway2023-06-14
| | | | | | | | | | | | | | | Make buildNimPackage cleaner and more efficient. Also encourage the use of a "buildNimPackage (finalAttrs: {…})" pattern.
* | | Merge master into haskell-updatesgithub-actions[bot]2023-06-14
|\| |
| * | Merge pull request #237068 from pennae/manual-normalizationValentin Gagarin2023-06-13
| |\ \
| | * | doc: don't use docbook program listings/calloutspennae2023-06-10
| | | | | | | | | | | | | | | | | | | | | | | | nixos-render-docs does not support this, and since the examples are small there isn't that much value in callouts here. change them to simple MD code blocks and lists instead.
| | * | doc: make sure section depths are consecutivepennae2023-06-10
| | | | | | | | | | | | | | | | | | | | | | | | | | | | skipping heading levels (eg from # to ###, or starting at ###) is legal in pandoc, but not in nixos-render-docs. pandoc acts as though section levels *were* consecutive, nixos-render-docs prefers to tell people not to do that kind of thing because it can make documents more fragile.
* | | | Merge pull request #237028 from maralorn/separate-binmaralorn2023-06-13
|\ \ \ \ | |/ / / |/| | | haskellPackages: Use separate bin output for multiple packages
| * | | haskellPackages: Use separate bin output for multiple packagesmaralorn2023-06-11
| |/ /
* | | doc/languages-frameworks/python: add missing back quoteLele Gaifax2023-06-12
| | |
* | | doc: correct typos and spelling (#237098)Andrew2023-06-11
|/ /
* | doc/language-frameworks/haskell: fix argument order of setBuildTargets (#236252)Julian Arni2023-06-06
| |
* | pypi2nix: removefigsoda2023-06-03
| | | | | | | | It has been broken since 2021 and upstream has been archived
* | Merge master into haskell-updatesgithub-actions[bot]2023-05-28
|\ \
| * | doc/language-frameworks/go.section.md: fix spellingYueh-Shun Li2023-05-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Change "platform dependant" to "platform-dependent" The word "dependant" (with suffix -ant) is used as a noun in British English, while the adjetive is "dependent" (-ent). Both are "dependent" in American English. Reference: https://www.merriam-webster.com/words-at-play/spelling-variants-dependent-vs-dependant https://dictionary.cambridge.org/dictionary/english/dependant
* | | Merge master into haskell-updatesgithub-actions[bot]2023-05-27
|\| |
| * | cudaPackages.cudnn: remove patch version from name to conform with ↵Connor Baker2023-05-24
| | | | | | | | | | | | cudaPackages standard
* | | Document incremental build support for HaskellRebecca Turner2023-05-25
| | |
* | | maintainers: Gabriel439 -> Gabriella439Rebecca Turner2023-05-25
|/ /
* | doc/python: remove usages of `fetchPypi` aliasesfigsoda2023-05-21
| |
* | doc/languages-frameworks/python: update formatting and interpretersMartin Weinelt2023-05-20
| | | | | | | | | | | | | | | | | | Updates all interpreter references with 3.10/3.11, which are the current version, that we recurse into for their package set. Update all code examples with an explicit `format` and expand lists with multiple items as we do in the python package set. Also set `pythonImportsCheck` where tests are disabled.
* | treewide: don't use rustPlatform.rustAlyssa Ross2023-05-12
| | | | | | | | This will be deprecated in the next commit.
* | Merge pull request #229770 from Misterio77/init-buildDartPackageKira Bruneau2023-05-11
|\ \ | | | | | | buildDartApplication: init
| * | buildFlutterApplication: add docsGabriel Fontes2023-05-05
| | |
| * | buildDartApplication: initGabriel Fontes2023-05-05
| |/ | | | | | | This adds a function for easily packaging non-flutter dart apps.
* | Merge pull request #231112 from farnoy/shortenPerlShebangs-manual-buildInputsWeijia Wang2023-05-10
|\ \ | | | | | | doc: update shortenPerlShebang example to use nativeBuildInputs
| * | doc: update shortenPerlShebang example to use nativeBuildInputsJakub Okoński2023-05-10
| | |
* | | docs: typo in cuda docs, forgot a colon (:)Hraban Luyat2023-05-10
|/ /
* / ocamlPackages.buildDunePackage: deprecate useDune2Et7f32023-05-06
|/
* nodejs*: normalise names to better fit other packagesSandro Jäckel2023-04-25
| | | | | Versioned package attributes are usually named like $pname_$version eg: nodejs-14_x -> nodejs_14
* haskell.compiler.ghc94: 9.4.4 -> 9.4.5sternenseemann2023-04-22
| | | | https://www.haskell.org/ghc/blog/20230418-ghc-9.4.5-released.html
* buildGoModule: don't inherit build hooks when building go-modules (#225349)Doron Behar2023-04-22
| | | | | | | | | | | | | | | | | | | | * buildGoModule: don't inherit postBuild hook when building go-modules This is a slight revert of 5ce647b8bf7aee0d3862006d94df7878c7fc03a6 (#212800). Inheriting these hooks in the `.go-modules` derivation can be confusing: One doesn't expect them to run when generating the fixed output modules derivation, but only on the main derivation. A `postBuild` hook that adds some files to $out will cause a very hard to debug issue[1]. This commit adds support for a dedicated `modPostBuild` hook that will be used only by the derivation building `.go-modules`. Additionally, `go.section.md` now explains these attributes behavior better. [1]: https://discourse.nixos.org/t/cant-update-a-go-package-getting-go-inconsistent-vendoring/27063/6 Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* use subcommands in plugin updaters (#223164)Matthieu Coudron2023-04-14
| | | | | | | | | | | | | | | | | | * update.py: introduce subparsers for plugin updaters This is preliminary work to help create more powerful plugin updaters. Namely I would like to be able to "just add" plugins without refreshing the older ones (helpful when github temporarily removes a user from github due to automated bot detection). Also concerning the lua updater, we pin some of the dependencies, and I would like to be able to unpin the package without editing the csv (coming in later PRs). * doc/updaters: update command to update editor plugins including vim, kakoune and lua packages Co-authored-by: figsoda
* Fix a small typo in the manualAndrew Morgan2023-04-14
| | | environements -> environments