summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc/cross-compilation: fixes typosJörg Thalheim2018-01-11
|
* stdenv: Force `doCheck` and `doInstallCheck` to be false when we are cross ↵John Ericson2018-01-09
| | | | | | | | compiling I hope this will be a temporary measure. If there is consensus around issue #33599, then we can follow an explicit `dontCheck`, but default to not checking during cross builds when none is given.
* Merge pull request #26805 from obsidiansystems/cross-elegantJohn Ericson2017-12-30
|\ | | | | Make cross compilation elegant
| * doc: Add cross cookbookJohn Ericson2017-12-30
| | | | | | | | An excellent suggestion from @bgamari
| * doc: More information in the setup hook section of the stdenv chapterJohn Ericson2017-12-30
| |
| * doc: Document `dontStripHost` and `dontStripTarget`John Ericson2017-12-30
| |
| * doc: Add "Specifying Dependencies" section to the stdenv chapterJohn Ericson2017-12-30
| | | | | | | | | | | | | | | | This accounts for all the new dependencies and propagation logic changes I'm about to add. Fixes #1915---with this change I think the distinction is finally clear enough.
* | haskell docs: change wording in the "Miscellaneous Topics" sectionPiotr Bogdan2017-12-26
| |
* | doc: fix typozimbatm2017-12-24
| |
* | Merge pull request #31668 from rycee/doc/namingYegor Timoshenko2017-12-23
|\ \ | | | | | | docs: clarify package and module option naming
| * | docs: clarify package and module option namingRobert Helgesson2017-11-14
| | | | | | | | | | | | | | | This attempts to briefly clarify the current naming conventions of attribute names in `all-packages.nix` and module option names.
* | | mkShell: add builder (#30975)zimbatm2017-12-20
| | |
* | | nixpkgs/manual: fix build with new pandocLeonid Onokhov2017-12-20
| | |
* | | doc: system.environmentPackages -> environment.systemPackagesYegor Timoshenko2017-12-20
| | |
* | | coqPackages docs: fix typo (and thus manual build)Vladimír Čunát2017-12-19
| |/ |/|
* | Merge branch 'staging'Vladimír Čunát2017-12-19
|\ \
| * \ Merge branch 'master' into stagingVladimír Čunát2017-12-15
| |\ \
| * \ \ Merge remote-tracking branch 'upstream/staging' into binutils-wrapperJohn Ericson2017-12-13
| |\ \ \
| * | | | doc: Document Bintools WrapperJohn Ericson2017-12-13
| | | | | | | | | | | | | | | | | | | | Shrunk the CC Wrapper documentation so as not to be repetative.
* | | | | coqPackages: update documentationVincent Laporte2017-12-18
| |_|/ / |/| | |
* | | | Update haskell.mdVaibhav Sagar2017-12-14
| |/ / |/| | | | | | | | Unindent prose that was incorrectly being displayed as code.
* | | add buildRustCrate function to build rust cratesPierre-Étienne Meunier2017-12-12
| | |
* | | Merge branch 'master' into stagingVladimír Čunát2017-12-09
|\ \ \
| * | | Python docs: fix nix-shell exampleFrederik Rietdijk2017-12-08
| | | |
| * | | Revert "Python docs: fix nix-shell example"Frederik Rietdijk2017-12-08
| | | | | | | | | | | | | | | | | | | | | | | | This reverts commit aa2326682c7210027747a2b5ee7f33311dc8fe10. Forgot parentheses...
| * | | Python docs: fix nix-shell exampleFrederik Rietdijk2017-12-08
| | | |
* | | | doc: document enableParallelBuilding being unsetOrivej Desh2017-12-07
|/ / /
* | | Merge pull request #32174 from lheckemann/weechat-all-defaultJörg Thalheim2017-11-29
|\ \ \ | |/ / |/| | weechat: default to enabling all plugins
| * | weechat: default to enabling all pluginsLinus Heckemann2017-11-29
| | | | | | | | | | | | | | | | | | | | | Plain weechat is still accessible as `weechat.unwrapped` or `weechat.override {configure = null;}`. Also update documentation to reflect this change.
* | | Merge branch 'master' into stagingVladimír Čunát2017-11-28
|\ \ \
| * | | haskell docs: fix typoBenjamin Hipple2017-11-27
| |/ /
* | | Merge pull request #31987 from jtojnar/devhelp-devdocOrivej Desh2017-11-25
|\ \ \ | |/ / |/| | stdenv: Move devhelp books to outputDevdoc
| * | stdenv: Move devhelp books to outputDevdocJan Tojnar2017-11-24
| | |
* | | doc: rust is an attribute set, not a packageVaibhav Sagar2017-11-24
| | | | | | | | | | | | Using `rust` instead of `rustc cargo` doesn't work in either `systemPackages` or `nix-shell -p`
* | | documentation: python 2.6 is no moreVladimír Čunát2017-11-19
| | |
* | | documentation: python3Packages is python36PackagesSamuel Dionne-Riel2017-11-19
| | | | | | | | | | | | Close #31810.
* | | nixpkgs manual: how to make a patch file with gitChris Martin2017-11-17
| | | | | | | | | | | | This addresses #31684.
* | | doc: improve rustPlatform exampleOrivej Desh2017-11-17
|/ /
* | Merge #31614: doc/manual/stdenv: fix a typoVladimír Čunát2017-11-14
|\ \ | |/ |/|
| * Typo in manual#stdenv - propagatedNativeBuildInputsBruno Bieth2017-11-13
| |
* | Merge pull request #29418 from vanschelven/small-documentation-improvementsJohn Ericson2017-11-13
|\ \ | |/ |/| documentation: cross-compilation - partial rewrite
| * documentation: fix typosOrivej Desh2017-11-09
| |
| * documentation: cross-compilation - partial rewriteKlaas van Schelven2017-11-09
| |
* | Merge pull request #30549 from obsidiansystems/bintoolsJohn Ericson2017-11-08
|\ \ | | | | | | treewide: Introduce stdenv.cc.bintools
| * | Rename `__targetPackages` to `targetPackages`John Ericson2017-11-05
| | |
* | | Merge pull request #30951 from LnL7/darwin-docsOrivej Desh2017-11-05
|\ \ \ | | | | | | | | docs: add section on common darwin issues
| * | | docs: add section on common darwin issuesDaiderd Jordan2017-11-01
| | | |
* | | | nixpkgs manual : clearer meta.platforms descriptionRenaud2017-11-04
| |/ / |/| | | | | | | | Refer to doubles.nix for a list of common platforms types used in packages
* | | Merge pull request #25274 from lheckemann/weechat-plugin-splitFrederik Rietdijk2017-11-04
|\ \ \ | | | | | | | | Weechat plugin split
| * | | weechat: split plugins into separate outputsLinus Heckemann2017-11-03
| | | | | | | | | | | | | | | | | | | | | | | | Also add a wrapper generator that allows adding the plugins back conveniently and corresponding documentation in the package notes section of the nixpkgs manual.