about summary refs log tree commit diff
path: root/doc
AgeCommit message (Collapse)AuthorFilesLines
2020-09-08buildGoPackage: check/delete vendorzowoq1-1/+8
2020-09-07doc/using/overlays.xml: add BLISDaniël de Kok1-5/+19
2020-09-05Merge pull request #76794 from ↵Silvan Mosberger1-22/+52
dudebout/document-nix-env-multiple-output-install-bug document nix-env bug relating to multiple output installation
2020-09-05document nix-env bug relating to multiple output installationNicolas Dudebout1-22/+52
2020-09-04Merge pull request #96963 from doronbehar/doc/nodejsMichele Guerini Rocco1-4/+5
doc: nodejs: Update override example to use overlays
2020-09-04vimPlugins: Document node-based pluginsJake Waksbaum1-0/+2
2020-09-02doc: nodejs: Update override example to use overlaysDoron Behar1-4/+5
Also: Add links so it'll be easier to find the referred files.
2020-08-20Merge pull request #84047 from aaronjanse/document-android-emulator-variableJohn Ericson1-0/+2
emulateApp: document $NIX_ANDROID_EMULATOR_FLAGS
2020-08-17doc/python: Add pythonImportsCheck mentionJonathan Ringer1-4/+26
2020-08-17doc/python: add pytestCheckHook sectionJonathan Ringer1-1/+94
2020-08-16Merge pull request #95511 from jtojnar/var-anchorsworldofpeace1-97/+97
doc: Add anchors to stdenv variables
2020-08-16buildRustPackage: remove platform.all from packageszowoq1-1/+0
2020-08-15doc: Add anchors to stdenv variablesJan Tojnar1-97/+97
Wanted to link them.
2020-08-15Merge pull request #95305 from jonringer/remove-py35Frederik Rietdijk1-4/+5
python35: remove
2020-08-14buildGoModule: update deleteVendor docszowoq1-1/+8
2020-08-12docs: update python interpreter versionsJonathan Ringer1-4/+5
2020-08-10doc/using/overlays.xml: fix some small glitchesDaniël de Kok1-7/+9
2020-08-10doc/using/overlays.xml: add AMD BLIS/LIBFLAME to the BLAS/LAPACK listDaniël de Kok1-0/+13
2020-08-02doc: Fix missing callout in go.xmlMatthew Mazzanti1-1/+3
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.
2020-07-31Merge pull request #89453 from c00w/vendzowoq1-0/+5
Add vend support to go-modules
2020-07-31doc/*: editorconfig fixeszowoq6-15/+14
2020-07-30doc/steam: add docs about new steam moduleMaciej Krüger1-7/+1
2020-07-28go-modules: Add useVend flag to go-modulesColin L Rice1-0/+5
2020-07-18doc: add section for cataclysm-ddaMitsuhiro Nakamura2-0/+95
2020-07-18doc: fix MD_TARGETSMitsuhiro Nakamura1-1/+1
globstar (**) does not work in Makefile
2020-07-18doc/perl: fix buildzowoq1-1/+1
2020-07-18Merge pull request #92348 from jtojnar/explicit-only-gplJan Tojnar2-5/+5
licenses: Make single-version-only GPL explicit
2020-07-17Merge pull request #90692 from Ma27/citrix-workspaceMaximilian Bosch1-14/+16
citrix_workspace: add more features, refactor derivation
2020-07-17Merge pull request #86589 from ↵Jörg Thalheim1-142/+176
raboof/document-running-perl-scripts-from-the-shell doc: add section on running ad-hoc Perl programs to the nixpkgs manual
2020-07-17Add section on running ad-hoc Perl programs to the nixpkgs manualArnout Engelen1-142/+176
Co-authored-by: Timo Kaufmann <timokau@zoho.com>
2020-07-17docs.stdenv: remove reference to replace toolMarkus S. Wamser1-4/+0
2020-07-15citrix_workspace: update docs about selfserviceMaximilian Bosch1-0/+14
2020-07-15citrix_workspace: add more features, refactor derivationMaximilian Bosch1-15/+3
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
2020-07-05licenses: Make single-version-only GPL explicitJan Tojnar2-5/+5
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
2020-07-02Merge staging-next into stagingFrederik Rietdijk2-4/+25
2020-07-01Fix typos in documentation (#91934)Sami Bouhlel1-3/+3
2020-06-22add autoPatchelfIgnoreMissingDeps to auto-patchelf.shDavHau1-0/+3
2020-06-22Add docs for dockerTools.streamLayeredImageSteve Purcell1-1/+22
2020-06-17Merge pull request #90689 from cole-h/fix-manualMaximilian Bosch1-2/+2
agda: fix manual build -- blocks nixpkgs-unstable
2020-06-17agda: fix manual buildCole Helbling1-2/+2
/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"
2020-10-03doc/stdenv: fix buildzowoq1-1/+1
https://hydra.nixos.org/build/128037886/nixlog/1/tail error: element "variable" not allowed anywhere
2020-10-02Merge pull request #98304 from jtojnar/updateScript-commit3Jan Tojnar1-3/+6
maintainers/scripts/update.nix: Add support for auto-commiting changes
2020-09-20maintainers/scripts/update.nix: run update script with UPDATE_NIX_ATTR_PATHJan Tojnar1-0/+1
The environment variable will contain the attribute path the script is supposed to update.
2020-09-20doc: Undocument attr-set of passthru.updateScriptJan Tojnar1-43/+0
We no longer need it for most use cases so I am making it experimental. I have something in mind where it might be useful in the future (customizing commit messages) but for now, it would only confuse people.
2020-09-20maintainers/scripts/update.nix: auto-detect attrPathJan Tojnar1-1/+1
2020-09-20maintainers/scripts/update.nix: support filling in auto-commit attributesJan Tojnar1-0/+3
We can determine all of them when attrPath is present so we might jsut as well do it.
2020-09-20maintainers/scripts/update.nix: support auto-committing by passing attrPathJan Tojnar1-3/+7
Instead of having the updateScript support returning JSON object, it should be sufficient to specify attrPath in passthru.updateScript. It is much easier to use. The former is now considered experimental.
2020-09-20maintainers/scripts/update.nix: Add support for auto-commiting changesJan Tojnar1-3/+41
Update scripts can now declare features using passthru.updateScript = { command = [ ../../update.sh pname ]; supportedFeatures = [ "commit" ]; }; A `commit` feature means that when the update script finishes successfully, it will print a JSON list like the following: [ { "attrPath": "volume_key", "oldVersion": "0.3.11", "newVersion": "0.3.12", "files": [ "/path/to/nixpkgs/pkgs/development/libraries/volume-key/default.nix" ] } ] and data from that will be used when update.nix is run with --argstr commit true to create commits. We will create a new git worktree for each thread in the pool and run the update script there. Then we will commit the change and cherry pick it in the main repo, releasing the worktree for a next change.
2020-06-16Merge pull request #89245 from alexarice/agda-literateLassulus1-1/+11
agda: install literate files
2020-06-16doc: `pip install` flags are specified with `pipInstallFlags`Daniël de Kok1-3/+3
The documentation incorrectly stated that `installFlags` are passed to `pip install`.