about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2018-05-30Docs: improve Python sectionFrederik Rietdijk1-19/+51
Explain `toPythonApplication` and `toPythonModule` as well as some minor improvements.
2018-05-23Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-4/+4
Use newer vagrant from master
2018-05-22doc: use "with stdenv.lib" in metaDmitry Kalinkin1-4/+4
2018-05-22perlPackages.BerkeleyDB: fix db dependencyJosef Kemetmüller1-2/+2
This fixes a regression introduced in 4b06383. [dezgeg squashed in to fit the changes introduced in "db: Use more conventional outputs, also split bin"]
2018-05-14Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-1/+1
2018-05-13docs: fix broken link to staging policyBen Creasy1-1/+1
2018-05-11Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson1-2/+2
2018-05-11Fix small typo in configuration documentation (#40357)Scott Trinh1-2/+2
* Fix small typo in configuration documentation * doc: Fix second instance of same typo
2018-05-03Merge remote-tracking branch 'upstream/master' into stagingJohn Ericson30-6833/+8273
2018-05-02Merge branch 'staging' into fix-ncurses-darwin-extensionsMatthew Justin Bauer1-0/+14
2018-05-02dockerTools.pullImage: documentation and release noteAntoine Eiche1-34/+21
2018-05-01nixpkgs docs: format =)Graham Christensen27-6810/+8253
2018-04-30nixpkgs doc: add format Make targetGraham Christensen3-2/+9
2018-04-28treewide: rename version attributesMaximilian Bosch2-2/+2
As suggested in https://github.com/NixOS/nixpkgs/pull/39416#discussion_r183845745 the versioning attributes in `lib` should be consistent to `nixos/version` which implicates the following changes: * `lib.trivial.version` -> `lib.trivial.release` * `lib.trivial.suffix` -> `lib.trivial.versionSuffix` * `lib.nixpkgsVersion` -> `lib.version` As `lib.nixpkgsVersion` is referenced several times in `NixOS/nixpkgs`, `NixOS/nix` and probably several user's setups. As the rename will cause a notable impact it's better to keep `lib.nixpkgsVersion` as alias with a warning yielded by `builtins.trace`.
2018-04-27Merge pull request #39623 from Ekleog/doc-typoxeji1-1/+1
doc: fix typo in cross-compilation docs
2018-04-27doc: fix typo in cross-compilation docsLéo Gaspard1-1/+1
2018-04-27docs: initial manual entry for `lib/debug.nix`Profpatsch1-0/+16
It is more of a stub for now, but at least points to the right file.
2018-04-26stdenv: steal `checkInputs` from buildPythonPackageJan Malakhovski1-0/+14
Note that a bunch of non-python packages use this attribute already. Some of those are clearly unaware of the fact that this attribute does not exists in stdenv because they define it but don't to add it to their `bulidInputs` :) Also note that I use `buildInputs` here and only handle regular builds because python and haskell builders do it this way and I'm not sure how to properly handle the cross-compilation case.
2018-04-23doc: add filtered pr listMatthew Justin Bauer1-1/+3
2018-04-23Merge pull request #39309 from LumiGuide/haskell.overridesPeter Simons1-0/+50
RFC: haskell: allow overriding all package sets at once
2018-04-22Merge #31320: docs and glibc: explicit comments on outputsVladimír Čunát1-2/+8
2018-04-22haskell: allow overriding all package sets at onceBas van Dijk1-0/+50
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.
2018-04-19tree-wide: fix instance of "meta.maintainer" -> "meta.maintainers"Will Dietz1-1/+1
Encountered one of these when using check-meta, did a quick search to find other instances.
2018-04-17doc: Document `config.allowUnsupportedSystem` and its env varJohn Ericson1-1/+39
2018-04-08Merge pull request #38568 from samueldr/fix/nixpkgs-rebase-calloutJörg Thalheim1-1/+1
doc: Fixes repeated callout in nixpkgs manual 15.1
2018-04-07doc: Fixes repeated callout in 15.1Samuel Dionne-Riel1-1/+1
2018-04-07doc: Fixes in-text callouts and screen callouts.Samuel Dionne-Riel1-1/+2
2018-04-05nixos docs: syntax highlightGraham Christensen2-7/+18
- Rectifies diverging CSS by combining nixos/nixpkgs docs CSS - Moves our custom Highlight.js loader in to the hljs package - Switches the nixos docs to use SVG callouts too
2018-04-04Merge pull request #38428 from Ekleog/doc-weechatMichael Raskin1-1/+11
Add documentation for weechat
2018-04-04weechat: add hint in documentationLéo Gaspard1-1/+11
2018-04-03nixos/doc: fix instructions for nox-review usageAndre Ramos1-2/+2
2018-04-01nixpkgs: remove ancient 'ecj' packageAustin Seipp1-10/+1
Nobody has stepped up to keep maintaining this and it's several years old, and the last strict Java 7 dependency, as it won't work with newer versions without an update. Signed-off-by: Austin Seipp <aseipp@pobox.com>
2018-03-29lib/generators: add an example of overriding defaultsProfpatsch1-4/+57
An example of overriding the `toINI` generator is added, hopefully clarifying the expressiveness of generators.
2018-03-28docs: extend rust docs (#35587)Garrett Berg1-1/+85
- Add example for setting up nix-shell, improve rust docs - Rust docs: add gcc rust dependencies and fix carnix commands - Fix a typo with the carnix command.
2018-03-26nixpkgs docs: syntax highlightGraham Christensen4-5/+30
2018-03-26Move the overridden CSS to overrides.css which can be applied on nixos.orgGraham Christensen4-10/+11
2018-03-26nixpkgs docs: Use SVGs for calloutsGraham Christensen3-12/+22
2018-03-25Add 'make debug' to call xmloscopyGraham Christensen2-3/+5
2018-03-25Move validate to top-level so it doesn't rebuild the outputs every timeGraham Christensen1-3/+5
2018-03-25Validate when building outputsGraham Christensen2-3/+3
2018-03-25Document shell.nix / xmloscopy / make for the nixpkgs docsGraham Christensen2-4/+24
2018-03-25docs: Build with a makefileGraham Christensen3-105/+95
2018-03-25Ignore generated XML and other generated filesGraham Christensen1-0/+5
2018-03-25Move all nixpkgs doc files in to the doc directoryGraham Christensen13-29/+239
This makes a makefile-driven developer workflow nicer.
2018-03-21python.md: fix grammar around bdist_wheel FAQgiraffito1-3/+5
2018-03-20Remove obsolete /nix/var/nix/{manifests,channel-cache}Eelco Dolstra1-3/+1
2018-03-19Merge pull request #37296 from matthewbauer/fix-maintainers-pathMatthew Justin Bauer1-1/+1
Fix fallout from #36275
2018-03-18Emscripten 1.37.16 to 1.37.36 (#37291)Joachim Schiele3-0/+190
* trying to build emscriptenPackages not all fail * reading the console.log it turns out python executable is not in place and that is why emconfigure didnt work * backup commit * much more targets are compiling now * added common revisioning * revision bump to 1.37.36 (not tested) * fixed xmllint * forcing unit testing, will implement the tests after i get home * json_c test working * added tests * tiny fixes * added documentation
2018-03-18meta: fix fallout from #36275Matthew Bauer1-1/+1
2018-03-10Merge branch 'master' into stagingJan Malakhovski1-0/+3
Resolved the following conflicts (by carefully applying patches from the both branches since the fork point): pkgs/development/libraries/epoxy/default.nix pkgs/development/libraries/gtk+/3.x.nix pkgs/development/python-modules/asgiref/default.nix pkgs/development/python-modules/daphne/default.nix pkgs/os-specific/linux/systemd/default.nix