about summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* 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.
* | | | Python docs: fix quotes PR #31197Frederik Rietdijk2017-11-03
| | | |
* | | | Fix nix-shell command example in python docsJonathan Curran2017-11-03
|/ / / | | | | | | The nix-shell command here is incorrect AFAICT. `-i` is supposed to specify the interpreter and `-p` specifies the packages.
* | | nixpkgs manual: unfree packages are untestedFranz Pletz2017-11-01
| | | | | | | | | | | | Resolves confusion mentioned in #31045.
* | | docs: add note about makeFlags quotingDaiderd Jordan2017-11-01
|/ /
* | rust: update cargo builder to fetch registry dynamicallyKevin Cox2017-10-23
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | The biggest benefit is that we no longer have to update the registry package. This means that just about any cargo package can be built by nix. No longer does `cargo update` need to be feared because it will update to packages newer then what is available in nixpkgs. Instead of fetching the cargo registry this bundles all the source code into a "vendor/" folder. This also uses the new --frozen and --locked flags which is nice. Currently cargo-vendor only provides binaries for Linux and macOS 64-bit. This can be solved by building it for the other architectures and uploading it somewhere (like the NixOS cache). This also has the downside that it requires a change to everyone's deps hash. And if the old one is used because it was cached it will fail to build as it will attempt to use the old version. For this reason the attribute has been renamed to `cargoSha256`. Authors: * Kevin Cox <kevincox@kevincox.ca> * Jörg Thalheim <Mic92@users.noreply.github.com> * zimbatm <zimbatm@zimbatm.com>
* | nixpkgs manual: remove reference to now defunct nixpkgs monitorPiotr Bogdan2017-10-17
| |
* | Merge branch 'master' into stagingVladimír Čunát2017-09-27
|\ \ | | | | | | | | | Very many rebuilds from master :-(
| * | manuals: fixup steam note, as the change is in 17.09Vladimír Čunát2017-09-27
| | | | | | | | | | | | | | | I didn't notice the cherry-pick, but Globin found out immediately. /cc #29180.
| * | manuals: document removal of newStdcpp from steamVladimír Čunát2017-09-27
| | | | | | | | | | | | /cc #29180.
* | | Merge branch 'master' into stagingVladimír Čunát2017-09-26
|\| |
| * | docs/python: more infos regarding failing testsJörg Thalheim2017-09-25
| | |
* | | doc: Document forthcomming NIX_DEBUG degredationsJohn Ericson2017-09-26
|/ /
* / doc/submitting-changes.xml: suggest "nixos/<module>" prefix for NixOS changesBjørn Forsman2017-09-13
|/ | | | | | | Commit 8537cf0f818a95073e93ac755e9fa17c30982caa ("CONTRIBUTING.md: suggest "nixos/<module>" prefix for NixOS changes") only changed CONTRIBUTING.md file and forgot about the Nixpkgs manual. (I didn't know this information was stored in two places.)
* haskell: introduce failOnAllWarningsBas van Dijk2017-09-10
| | | | | Applying `haskell.lib.failOnAllWarnings` to a Haskell package enables the `-Wall` and `-Werror` GHC options to turn all warnings into build failures.
* manual: steam on nouveau also requires newStdCppPeter Hoeg2017-09-10
|
* Python docs: add section on testsFrederik Rietdijk2017-09-02
|
* documentation: use modern Firefox version in exampleDmitry Kalinkin2017-09-01
|
* documentation: fix some spellingDmitry Kalinkin2017-09-01
|
* haskell: add the checkUnusedPackages function including docsBas van Dijk2017-08-30
|
* compiz: dropGraham Christensen2017-08-30
|
* doc: explain pull request templateSamuel Leathers2017-08-29
|
* Python docs: rewrite a partFrederik Rietdijk2017-08-26
| | | | | - fix some mistakes - move explanation on how to create Python environments to the front
* Merge commit '3b29468313bc8604fe8f85c8d9316fd276d3985c' into HEADFrederik Rietdijk2017-08-21
|\
| * Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-17
| |\
| * \ Merge remote-tracking branch 'upstream/master' into HEADFrederik Rietdijk2017-08-14
| |\ \
| * \ \ Merge #27424: stdenv: Don't put man pages into $docVladimír Čunát2017-08-13
| |\ \ \
| | * | | stdenv: Don't move info pages to the 'man' outputTuomas Tynkkynen2017-08-11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Because if you were to disable man pages via 'programs.man.enable', the "man" output wouldn't be installed and the info pages would go missing.