summary refs log tree commit diff
path: root/doc/languages-frameworks
Commit message (Collapse)AuthorAge
* python34: removeFrederik Rietdijk2018-11-04
| | | | | | | | Python 3.4 will receive it's final patch release in March 2019 and there won't be any releases anymore after that, so also not during NixOS 2019.03. Python 3.4 is not used anymore in Nixpkgs. In any case, migrating code from 3.4 to 3.4+ is trivial.
* pythonPackages.pythondaemon: rename to pythonPackages.python-daemonBenjamin Hipple2018-10-30
| | | | | | This commit renames the pythondaemon module to match its module name, github name, and pypi name, which makes it easier to find and reference. In order to avoid breaking any external users, I've left an alias with a deprecated warning.
* doc: apply `make format`Jörg Thalheim2018-10-26
|
* clarifying `name` arg determines vim command nameTrolli Schmittlauch2018-10-24
| | | | | | | | The `name` arg of `vim_configurable.customize` does not only determine the package name, but also the name of the command/ executable to be called. In my opinion this is not documented properly and finding that out took me several hours.
* coqPackages: update documentation to mention coq.ocamlPackages attributeThéo Zimmermann2018-10-19
|
* Update with code review feedback; add example python applicationBenjamin Hipple2018-10-12
|
* python: update documentationBenjamin Hipple2018-10-12
| | | | | | | | | | This touches up a handful of places in the python documentation to try to make the current best-practices more obvious. In particular, I often find the function signatures (what to pass, what not to pass) confusing and have added them to the docs. Also updated the metas to be more consistent with the most frequently used modern style.
* doc/vim: remove some vim-plug redundancyJörg Thalheim2018-09-20
|
* doc: Add section about vim-plugRoman Volosatovs2018-09-20
|
* rust.section.md: remove nixcrate referenceworldofpeace2018-09-15
| | | nixcrate is deprecated
* vim-plugins: rewrite updaterJörg Thalheim2018-09-09
| | | | | | | | | | | | | | | | A new python script has been added to replace the aged viml-based updater. The new updater has the following advantages: - use rss feeds to check for updates quicker - parallel downloads & better caching - uses proper override mechanism instead of text substitution - update generated files in-place instead of having to insert updated plugins manually Automatically reading `dependencies` from the plugins directory has been not re-implemented. This has been mostly been used by Mark Weber's plugins, which seem to no longer receive regular updates. This could be implemented in future as required.
* doc/vim: improve plugin documentationJörg Thalheim2018-09-09
|
* Merge pull request #45914 from grahamc/section-idsGraham Christensen2018-09-01
|\ | | | | Section ids
| * Add section IDsGraham Christensen2018-09-01
| |
* | Merge pull request #45700 from Mic92/node-packages-v8Jörg Thalheim2018-09-01
|\ \ | |/ |/| nodePackages: 6_x -> 8_x
| * nodePackages: 6_x -> 8_xJörg Thalheim2018-08-28
| |
* | Merge pull request #45820 from ↵John Ericson2018-08-31
|\ \ | | | | | | | | | | | | obsidiansystems/dont-use-obsolete-platform-aliases treewide: Dont use obsolete platform aliases
| * | treewide: Remove usage of remaining redundant platform compatability stuffJohn Ericson2018-08-30
| |/ | | | | | | | | Want to get this out of here for 18.09, so it can be deprecated thereafter.
* | docs/python: fix attribute naming exampleJörg Thalheim2018-08-31
| | | | | | | | https://github.com/NixOS/nixpkgs/pull/45822#issuecomment-417566642
* | doc/python: convention for attributes namesJörg Thalheim2018-08-31
|/ | | | cc @FRidh, @dotlambda
* nixpkgs docs: normalizeGraham Christensen2018-08-27
|
* docs python: `python.buildEnv` does not include `buildPythonApplication` modulesFrederik Rietdijk2018-08-26
| | | | | Clarify the issue encountered at https://github.com/NixOS/nixpkgs/issues/45503
* docs: explain the home passthru present in all JDKs and setting JAVA_HOME ↵Florian Klink2018-08-17
| | | | where required
* docs: explain what jdk really points to and whyFlorian Klink2018-08-17
|
* Merge pull request #44981 from Ekleog/rust-patch-bisJörg Thalheim2018-08-14
|\ | | | | buildRustPackage: allow patches to fix Cargo.lock
| * buildRustPackage: add documentation about cargoPatchesLéo Gaspard2018-08-14
| |
* | docs: add some docs for hackage2nixCarlos D2018-08-13
|/
* python-docs: minor typo and grammar fixesErik Arvstedt2018-07-26
|
* python-docs: fix override examplesErik Arvstedt2018-07-25
| | | | | | Use example package `zerobin` instead of `bepasty-server` which is no longer part of python-packages. This fixes the examples for current nixpkgs versions.
* python docs: improve override exampleErik Arvstedt2018-07-25
| | | | | | | | | | | | | | | 1. Use the same approach like in the overlay example: Override `python` instead of `pythonPackages` so that `python.pkgs` refers to the new package set like `pythonPackages`. This also fixes a bug in the original example where `pkgs.fetchgit` was not in scope. Add an extra example to illustrate how to override just a package set. 2. Fix mix-up between `super` and `self` in the explanation text. Also, simplify the explanation.
* python docs: improve overlay exampleErik Arvstedt2018-07-25
| | | | The `pythonPackages` definition is redundant
* manual: fix buildPythonPackage example (#42866)Alyssa Ross2018-07-03
|
* Update Python documentation overlay Matthew Pickering2018-06-30
| | | Using a recursive attribute set is not recommended.
* treewide: http -> httpsRyan Mulligan2018-06-29
|
* Merge pull request #41600 from mbbx6spp/docs/add-developPackage-haskell-docsMatthew Bauer2018-06-28
|\ | | | | documentation: add sub-section for the nixpkgs manual Haskell section
| * documentation: add sub-section for the nixpkgs manual Haskell sectionSusan Potter2018-06-21
| |
* | treewide: http -> https (#42665)Ryan Mulligan2018-06-27
| |
* | python37: init at 3.7.0rc1Frederik Rietdijk2018-06-25
| |
* | haskell.section.md: fix typoMatthew Bauer2018-06-16
| |
* | Merge pull request #33217 from toonn/masterSarah Brofeldt2018-06-12
|\ \ | | | | | | haskell docs: add info about hoogle's --local flag to section 9.5.2.3
| * | Flipped URI slashestoonn2018-05-22
| | |
| * | haskell docs: add explanation of what the --local flag does and the servicetoonn2018-05-22
| | |
| * | haskell docs: add info about hoogle's --local flag to section 9.5.2.3toonn2018-05-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | Relevant section: 9.5.2.3. How to install a compiler with libraries, hoogle and documentation indexes Since version 5 `hoogle server`s --local flag solves the problem with links from `http:` to `file:` URIs: hoogle server --local -p 8080
* | | doc/languages-frameworks/python.section.md: fix typo (#41824)Rolf Schröder2018-06-11
| |/ |/|
* | doc: ran `make format`Samuel Dionne-Riel2018-05-31
| | | | | | | | With visual inspection that nothing got worse.
* | Docs: improve Python sectionFrederik Rietdijk2018-05-30
| | | | | | | | Explain `toPythonApplication` and `toPythonModule` as well as some minor improvements.
* | perlPackages.BerkeleyDB: fix db dependencyJosef Kemetmüller2018-05-22
|/ | | | | | | This fixes a regression introduced in 4b06383. [dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
* nixpkgs docs: format =)Graham Christensen2018-05-01
|
* haskell: allow overriding all package sets at onceBas van Dijk2018-04-22
| | | | | | | | | | | | | | Setting haskell.packageOverrides like so: haskell = super.haskell // { packageOverrides = self: super: { my-package = ...; my-other-package = ...; }; }; causes all compiler-specific package sets to be overridden with those overrides.
* tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"Will Dietz2018-04-19
| | | | | Encountered one of these when using check-meta, did a quick search to find other instances.