about summary refs log tree commit diff
path: root/doc/languages-frameworks
AgeCommit message (Collapse)AuthorFilesLines
2019-11-01Merge pull request #71899 from decentriq/aslemmer/build-rust-package-add-targetJörg Thalheim1-0/+11
build-support/rust: Add target option
2019-11-01buildRustPackage: Add readme comment on target optionexfalso1-0/+11
2019-10-24doc: fix tiny typoStig Otnes Kolstad1-1/+1
2019-10-20doc: merge package notes and package-specific notesFrederik Rietdijk1-2/+2
Maybe there was an idea behind this separation, but looking at the contents I don't see any reason for these being separate.
2019-10-20doc: organize chapters into parts, and reduce toc depthFrederik Rietdijk8-10/+10
Reorganize the chapters into parts and reduce the TOC depth to make the TOC useful again. The top-level TOC is very brief, but that is fine because every part will have its own TOC. Section titles of languages/frameworks are also simplified to just the name of the language/framework.
2019-10-14doc/python: clarify python nix tooling effortsAnders Riutta1-3/+2
@garbas and @seppeljordan, are these updates correct? I removed `offlinehacker/pypi2nix` as an unmaintained ancestor of the current repo `nix-community/pypi2nix`. It appears @garbas forked `offlinehacker/pypi2nix` to `garbas/pypi2nix` and then handed off maintainership to @seppeljordan, transferring the repo to `nix-community/pypi2nix`.
2019-10-08Merge master into staging-nextFrederik Rietdijk1-14/+1
2019-10-06doc/beam: rebar3-open is now removed (#70523)Thomas Depierre1-14/+1
2019-10-03Merge branch 'master' into staging-nextJan Tojnar1-0/+4
2019-09-30buildRustPackage: add verifyCargoDeps optionzimbatm1-0/+4
One issue with cargoSha256 is that it's hard to detect when it needs to be updated or not. It's possible to upgrade a package and forget to update cargoSha256 and run with old versions of the program or libraries. This commit introduces `verifyCargoDeps` which, when enabled, will check that the Cargo.lock is not out of date in the cargoDeps by comparing it with the package source.
2019-09-22Re-Revert "Merge branch 'staging-next'"Vladimír Čunát1-1/+11
This reverts commit f8a8fc6c7c079de430fa528f688ddac781bcef16.
2019-09-21Revert "Merge branch 'staging-next'"Vladimír Čunát1-11/+1
This reverts commit 41af38f3728bd64b80721c44ed1fb019978cbc1b, reversing changes made to f0fec244ca380b9d3e617ee7b419c59758c8b0f1. Let's delay this. We have some serious regressions.
2019-09-19doc/gnome: describe icon-theme.cacheJan Tojnar1-0/+9
2019-09-18nixos/doc/gnome: clarify icon theme availabilityJan Tojnar1-1/+1
2019-09-18Merge branch 'master' into staging-nextJan Tojnar13-663/+170
2019-09-18doc: re-formatJan Tojnar13-663/+170
2019-09-18Merge branch 'master' into staging-nextJan Tojnar3-114/+237
2019-09-17doc/stdenv: document meson variablesworldofpeace3-114/+237
2019-09-10nixos/doc/gnome: fix exampleJan Tojnar1-1/+1
2019-09-10wrapGAppsHook: add wrapGApp helperJan Tojnar1-0/+10
2019-09-10doc: add GNOME (#43150)Jan Tojnar2-0/+264
doc: add GNOME
2019-09-06Split buildPythonPackage into setup hooksFrederik Rietdijk1-1/+18
This commit splits the `buildPythonPackage` into multiple setup hooks. Generally, Python packages are built from source to wheels using `setuptools`. The wheels are then installed with `pip`. Tests were often called with `python setup.py test` but this is less common nowadays. Most projects now use a different entry point for running tests, typically `pytest` or `nosetests`. Since the wheel format was introduced more tools were built to generate these, e.g. `flit`. Since PEP 517 is provisionally accepted, defining a build-system independent format (`pyproject.toml`), `pip` can now use that format to execute the correct build-system. In the past I've added support for PEP 517 (`pyproject`) to the Python builder, resulting in a now rather large builder. Furthermore, it was not possible to reuse components elsewhere. Therefore, the builder is now split into multiple setup hooks. The `setuptoolsCheckHook` is included now by default but in time it should be removed from `buildPythonPackage` to make it easier to use another hook (curently one has to pass in `dontUseSetuptoolsCheck`).
2019-09-06doc/gnome: explain glib passthru functionsworldofpeace1-6/+19
Examples are updated to commits that use them as well.
2019-09-06doc/gnome: explain double wrapped binariesworldofpeace1-0/+52
2019-09-06doc: add GNOMEJan Tojnar2-0/+199
Closes: #16285
2019-09-03ruby.withPackages: initMichael Fellinger1-0/+365
Co-authored-by: Alyssa Ross <hi@alyssa.is>
2019-08-26docs: Add Crystal language framework sectionSilvan Mosberger2-0/+72
2019-08-20Merge pull request #66747 from erikarvstedt/androidenv-fixesMatthew Bauer1-5/+4
Androidenv fixes
2019-08-18add shortenPerlShebang functionBenjamin Esham1-1/+32
This setup hook modifies a Perl script so that any "-I" flags in its shebang line are rewritten into a "use lib ..." statement on the next line. This gets around a limitation in Darwin, which will not properly handle a script whose shebang line exceeds 511 characters.
2019-08-17manual/android: add Play Store to emulator exampleErik Arvstedt1-5/+4
This system type was previously broken but is now fixed. Add it here to showcase the common task of launching a fully-fledged Android system with an included app store.
2019-08-09doc/qt: add note about wrapQtAppsHook ignoring scriptsworldofpeace1-0/+9
2019-08-07add options for build idris package (#65666)Silvan Mosberger1-0/+18
add options for build idris package
2019-08-06build-idris-package: add documentation on idris commands optionsMarco Perone1-0/+18
2019-08-02Merge pull request #64753 from malob/update-add-vim-plugin-docsMichael Raskin1-73/+95
Updating documentation about adding new Vim plugins
2019-07-22Merge master into staging-nextFrederik Rietdijk1-4/+5
2019-07-20doc: put Java software's build-time dependencies into nativeBuildInputsRaphael Borun Das Gupta1-4/+5
instead of into buildInputs
2019-07-15buildPythonPackage: add support for setupPyGlobalFlags (2)Frederik Rietdijk1-0/+1
2019-07-14Cleanup formatting in Vim plugin docsMalo Bourgon1-64/+79
2019-07-14Update documentation about adding new Vim plugins to nixpkgsMalo Bourgon1-10/+17
2019-07-13Revert "buildPythonPackage: add support for setupPyDistFlags"Frederik Rietdijk1-1/+0
I merged this a bit too quick. We need to have a closer look at it. See the points brought up in https://github.com/NixOS/nixpkgs/pull/64682. This reverts commit 1e0ebdb8a4fe94db67b6520225d325292d60247c.
2019-07-13buildPythonPackage: add support for setupPyDistFlagsKirill Boltaev1-0/+1
Flags passed to the "python setup.py" command.
2019-07-09Merge staging-next into stagingFrederik Rietdijk1-1/+1
2019-07-05doc/languages-frameworks/qt.xml: Update for wrapQtAppsHookThomas Tuegel1-65/+167
2019-07-05Docs Python: fix example on how to override the package setFrederik Rietdijk1-1/+1
Not passing in the newly created interpreter as `self` results in an incorrect `passthru`. Solves #64334.
2019-06-19doc/idris: Fix install instructions (#63163)Silvan Mosberger1-2/+13
doc/idris: Fix install instructions
2019-06-17doc: Use prompt more oftenJan Tojnar2-10/+10
2019-06-17doc: fix spurious whitespaceJan Tojnar5-132/+132
2019-06-17nixos/doc: Fix spurious indentationJan Tojnar1-1/+1
2019-06-15doc/idris: Fix install instructionsSilvan Mosberger1-2/+13
Because of nix-env weirdness, I introduced a mistake in the docs in https://github.com/NixOS/nixpkgs/pull/50182, this fixes it.
2019-06-08doc: update nixpkgs-mozilla revLorenzo Manacorda1-3/+3
The previous one didn't work, returning a TOML parse error.