summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* doc: Update cross compilation chapter for stdenv.{build,host,target}PlatformJohn Ericson2017-07-07
|
* Merge pull request #26884 from obsidiansystems/purge-stdenv-crossJohn Ericson2017-06-28
|\ | | | | Purge stdenv cross
| * top-level: stdenv.cross vanquishedhsloan2017-06-28
| |
* | Merge pull request #26906 from zagy/fix/doc-gobuild-dependency-noteJörg Thalheim2017-06-27
|\ \ | |/ |/| doc / go building: improve
| * doc / go building: improveChristian Zagrodnick2017-06-27
| | | | | | | | Move the paragraph about go2nix to the other paragraphs about dependencies.
* | Merge pull request #26007 from obsidiansystems/cc-wrapper-prefixJohn Ericson2017-06-23
|\ \ | | | | | | Get rid of gcc-cross-wrapper
| * | cross stdenv adaptor: Support --host --build --target across the boardJohn Ericson2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | Packages get --host and --target by default, but can explicitly request any subset to be passed as needed. See docs for more info. rustc: Avoid hash breakage by using the old (ignored) dontSetConfigureCross when not cross building
* | | Merge pull request #26668 from gleber/fixpoint-erlang-packagesDaiderd Jordan2017-06-22
|\ \ \ | | | | | | | | erlang: refactor: build packages per Erlang/OTP version.
| * | | Update BEAM docsEric Bailey2017-06-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Improve beam docs: * correct spelling * update per pandoc changes * capitalize titles * capitalize BEAM throughout and use "the BEAM" when referring to the virtual machine. * tweak grammar and phrasing * reformat build-tools-rebar3 section * add more links * re-wrap <para>s Also update <programlisting>s * normalize whitespace * don't double quote homepage * use $ in all shell snippets
| * | | erlang: update documentation.Gleb Peregud2017-06-19
| |/ / | | | | | | | | | | | | | | | The documentation got a bit stale compared to actual contents of nixpkgs. This commit focuses on updating existing docs, not on making sure all details of beam packages are covered.
* / / doc/languages-frameworks/vim: add custom vimrc & packagesJörg Thalheim2017-06-22
|/ /
* | Merge pull request #26345 from vcunat/p/doc-override-phasesFrederik Rietdijk2017-06-19
|\ \ | | | | | | nixpkgs manual: advise against overriding whole phases
| * | nixpkgs manual: advise against overriding whole phasesVladimír Čunát2017-06-03
| | | | | | | | | | | | | | | | | | I've seen that mistake at least a few times already, e.g. https://github.com/NixOS/nixpkgs/pull/26209#issuecomment-305925562 It might perhaps seem counter-intuitive if one doesn't know nixpkgs well.
* | | nixpkgs: remark about running Qt applicationsThomas Tuegel2017-06-18
| | |
* | | nixpkgs: remove comments from manual about wrapping Qt packagesThomas Tuegel2017-06-18
| | | | | | | | | | | | It is no longer necessary to wrap Qt packages
* | | Merge pull request #25954 from matthewbauer/nixpkgs-emacs-manualJoachim F2017-06-15
|\ \ \ | | | | | | | | manual: add "Emacs" section to manual
| * | | manual: add "Emacs" section to manualMatthew Bauer2017-05-20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | This gives some basics on configuring Emacs within Nix. The configuration is fairly long just to give a good idea of what’s going on. I can trim out some of it if it’s not necessary. Note that there is already a section for Emacs in the NixOS manual. However, this is aimed at avoiding using modules altogether to make things easier for non-NixOS users. This configuration should work on NixOS anyway, however. Fixes #24243 Fixes #19956
* | | | doc: Fix some typosJan Tojnar2017-06-11
| |_|/ |/| |
* | | Python docs: Add example for overlaysJosef Kemetmueller2017-06-10
| |/ |/|
* | Merge pull request #26269 from obsidiansystems/libSystemJohn Ericson2017-05-31
|\ \ | | | | | | lib and doc: Use "libSystem" as identifier for that libc in platforms
| * | lib and doc: Use "libSystem" as identifier for that libc in platformsJohn Ericson2017-05-31
| | |
* | | Merge pull request #26037 from obsidiansystems/platform-examplesJohn Ericson2017-05-29
|\| | | | | | | | lib: Consolidate platform configurations (used for crossSystem)
| * | lib: Consolidate platform configurations (used for crossSystem)John Ericson2017-05-29
| | | | | | | | | | | | This is good for maintenance and education.
* | | user-local config.nix path fixed in docsDmitry Vyal2017-05-27
|/ /
* | doc/cross-compilation: change cross to targetMatthew Bauer2017-05-24
| | | | | | | | thanks to @bjornfor for catching this
* | doc/cross-compilation: cleanup some grammarMatthew Bauer2017-05-23
|/ | | | | These all should be uncontroversial changes. Just some awkward wording and double words, etc.
* manual: fix typoWilli Butz2017-05-12
|
* Python: replace requests2 with requests tree-wideFrederik Rietdijk2017-05-07
| | | | | | | See f63eb5857352705665411130d4f1638d55dd8c58 The `requests2` attribute now throws an error informing that `requests` should be used instead.
* doc: enable code syntax highlightingAlexey Muranov2017-04-26
| | | | | Use "fenced" code blocks to enable syntax highlighting. Other markup and formatting.
* nixpkgs manual: Remove obsolete warning (#21117)Linus Heckemann2017-04-23
| | | PR #815 has already been cherry-picked into the default nix version 1.11.8.
* Merge pull request #25099 from obsidiansystems/cross-lib-foundationJohn Ericson2017-04-23
|\ | | | | | | | | Changes to nixpkgs infra to prepare to better package some pesky cross-compilers No hashes (native or cross) should be changed
| * top-level: Introduce targetPackages and a "double link fold"John Ericson2017-04-23
| | | | | | | | | | | | | | | | | | Each bootstrapping stage ought to just depend on the previous stage, but poorly-written compilers break this elegence. This provides an easy-enough way to depend on the next stage: targetPackages. PLEASE DO NOT USE IT UNLESS YOU MUST! I'm hoping someday in a pleasant future I can revert this commit :)
* | bundix: 2.0.8 -> 2.1.0 (#25129)Nick Novitski2017-04-23
|/
* Merge pull request #24980 from Ericson2314/platform-normalizationJohn Ericson2017-04-18
|\ | | | | Doc for Platform Normalization
| * doc: Document the structure of `{build,host,target}Platforms`John Ericson2017-04-18
| | | | | | | | Worthwhile to do now that #24610 makes it less abysmal.
* | Python docs: Python 2.x namespace packages may collide when using .withPackagesFrederik Rietdijk2017-04-18
| |
* | rustup: init at 1.2.0Jörg Thalheim2017-04-17
|/
* doc: fix overlays pathsCarles Pagès2017-04-02
| | | | It was not updated with 9d6a55aefd7.
* rename iana_etc to iana-etcJörg Thalheim2017-03-28
| | | | fixes #23621
* Python docs: small fixesFrederik Rietdijk2017-03-22
|
* Update python.md (#23669)Joachim Schiele2017-03-21
| | | | | | | | | | | | | | | | | | * Update python.md this makes it clear how to alter `attributes` by using `packageOverrides` * Update python.md * Update python.md * Update python.md * Update python.md * Update python.md * Update python.md
* doc: remove double spaceRobin Gloster2017-03-20
|
* Revert "doc: remove double space"Robin Gloster2017-03-20
| | | | | | This reverts commit 6393d433803f84e02cc340645481dcd85231083b. Commit added too much changes.
* doc: remove double spaceRobin Gloster2017-03-20
|
* doc: Add rust documentation (#23510)Matthias Beyer2017-03-20
|
* doc/language-frameworks/haskell.md: integer-simple improvementsBas van Dijk2017-03-12
| | | | | | * Strip the unnecessary 'pkgs' attribute. * Remove ghc-7.6.3 as a GHC supporting integer-simple.
* doc: fix code highlighting, use valid Nix syntaxAlexey Muranov2017-03-06
| | | | | | | | | Fix code syntax highlighting by specifying language in every code block and adding some context to Nix code blocks to make them valid expressions. Use the same markup style for all code blocks. Reformat some code blocks. fixes #23535
* doc: cleanup whitespace in python.mdAlexey Muranov2017-03-06
|
* Merge branch 'master' into stagingVladimír Čunát2017-02-27
|\
| * Update Qt and KDE documentationThomas Tuegel2017-02-27
| | | | | | | | | | | | - Describe the new `libsForQt5.callPackage` interface - Emphasize that Qt dependencies must be imported unqualified - Describe the new `kdeWrapper` wrapper generator