about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
2022-03-04go: Bunch of fixes when using excludedPackages and other bitsManuel Mendez1-1/+5
Few things going on in this commit: Do not print "Building subPakage $pkg" message if actually going to skip the package. This was confusing to me when I was trying to figure out how to set excludedPackages and seeing the "Building subpackage $pkg" messages for packages I wanted to skip. Turns out this messages was being printed before checking if we actually wanted to build the package and not necessarily that my excludedPackages was wrong. Make go-packages look a little bit more like go-modules, by adding testdata to the default list of excluded packages. This commit also does some setup outside the buildGoDir function so that we avoid checking `excludedPackages` for every package and cut down the number of grep calls by half since we always want at least one grep for the default excludedPackages, might as well just add to the patterns being checked. Finally, adds documentation for usage of excludedPackages and subPackages. I had to read the implementation to figure out how to correctly use these function arguments since there was no documentation and different uses in the code base. So this commit documents usage of the arguments.
2022-02-26Merge pull request #161111 from ulrikstrid/ulrikstrid/coq-move-dune-to-nativeVincent Laporte1-1/+2
coq: Move dune, ocaml and findlib to nativeBuildInputs
2022-02-25python3Packages: document how to handle extras-requireFrederik Rietdijk1-0/+25
2022-02-25coqPackages: tree-wide move packages to nativeBuildInputs and add strictDeps ↵Ulrik Strid1-1/+2
= true Co-authored-by: Vincent Laporte <vbgl@users.noreply.github.com>
2022-02-24Move misc/vim-plugins to applications/editors/vim/pluginsAndersonTorres1-4/+4
2022-02-22rustPlatform.bindgenHook: initGuillaume Girol1-0/+2
2022-01-26manual: document deprecated `minimumOCamlVersion`Vincent Laporte1-3/+11
2022-01-12buildDotnetModule: wrap executables in preFixupIvarWithoutBones1-1/+1
Not doing this used to break wrapGAppsHook as gappsWrapperArgs is set in preFixup, but it was used in installPhase
2022-01-06buildGoModule: use `proxyVendor` instead of `runVend`zowoq1-2/+1
2022-01-06doc/go: remove platform from examplezowoq1-1/+0
this should only be set if the package doesn't work with the default platforms
2022-01-04doc/beam: minor formatting/copy fixes (#153396)Erlend Hamberg1-3/+3
2022-01-04Beam/Elixir: Add section on using an overlay (#153348)Erlend Hamberg1-0/+24
* Beam/Elixir: Add section on using an overlay
2022-01-02doc/go: remove `runVend` from examplezowoq1-2/+0
2021-12-28doc/python: remove 3.6 from the list of cpython versionsYevhen Shymotiuk1-1/+1
2021-12-22Merge master into staging-nextgithub-actions[bot]1-1/+1
2021-12-20buildDotnetModule: restore and build testProjectFileIvarWithoutBones1-1/+1
2021-12-20Merge branch 'master' into staging-nextDmitry Kalinkin4-24/+9
Conflicts: pkgs/applications/editors/vim/common.nix pkgs/development/python-modules/jellyfin-apiclient-python/default.nix pkgs/development/python-modules/pymavlink/default.nix
2021-12-20Merge pull request #145103 from symphorien/nix-env-iDomen Kožar4-24/+9
doc: minimize mentions of nix-env -i without -A in nixpkgs manual
2021-12-18Merge master into staging-nextgithub-actions[bot]1-4/+4
2021-12-18doc/python: update buildPythonApplication exampleJonathan Ringer1-4/+4
It's recommended to consume the interpreter, not the package set when being called from `all-packages.nix`
2021-12-18Merge branch 'master' into staging-nextDmitry Kalinkin2-3/+6
Conflicts: pkgs/development/python-modules/sphinxext-opengraph/default.nix
2021-12-18Merge pull request #151193 from Trundle/rust-markdown-fixBobby Rong1-1/+1
docs: Fix markdown in Rust language section
2021-12-18docs: Fix markdown in Rust language sectionAndreas Stührk1-1/+1
2021-12-18doc: minimize mentions of nix-env -i without -A in nixpkgs manualGuillaume Girol4-24/+9
2021-12-14buildDotnetModule: add passthru.fetch-depsIvarWithoutBones1-2/+5
2021-12-14Merge master into staging-nextgithub-actions[bot]3-4/+4
2021-12-14Merge pull request #149905 from am-on/fix-404-linksBobby Rong3-4/+4
doc: fix broken links
2021-12-14Merge master into staging-nextgithub-actions[bot]1-2/+19
2021-12-14Merge pull request #150066 from ezemtsov/buildDotnetModuleLuke Granger-Brown1-2/+19
buildDotnetModule: add support for local project references
2021-12-13buildDotnetModule: support local project referencesEvgeny Zemtsov1-1/+14
2021-12-13buildDotnetModule: support optional nupkg packingEvgeny Zemtsov1-1/+5
2021-12-10Merge master into staging-nextgithub-actions[bot]1-0/+22
2021-12-09docs/python: Add CPython update scheduleJonathan Ringer1-0/+22
2021-12-09doc: fix broken linksAmon Stopinšek3-4/+4
Links in documentation shouldn't point to dead ends.
2021-12-09Merge remote-tracking branch 'nixpkgs/master' into staging-nextAlyssa Ross1-0/+13
CONFLICT (rename/add): Rename pkgs/development/python-modules/jsonwatch/default.nix->pkgs/tools/misc/jsonwatch/default.nix in nixpkgs/master. Added pkgs/tools/misc/jsonwatch/default.nix in HEAD
2021-12-08doc: ruby-section: add workaround for platform-specific gemsYannick Markus1-0/+13
2021-12-05Merge master into staging-nextgithub-actions[bot]1-5/+6
2021-12-05doc beam section: Takle TODO (#148624)Chris Wögi1-5/+6
2021-11-30python311: init at 3.11.0a2Martin Weinelt1-0/+1
2021-11-21buildDotnetModule: support setting projectFile as an array && properly ↵IvarWithoutBones1-1/+1
interpret disabledTests
2021-11-16doc: add ocaml end user doc to nixpkgs manual (#145100)Guillaume Girol1-0/+26
doc: add ocaml end user doc to nixpkgs manual Co-authored-by: Sandro <sandro.jaeckel@gmail.com> Co-authored-by: Dmitry Kalinkin <dmitry.kalinkin@gmail.com>
2021-11-08Merge master into staging-nextgithub-actions[bot]1-15/+46
2021-11-08Merge pull request #142825 from cdepillabout/buildDhallUrlDennis Gosnell1-15/+46
dhallPackages.buildDhallUrl: add function for easily building dhall remote imports
2021-11-08dhall docs: replace two paths with more general versions(cdep)illabout1-2/+2
2021-11-08dhall docs: change code block formatting to use ShellSession instead of bash(cdep)illabout1-15/+15
2021-11-08dhallPackages.buildDhallUrl: change argument from dhall-hash to dhallHash(cdep)illabout1-1/+1
2021-11-05Merge master into staging-nextgithub-actions[bot]1-7/+7
2021-11-05docs: Rust language section consistencyEli Flanagan1-7/+7
I found out how to use aspell with a custom dictionary and so ran that on `rust.section.md`. These changes are trivial consistency in spelling and nomenclature.
2021-11-05Merge staging-next into staginggithub-actions[bot]1-2/+2
2021-11-04docs: fix Rust language typosEli Flanagan1-2/+2
I tried to use aspell following https://github.com/NixOS/nixpkgs/issues/34308#issuecomment-361431632 but there are too many false positives!