github-actions[bot]
c081bc394c
Merge staging-next into staging
2021-10-07 18:01:44 +00:00
Robert Hensing
45da228a49
Merge pull request #140396 from laikq/srcs-doc
...
doc: reference sourceRoot in description of srcs
2021-10-07 15:03:45 +02:00
IvarWithoutBones
a87e6645dd
buildDotnetModule: add documentation
2021-10-06 22:14:24 +02:00
github-actions[bot]
4bbe70b6f4
Merge staging-next into staging
2021-10-06 00:02:16 +00:00
Sandro
f289d93a41
doc/contributing: add lib.optional ( #121251 )
...
Co-authored-by: Cole Helbling <cole.e.helbling@outlook.com>
2021-10-05 23:13:26 +02:00
laikq
6ef3c96ddf
doc: reference sourceRoot in description of srcs
2021-10-05 08:47:08 +02:00
Martin Weinelt
938d796b7a
python310: 3.10.0-rc2 -> 3.10.0
2021-10-05 02:08:07 +02:00
Martin Weinelt
846e2b1919
python36: remove
2021-10-03 12:42:24 +02:00
github-actions[bot]
b94e7d766f
Merge master into staging-next
2021-09-30 18:01:02 +00:00
Sandro
2495c0f9d9
Merge pull request #140013 from raboof/jre_minimal_document_headless
2021-09-30 17:20:08 +02:00
Arnout Engelen
4236dfe203
jre_minimal: document how to use a headless JDK
...
For a smaller image
2021-09-30 10:34:51 +02:00
github-actions[bot]
a70629a8e5
Merge master into staging-next
2021-09-27 18:01:07 +00:00
thomassdk
457ff3835c
doc: fix misspelling ( #139623 )
...
doc/builders/fetchers.chapter.md: fetcheres -> fetchers
2021-09-27 20:32:10 +08:00
github-actions[bot]
4b360da656
Merge master into staging-next
2021-09-27 12:01:15 +00:00
Justin Bedo
5309818bf7
doc: clarify location of rPackages overrides
...
Detail the location of rPackage overrides and how broken
builds should be addressed.
2021-09-26 07:29:58 +10:00
Justin Bedo
9bc37bff1a
rPackages: mark packages as broken when generating package sets
...
The current behaviour for generate-r-packages.R is to delete
packages that have been remove upstream. This patch changes the
behaviour to mark packages as broken rather than removing them.
This has the advantage of never breaking expressions, which
previously occured when a package with overrides in default.nix
was deleted. As a result, the update procedure is simplified,
allowing automated updates to the package tree to run, and
additionally if a package is re-established upstream the previous
overrides still exist.
2021-09-24 21:25:53 +10:00
github-actions[bot]
c836da689f
Merge staging-next into staging
2021-09-23 00:03:12 +00:00
Guillaume Girol
4bc83aaffa
Merge pull request #136489 from ehmry/nimPackages
...
nimpackages / buildNimPackage
2021-09-22 18:35:38 +00:00
Jörg Thalheim
e6c02cc4b4
nixpkgs/doc/glibc: better glibc link
...
also replace unicode symbol in case some environment cannot reproduce the
encoding or font symbol.
2021-09-22 20:29:41 +02:00
github-actions[bot]
2505488672
Merge staging-next into staging
2021-09-22 12:02:01 +00:00
Robin Stumm
5b0a3115c8
doc: rust: rephrase paragraph about cargoLock.lockFileContents
...
mentioning that `Cargo.lock` cannot be patched in the `patchPhase`
2021-09-22 20:32:19 +09:00
Robin Stumm
4771684208
doc: rust: simplify snippet
...
Do not use recursive attribute sets where not needed, it could confuse the reader.
2021-09-22 20:32:19 +09:00
Robin Stumm
4ab63a8ca8
doc: rust: improve clarity of example snippet
...
Make it more clear that the return type is a string.
Co-authored-by: figsoda <figsoda@pm.me>
2021-09-22 20:32:19 +09:00
Robin Stumm
4ecb3e8795
doc: rust: document cargoLock.lockFileContents
2021-09-22 20:32:19 +09:00
github-actions[bot]
5752e84b6c
Merge staging-next into staging
2021-09-21 18:01:49 +00:00
Robert Hensing
1648346444
Merge pull request #136022 from hercules-ci/fetcher-testing
...
Fetcher testing
2021-09-21 14:50:28 +02:00
github-actions[bot]
aff0e5c530
Merge staging-next into staging
2021-09-21 12:02:04 +00:00
ppom
896623dbe9
patchelf: fix homepage
2021-09-21 13:04:09 +02:00
Jörg Thalheim
a65e3b66cb
Merge pull request #137601 from fzakaria/faridzakaria/glibc-netbase
...
glibc: allow environment variable for /etc/ files (i.e. /etc/protocols)
2021-09-21 08:07:02 +01:00
Sandro
d4a03a75e9
Merge pull request #137243 from KarlJoad/octave-docs
...
octavePackages: add documentation
2021-09-20 11:54:51 +02:00
Théo Zimmermann
20291381c1
coqPackages.mkCoqDerivation: rely on namePrefix to compute default opam-name
...
As suggested by Cyril Cohen in https://github.com/NixOS/nixpkgs/pull/134362#discussion_r698379405 .
2021-09-20 11:10:23 +02:00
Farid Zakaria
4687d7523b
glibc: add dependency on netbase /etc/protocols
...
Add an explicit dependency on netbase for /etc/protocols
Certain functions in glibc look for files present in /etc such as getprotobyname which reads /etc/protocols.
If you are using Nix over a Linux installation, this file may not be present, and therefore it will cause errors.
- add netbase as a new package in nixpks
- add a dependency in glibc on it using postPatchPhase and substitute
the path
Fixes #124401
2021-09-19 19:37:56 -07:00
Robert Hensing
ac78ae80a4
invalidateFetcherByDrvHash move docs to manual
2021-09-19 20:27:32 +02:00
Robert Hensing
b502de6476
doc/builders/fetchers: Explain invalidateFetcherByDrvHash
2021-09-19 19:45:12 +02:00
Robert Hensing
f74b160832
doc/builders/fetchers: Document FOD caveats
2021-09-19 19:33:18 +02:00
Markus S. Wamser
b06ffb4b45
doc/rust: add missing fetchfromGitHub to derivation example
2021-09-19 16:41:11 +00:00
markuskowa
3333520a83
Merge pull request #138140 from markuskowa/fix-mpi-manual
...
nixpkgs/manual: add mvapich to overlays/mpi section
2021-09-17 10:48:01 +02:00
D Anzorge
d6c2bb73fb
doc/python: fix typo in example
2021-09-17 00:47:45 +02:00
Markus Kowalewski
05f3789ef8
nixpkgs/manual: add mvapich to overlays/mpi section
2021-09-16 15:16:47 +02:00
Karl Hallsby
a75b1fa5a9
octavePackages: add documentation
2021-09-12 00:03:29 -05:00
github-actions[bot]
58f8f1f058
Merge master into staging-next
2021-09-08 00:01:42 +00:00
Jan Tojnar
1e75936926
Merge pull request #130047 from NixOS/doc-manpage-role
...
doc: Add support for manpage references
2021-09-07 21:29:26 +02:00
Emery Hemingway
35de51aa26
Nim: Add documentation and GitHub metadata
2021-09-05 11:20:02 +02:00
Alyssa Ross
071a7a4583
Merge remote-tracking branch 'nixpkgs/master' into staging-next
2021-09-03 18:23:45 +00:00
Akshat
98a3230afa
remove a mention of #node.section.md
...
node.section.md has been removed so this commit removes the reference of it inside javascript.section.md
2021-09-03 21:45:20 +09:00
Alyssa Ross
c13cf1e76f
Merge remote-tracking branch 'nixpkgs/master' into staging-next
2021-09-01 07:47:01 +00:00
Pamplemousse
f48c175fb2
doc: clarification of dependencies related attributes
...
Signed-off-by: Pamplemousse <xav.maso@gmail.com>
2021-08-31 16:57:46 -07:00
happysalada
6c10f151a1
docs: update beam.section
2021-08-31 12:00:47 +09:00
github-actions[bot]
8fb1ff7c31
Merge master into staging-next
2021-08-26 18:01:02 +00:00
Martin Weinelt
7e1cdd2548
Merge pull request #133504 from Luis-Hebendanz/fix_firefox2
...
firefox: Added checks for new addon behaviour since v91
2021-08-26 19:51:08 +02:00
Dmitry Kalinkin
262fd63a72
Merge branch 'master' into staging-next
...
Conflicts:
pkgs/tools/networking/inetutils/default.nix
2021-08-26 00:57:08 -04:00
Sheena Artrip
91106928cf
doc/beam: fix syntax error in nix sample
2021-08-26 09:46:38 +09:00
github-actions[bot]
1bf55a993f
Merge master into staging-next
2021-08-26 00:01:37 +00:00
Martin Weinelt
304ed7c421
doc/python: explain bulk package set updates
2021-08-25 12:33:10 -07:00
Vladimír Čunát
70e05c1003
Merge branch 'master' into staging-next
2021-08-25 19:42:15 +02:00
Bill Ewanick
a2b179a3dc
Update doc/languages-frameworks/javascript.section.md
...
Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-08-25 09:02:06 +09:00
Bill Ewanick
dabd16e7f2
Adding dependency override example
2021-08-25 09:02:06 +09:00
Bill Ewanick
e89b36e4cb
Adding tips/searching section
2021-08-25 09:02:06 +09:00
Bill Ewanick
1b76da0cad
Minor corrections
2021-08-25 09:02:06 +09:00
Luis-Hebendanz
d031843a1e
firefox: Added checks for new addon behaviour since v91
2021-08-22 22:17:44 +02:00
Jan Tojnar
7a04c2ad68
Merge branch 'staging-next' into staging
...
- boost 171 removed on staging-next
- re-generated node-packages.nix
; Conflicts:
; pkgs/development/java-modules/m2install.nix
; pkgs/development/node-packages/node-packages.nix
; pkgs/top-level/all-packages.nix
2021-08-22 01:13:41 +02:00
Sandro
b2573f352e
Merge pull request #134578 from smancill/phase-hooks-use-strings
...
treewide: ensure pre/post phase hooks are strings
2021-08-21 14:49:30 +02:00
happysalada
71b36882e4
docs: move node section to javascript section
2021-08-21 16:21:59 +09:00
happysalada
9475d5339a
docs: add javascript section
2021-08-21 16:21:59 +09:00
Sebastián Mancilla
8f94a33b38
treewide: ensure pre/post phase hooks are strings
...
Some derivations use lib.optional or lib.optionals when setting pre/post
phase hooks. Ensure the proper lib.optionalString is used.
2021-08-20 19:08:42 -04:00
figsoda
4b93f966c5
doc: stdenv: document meta.mainProgram
2021-08-19 14:00:04 -04:00
github-actions[bot]
ef802e744e
Merge staging-next into staging
2021-08-17 18:01:53 +00:00
Ben Siraphob
6b7decf64b
Merge pull request #134413 from Zimmi48/package-hydra-battles
2021-08-17 08:32:21 -05:00
Théo Zimmermann
90654cce7d
coqPackages.mkCoqDerivation: fix useDune2
...
- Reuse build phase from the `buildDunePackage` function.
- Only install the package that was just built (useful for monorepo support).
- Introduces `opam-name` to override the default package name to build with Dune.
2021-08-17 14:38:47 +02:00
Jörg Thalheim
f251e39c45
Merge pull request #128134 from xaverdh/linux-package-set
...
move linux packages out of all-packages
2021-08-15 08:14:35 +01:00
Arnout Engelen
d09e0be1c4
nixpkgs-docs: when to prefer passthru.tests over installCheckPhase
...
And mention you can have either lightweight 'package' or
more heavyweight 'NixOS' (module) tests.
This was suggested at
https://github.com/ryantm/nixpkgs-update/issues/260#issuecomment-821287971
and discussed further at
https://github.com/NixOS/nixpkgs/pull/119731
2021-08-14 09:47:21 +02:00
Dominik Xaver Hörl
b4e9cd8596
docs: adjust to the new structure of kernel packages
2021-08-12 12:22:05 +02:00
Matthieu Coudron
fa1dedee47
doc: updated lua doc
...
mentions lua 5.4 + fixed an error
2021-08-09 21:37:58 +02:00
Matthieu Coudron
560a4e4e08
update-luarocks-packages: use pluginupdate.py
...
Trying to reuse the update scripts used by kakoune/vim to provide the
user with an unified convergence. Some stuff doesn't work yet (parallel
download, caching) but I (anyone else welcome to try too) will improve
it in other PRs.
2021-08-09 21:37:56 +02:00
Doron Behar
d74960e8db
Merge pull request #105494 from alunduil/missing-operator-mapAttr-doc
2021-08-07 17:14:41 +00:00
zowoq
a4461b97c6
buildGoModule: add proxyVendor
2021-08-06 09:10:09 +10:00
zowoq
b60dde0c1e
buildGo{Module,Package}: add tags
argument
...
Simpler method of setting tags rather than using some combination of buildFlags, buildFlagsArray, preBuild, etc
Using `lib.concatStringsSep ","` as space separated tags are deprecated in go.
2021-08-06 09:09:58 +10:00
Kid
8d65161801
doc: remove unnecessary parentheses
2021-08-05 21:57:20 +08:00
adisbladis
f09a770d9c
Merge pull request #130021 from neosimsim/fix-emacs-override-examples
...
emacs: fix overrideScope' examples
2021-08-04 03:08:33 -05:00
Manuel Bärenz
8c0be16075
adga: Add test for all packages
2021-08-03 13:33:59 +02:00
Manuel Bärenz
c84b60b2a9
agda.section.md: Lay out Agda maintenance guidelines
2021-08-03 13:33:59 +02:00
Jörg Thalheim
5f31fe07cc
Merge pull request #132351 from figsoda/rust-doc
...
doc: rust: improve documentation on cargoLock.lockFile
2021-08-02 21:23:09 +01:00
davidak
2859cc8aa0
Merge pull request #130207 from hercules-ci/passthru-sensible-timeout
...
doc/coding-conventions: Increase passthru test timeout 3s -> 60s
2021-08-02 07:43:02 +02:00
figsoda
a3925908e4
doc: rust: improve documentation on cargoLock.lockFile
2021-08-01 17:01:13 -04:00
Alyssa Ross
fc11b5eaa4
doc: rust: add missing semicolon
2021-07-30 08:37:25 +00:00
Ryan Mulligan
9e55528940
Merge pull request #126001 from est31/master
...
Add the -a param to the docs
2021-07-28 12:00:47 -07:00
Niklas Hambüchen
fe5f3f65e2
manuals: Describe how to link NixOS tests from packages
2021-07-27 17:39:33 +02:00
Martin Weinelt
12e2b98017
Merge branch 'master' into staging-next
2021-07-19 23:16:25 +02:00
Guillaume Girol
23462c6941
Merge pull request #130206 from symphorien/treesitter-doc
...
vimPlugins.nvim-treesitter: document plugins
2021-07-19 19:07:37 +00:00
Guillaume Girol
f620722174
vimPlugins.nvim-treesitter: document plugins
2021-07-18 14:40:49 +02:00
github-actions[bot]
fa7a791586
Merge master into staging-next
2021-07-16 00:01:36 +00:00
Robert Hensing
840fd0a4f8
doc/coding-conventions: Increase passthru test timeout 3s -> 60s
...
3s is too small a margin for a loaded slow system to start a bloated
program.
This leads to problems when tests are written on decent dev hardware
but later run on build farms of potentially slower hardware,
particularly in the case of non x86.
The chance of needing the timeout is actually very small, so those
rare 57s are a reasonable price to pay for fewer timeouts on build
farms, each of which should be investigated and usually fixed by
increasing the timeout.
2021-07-14 19:03:58 +02:00
Jan Tojnar
da95ab11b4
doc: Add helper for converting DocBook files to Markdown
2021-07-13 02:21:22 +02:00
Jan Tojnar
04b59b0328
doc: Linkify man page references
2021-07-13 02:21:22 +02:00
Jan Tojnar
c9139dfa1a
doc: Add support for MyST roles
...
Officially, only the manpage role is supported at the moment.
Unlike in rST, the syntax uses braces instead of colons:
{manpage}`nix.conf(5)`
2021-07-13 02:10:57 +02:00
Jan Tojnar
df55fbb62a
doc: comment lua scripts
2021-07-12 22:57:29 +02:00
Jan Tojnar
a49d36b979
doc: Move lua filters to subdirectory
2021-07-12 22:57:28 +02:00
Alexander Ben Nasrallah
c81250a1d3
emacs: fix overrideScope' examples
2021-07-12 16:48:10 +02:00
Mauricio Scheffer
a7784fe00a
buildFHSUserEnv: document profile
parameter
2021-07-11 18:12:19 +01:00
Dmitry Kalinkin
280e629ee0
Merge branch 'master' into staging-next
2021-07-08 04:38:15 -04:00