summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* haskell docs: Fix output reference in exampleTuomas Tynkkynen2016-08-23
|
* python manual: Fix 'fftw*' output references in exampleTuomas Tynkkynen2016-08-23
|
* wrapPythonProgram: use site.addsitedir instead of PYTHONPATHNikolay Amiantov2016-08-20
|
* Merge pull request #17549 from ericsagnes/nixpkgs-doc/patchesPeter Simons2016-08-19
|\ | | | | nixpkgs-doc: add patches to coding conventions
| * nixpkgs-doc: add patches to coding conventionsEric Sagnes2016-08-06
| |
* | Doc: fix python examplesFrederik Rietdijk2016-08-16
| |
* | Doc: how to create a Python wheelFrederik Rietdijk2016-08-13
| |
* | buildGoPackage: remove Go deps file `libs.json`Kamil Chmielewski2016-08-11
|/ | | | | | | | | | | | | | | | | | After #16017 there were a lot of comments saying that `nix` would be better than `JSON` for Go packages dependency sets. As said in https://github.com/NixOS/nixpkgs/pull/16017#issuecomment-229624046 > Because of the content-addressable store, if two programs have the > same dependency it will already result in the same derivation in > the > store. Git also has compression in the pack files so it won't make > much difference to duplicate the dependencies on disk. And finally > most users will just use the binary builds so it won't make any > differences to them. This PR removes `libs.json` file and puts all package dependencies in theirs `deps.json`.
* DOC: unstable packages names should append -unstable, not -git or -svnFrederik Rietdijk2016-07-29
|
* nixpkgs manual: document the paxctl setup-hookJoachim Fasting2016-07-23
|
* add epub for nixpkgs manual ( #15575 ) (#17053)Christine Koppelt2016-07-20
| | | | | | * add epub for nixpkgs manual ( #15575 ) * change epub filename (interpreted as title & author by some epub readers)
* Improve overrideDerivation docs. (#16867)Alex Berg2016-07-12
| | | | | | | | * Improve overrideDerivation docs. Explain how antiquotation in a package's attribute behaves when overriding the package. * Edit antiquotation note. Fix closing-element.
* Doc: how to install a Python environmentFrederik Rietdijk2016-07-01
| | | | See https://github.com/NixOS/nixpkgs/issues/10597.
* Revert "stdenv: introduce baseHash() to replace stripHash()"zimbatm2016-06-25
| | | | | | Introduced by mistake This reverts commit e71a5cb87841f0af4a2279517b77a9a07ba394c0.
* stdenv: introduce baseHash() to replace stripHash()zimbatm2016-06-25
| | | | | | | | | stripHash uses a global variable to communicate it's computation results, but it's not necessary. You can just pipe to stdout in a subshell. A function mostly behaves like just another command. baseHash() also introduces a suffix-stripping capability since it's something the users of the function tend to use.
* Merge pull request #16398 from tboettch/masterzimbatm2016-06-23
|\ | | | | doc: Update stripHash documentation
| * doc: Update stripHash documentationTom Boettcher2016-06-21
| | | | | | | | The documentation now matches the behavior of the function.
* | Replace `./../*` with `../*` in Nix expressions (#16414)John Ericson2016-06-22
|/
* haskell docs: now that hydra pushes directly to S3, it cant function as a ↵michael bishop2016-06-18
| | | | binary cache
* buildPythonPackage: be able to disable package conflict checkDomen Kožar2016-06-16
|
* doc(haskell): Remove pesky tabs in code snippets.Mathieu Boespflug2016-06-13
|
* doc: Document how to set custom GHC version in haskell.lib.buildStackProject.Mathieu Boespflug2016-06-13
|
* Merge pull request #16146 from kamilchm/rework-goRushmore Mushambi2016-06-11
|\ | | | | all-packages references to Go packages includes all outputs
| * all-packages references to Go packages includes all outputsKamil Chmielewski2016-06-11
| |
* | Merge pull request #16030 from abbradar/fhs-refactorNikolay Amiantov2016-06-11
|\ \ | |/ |/| Improvements for FHS user chrootenv
| * doc: update buildFHSUserEnv documentationNikolay Amiantov2016-06-09
| |
* | buildGoPackage: updated docs for goPackages after rework in ↵Kamil Chmielewski2016-06-10
|/ | | | https://github.com/NixOS/nixpkgs/pull/16017
* fix link formattingRyan Mulligan2016-05-30
|
* doc: mention overrideDerivation causes evaluation of DerivationDomen Kožar2016-05-30
|
* Merge pull request #15804 from NixOS/python-with-packagesFrederik Rietdijk2016-05-30
|\ | | | | python: add python.withPackages function
| * doc/python: fix conversion errors in example codeBenno Fünfstück2016-05-29
| |
| * doc/python: replace buildEnv usage by withPackagesBenno Fünfstück2016-05-29
| |
| * doc/python: document python.withPackagesBenno Fünfstück2016-05-29
| |
* | nixpkgs manual: fix #15735: correct dash renderingVladimír Čunát2016-05-27
|/
* nixpkgs manual: more extensible example (#15557)Théo Zimmermann2016-05-23
| | | By checking if the package name appears in a list, this new example allows for easy user-customization.
* manual: revert title change to keep the link workingDomen Kožar2016-05-22
|
* nixpkgs manual: cleanup (#15611)Eric Sagnes2016-05-22
|
* Merge pull request #15010 from FRidh/formatzimbatm2016-05-09
|\ | | | | Python: support installing wheels
| * Python: allow installing wheelsFrederik Rietdijk2016-05-09
| | | | | | | | | | By passing `format="wheel"` it is now possible to install a wheel. It's not recommended, but it can be useful.
* | manual/substituteAll: document filtered variablesProfpatsch2016-05-07
|/ | | | Some variables are filtered out as of #14907.
* autojump: add package notezimbatm2016-05-04
|
* Python: use PyPI mirror (#15001)Frederik Rietdijk2016-04-26
| | | | | | * mirrors: add pypi * Python: Use pypi mirror for all PyPI packages
* Merge pull request #14858 from ericbmerritt/elixir-supportJoachim Fasting2016-04-25
|\ | | | | Elixir support
| * beam-support: update registry to latest '59b836d'Eric Merritt2016-04-23
| |
* | nixpkgs manual: fix link to go2nixChris Martin2016-04-22
|/
* Merge branch 'staging', containing closure-size #7701Vladimír Čunát2016-04-13
|\
| * Merge branch 'master' into closure-sizeVladimír Čunát2016-04-10
| |\ | | | | | | | | | | | | | | | Comparison to master evaluations on Hydra: - 1255515 for nixos - 1255502 for nixpkgs
| * | manual multiple-output: clarify a noteVladimír Čunát2016-04-09
| | |
| * | nixpkgs manual: add multiple-output chapterVladimír Čunát2016-04-07
| | |
* | | haskellPackages.haste-compiler: fix so that it now builds and runsobadz2016-04-11
| |/ |/| | | | | | | | | Required adding: haskellPackages.haste-Cabal, and haskellPackages.haste-cabal-install