summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* build-fhs-{chroot,user}env: document new extra bind mounts optionNikolay Amiantov2015-10-11
|
* haskell-users-guide.md: document static linkingPeter Simons2015-10-02
|
* doc: generate haskell-users-guide.xml from Markdown input via PandocPeter Simons2015-09-30
| | | | | | Editing Docbook is no fun, IMHO, so I'd rather store the Haskell documentation in Markdown format and use Pandoc to convert that into Docbook as part of the build process.
* doc/default.nix: fix Emacs syntax highlighting (no functional change)Peter Simons2015-09-30
|
* Merge branch 'qt-5.5'Thomas Tuegel2015-09-27
|\
| * manual: document Qt packaging toolsThomas Tuegel2015-09-27
| |
* | haskell: make `ghc`, `cabal-install`, and `stack` visibleVladimír Čunát2015-09-27
|/ | | | Thanks to @peti. Close #10035.
* doc/functions: fix a typoVladimír Čunát2015-09-24
|
* Merge: xlibs and x11 attribute cleanupVladimír Čunát2015-09-23
|\ | | | | | | Frequently using multiple *almost* identical attributes is bad.
| * xlibs: replace occurrences by xorgVladimír Čunát2015-09-15
| | | | | | | | | | | | | | This seems to have been confusing people, using both xlibs and xorg, etc. - Avoided renaming local (and different) xlibs binding in gcc*. - Fixed cases where both xorg and xlibs were used. Hopefully everything still works as before.
* | hello/ex-2 -> helloEelco Dolstra2015-09-22
| |
* | doc: update haskell-users-guide.xml with ghcWithHoogle stuffJan Malakhovski2015-09-19
| |
* | Enable separate debug infoEelco Dolstra2015-09-17
|/ | | | | | | | | | | You can now pass separateDebugInfo = true; to mkDerivation. This causes debug info to be separated from ELF binaries and stored in the "debug" output. The advantage is that it enables installing lean binaries, while still having the ability to make sense of core dumps, etc.
* doc: update haskell-users-guide.xml to reflect that we've update GHC 7.10.1 ↵Peter Simons2015-09-09
| | | | to 7.10.2
* add note about using profiledHaskellPackagesHoang Xuan Phu2015-08-31
|
* doc/haskell: fix typos (close #9561)Rommel M. Martinez2015-08-30
|
* doc: add "other resources" section to haskell-users-guide.xmlPeter Simons2015-08-28
|
* buildFHS*Env: add documentationNikolay Amiantov2015-08-26
|
* Merge pull request #9298 from abbradar/python-envDomen Kožar2015-08-18
|\ | | | | python: add .env for convenient nix-shell's
| * python: add .env for convenient nix-shell'sNikolay Amiantov2015-08-17
| |
* | elm: add the platform and helpful scriptsNikolay Amiantov2015-08-17
|/
* doc/haskell-users-guide.xml: fix "nix-store --repair-path" examplePeter Simons2015-08-15
|
* nixpkgs doc: add package notes for EclipseRobert Helgesson2015-08-10
|
* Unify NixOS and Nixpkgs channel structureEelco Dolstra2015-08-05
| | | | | | | | | | | | | | | | | | | | | | This is primarily to ensure that -I nixpkgs=https://nixos.org/channels/nixos-unstable/nixexprs.tar.xz and -I nixpkgs=https://github.com/NixOS/nixpkgs-channels/archive/nixos-unstable.tar.gz and -I nixpkgs=https://nixos.org/channels/nixpkgs-unstable/nixexprs.tar.xz behave consistently. It also allows installing packages via "nix-env -iA nixos.<pkg>" rather than "nixos.pkgs.<pkg>". It would be even better to allow "nixpkgs.<pkg>", but that requires a change to nix-channel. Fixes #7659.
* doc: document .overrideDerivationLuca Bruno2015-07-30
|
* Merge pull request #8703 from Profpatsch/python-docsDomen Kožar2015-07-20
|\ | | | | language-support python: propagatedBuildInputs
| * language support python docs wrong statementProfpatsch2015-07-12
| | | | | | Remove wrong line about propagatedBuildInputs.
| * language-support python: propagatedBuildInputsProfpatsch2015-07-08
| | | | | | | | | | Explain difference between buildInputs and propagatedBuildInputs. Shamefully steal wording from Perl.
* | doc: gnu hello is much simpler than cpioMatthias Beyer2015-07-17
| | | | | | | | | | | | This patch changes the documentation about simple packages. cpio was listed as simplest possible package, which is not true anymore, gnu hello is much simpler.
* | Move the submitting-changes down, after coding conventionsCillian de Róiste2015-07-12
| |
* | Move the details from CONTRIBUTING.md to the manual #8734Cillian de Róiste2015-07-12
| |
* | doc: document dontMoveSbin variablePascal Wittmann2015-07-09
|/
* ghc: add haskell.compiler.ghcNokinds, for Richard Eisenberg's 'nokinds' branchKosyrev Serge2015-07-06
|
* doc: make it clear the Contributing section is for the docsLuca Bruno2015-06-30
|
* doc: document lib.makeOverridableLuca Bruno2015-06-30
|
* doc: document .overrideLuca Bruno2015-06-30
|
* nixpkgs-manual: fix calloutsLuca Bruno2015-06-30
|
* Document the different license base casesEdward Tjörnhammar2015-06-28
|
* all-packages.nix: Add pkgs.overridePackagesLuca Bruno2015-06-26
|
* Change where window managers should beDamien Cassou2015-06-18
| | | | | | This patch reflects current practice. Fixes issue #8364.
* doc: add user's guide for the Haskell infrastructurePeter Simons2015-06-05
| | | | Resolves https://github.com/NixOS/nixpkgs/issues/4941.
* Strip indentation from programlistingsEelco Dolstra2015-06-03
|
* Streamline contributing sectionEelco Dolstra2015-06-03
|
* doc: fix referencesPascal Wittmann2015-06-02
|
* doc: add section idsPascal Wittmann2015-05-31
| | | | | This commit also use enforces consistent use of the prefixes "sec" for section and "ssec" for subsection.
* added documentation for makeWrapperArgsAllen Nelson2015-05-24
|
* Merge pull request #6539 from jagajaga/documentationArseniy Seroka2015-05-21
|\ | | | | add information about git-based pkgs
| * add information about git-based pkgsArseniy Seroka2015-02-23
| |
* | go: document disabled flagLuca Bruno2015-05-18
| |
* | Add section on fetching sourcesEdward Tjörnhammar2015-05-15
| |