summary refs log tree commit diff
path: root/doc
Commit message (Collapse)AuthorAge
* Merge pull request #84047 from aaronjanse/document-android-emulator-variableJohn Ericson2020-08-20
|\ | | | | emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
| * emulateApp: document $NIX_ANDROID_EMULATOR_FLAGSAaron Janse2020-04-01
| |
* | doc/python: Add pythonImportsCheck mentionJonathan Ringer2020-08-17
| |
* | doc/python: add pytestCheckHook sectionJonathan Ringer2020-08-17
| |
* | Merge pull request #95511 from jtojnar/var-anchorsworldofpeace2020-08-16
|\ \ | | | | | | doc: Add anchors to stdenv variables
| * | doc: Add anchors to stdenv variablesJan Tojnar2020-08-15
| | | | | | | | | | | | Wanted to link them.
* | | buildRustPackage: remove platform.all from packageszowoq2020-08-16
| | |
* | | Merge pull request #95305 from jonringer/remove-py35Frederik Rietdijk2020-08-15
|\ \ \ | |/ / |/| | python35: remove
| * | docs: update python interpreter versionsJonathan Ringer2020-08-12
| | |
* | | buildGoModule: update deleteVendor docszowoq2020-08-14
|/ /
* | doc/using/overlays.xml: fix some small glitchesDaniël de Kok2020-08-10
| |
* | doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok2020-08-10
| |
* | doc: Fix missing callout in go.xmlMatthew Mazzanti2020-08-02
| | | | | | | | | | | | | | Pull #89453 introduced a bug in the documentation that is preventing the hydra build for nixpkgs-unstable from finishing. I have added the additional option indroduced in that patch (runVend for go modules) and added the callout tag so that the documenation can build again.
* | Merge pull request #89453 from c00w/vendzowoq2020-07-31
|\ \ | | | | | | Add vend support to go-modules
| * | go-modules: Add useVend flag to go-modulesColin L Rice2020-07-28
| | |
* | | doc/*: editorconfig fixeszowoq2020-07-31
| | |
* | | doc/steam: add docs about new steam moduleMaciej Krüger2020-07-30
|/ /
* | doc: add section for cataclysm-ddaMitsuhiro Nakamura2020-07-18
| |
* | doc: fix MD_TARGETSMitsuhiro Nakamura2020-07-18
| | | | | | | | globstar (**) does not work in Makefile
* | doc/perl: fix buildzowoq2020-07-18
| |
* | Merge pull request #92348 from jtojnar/explicit-only-gplJan Tojnar2020-07-18
|\ \ | | | | | | licenses: Make single-version-only GPL explicit
| * | licenses: Make single-version-only GPL explicitJan Tojnar2020-07-05
| | | | | | | | | | | | | | | | | | I commonly see people use the former when they should use the latter. Would be also in line with the SPDX change https://www.gnu.org/licenses/identify-licenses-clearly.html
* | | Merge pull request #90692 from Ma27/citrix-workspaceMaximilian Bosch2020-07-17
|\ \ \ | | | | | | | | citrix_workspace: add more features, refactor derivation
| * | | citrix_workspace: update docs about selfserviceMaximilian Bosch2020-07-15
| | | |
| * | | citrix_workspace: add more features, refactor derivationMaximilian Bosch2020-07-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | In #89806 it has been reported that the final package is missing a lot of features like support for the self-service GUI and the config-management. While working on supporting those components in the Nix-package, I decided to refactor the package to simplify the entire setup. This patch changes the following things: * Binaries and libraries are patched using the `autoPatchelfHook` to avoid having unneeded libraries linked (e.g. some programs use gtk2, others use gtk3). * Moved source-declarations into their own file. * Wrapped `configmgr` and `selfservice` and added those to `$out/bin`. * Don't mention the old `citrix_receiver`-packages in the manual anymore since those packages were removed in 19.09 and are EOLed anyways. Closes #89806
* | | | Merge pull request #86589 from ↵Jörg Thalheim2020-07-17
|\ \ \ \ | |/ / / |/| | | | | | | | | | | raboof/document-running-perl-scripts-from-the-shell doc: add section on running ad-hoc Perl programs to the nixpkgs manual
| * | | Add section on running ad-hoc Perl programs to the nixpkgs manualArnout Engelen2020-07-17
| | | | | | | | | | | | | | | | Co-authored-by: Timo Kaufmann <timokau@zoho.com>
* | | | Merge staging-next into stagingFrederik Rietdijk2020-07-02
|\ \ \ \ | | |/ / | |/| |
| * | | Fix typos in documentation (#91934)Sami Bouhlel2020-07-01
| | | |
| * | | Add docs for dockerTools.streamLayeredImageSteve Purcell2020-06-22
| | | |
* | | | add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau2020-06-22
|/ / /
* | | Merge pull request #90689 from cole-h/fix-manualMaximilian Bosch2020-06-17
|\ \ \ | | | | | | | | agda: fix manual build -- blocks nixpkgs-unstable
| * | | agda: fix manual buildCole Helbling2020-06-17
| | | | | | | | | | | | | | | | | | | | /build/doc/manual-full.xml:12764:35: error: ID "build-phase" has already been defined /build/doc/manual-full.xml:9029:33: error: first occurrence of ID "build-phase"
* | | | Merge pull request #89245 from alexarice/agda-literateLassulus2020-06-16
|\| | | | | | | | | | | agda: install literate files
| * | | agda: install literate filesAlex Rice2020-06-01
| | | |
* | | | doc: `pip install` flags are specified with `pipInstallFlags`Daniël de Kok2020-06-16
| | | | | | | | | | | | | | | | | | | | The documentation incorrectly stated that `installFlags` are passed to `pip install`.
* | | | Merge branch 'staging-next' into stagingJan Tojnar2020-06-10
|\ \ \ \
| * \ \ \ Merge pull request #89840 from berbiche/patch-1Aaron Andersen2020-06-09
| |\ \ \ \ | | | | | | | | | | | | nixos/manual: s/environent/environment/g in configuration.xml
| | * | | | nixos/manual: spelling s/environent/environment/g in configuration.xmlNicolas Berbiche2020-06-08
| | | | | |
| * | | | | Merge pull request #55302 from teto/lua_docRok Garbas2020-06-09
| |\ \ \ \ \ | | |/ / / / | |/| | | | doc: update lua documentation
| | * | | | fixup! updateMatthieu Coudron2020-06-07
| | | | | |
| | * | | | updateMatthieu Coudron2020-06-06
| | | | | |
| | * | | | buildsMatthieu Coudron2020-06-06
| | | | | |
| | * | | | Added an example about overlayMatthieu Coudron2020-06-06
| | | | | |
| | * | | | doc: update lua documentationMatthieu Coudron2020-06-06
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Reflects the recent changes to the lua infrastructure. Packaging from luarocks should be encouraged.
* | | | | | Merge staging-next into stagingFrederik Rietdijk2020-06-05
|\| | | | |
| * | | | | buildRustPackage: add documentation on how to create cargo.lock patchesJörg Thalheim2020-06-05
| | | | | |
* | | | | | Merge #82342: rustPlatform: increase build-speed of `checkPhase`Vladimír Čunát2020-06-05
|\ \ \ \ \ \ | | | | | | | | | | | | | | | | | | | | | ...for rust-packages (into staging)
| * | | | | | rust: improve docsMaximilian Bosch2020-05-31
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Co-authored-by: cole-h <cole.e.helbling@outlook.com> Co-authored-by: asymmetric <lorenzo@mailbox.org>
| * | | | | | rust*: add docs for testing packagesMaximilian Bosch2020-05-24
| | | | | | | | | | | | | | | | | | | | | | | | | | | | See also https://discourse.nixos.org/t/rust-build-speed-improvements/7225