| Commit message (Expand) | Author | Age | Files | Lines |
| * | Merge pull request #215181 from SuperSandro2000/contributing-pname | Valentin Gagarin | 2023-02-07 | 1 | -2/+2 |
| |\ |
|
| | * | doc/contributing: remove last references to name•••pname+version should be used everywhere, so lets clean this up
| Sandro Jäckel | 2023-02-07 | 1 | -2/+2 |
| * | | Merge pull request #215121 from ncfavier/doc-gitignore | Valentin Gagarin | 2023-02-07 | 1 | -2/+1 |
| |\ \ |
|
| | * | | doc: use `gitignoreSource`•••Running `make -C doc` to build the manual locally leaves .xml artifacts
in the tree. These are ignored by git, but they still get included in
the build when not using flakes, which causes the corresponding chapters
not to be built.
| Naïm Favier | 2023-02-07 | 1 | -2/+1 |
| * | | | Merge pull request #215114 from ncfavier/fixup-212642 | Valentin Gagarin | 2023-02-07 | 1 | -2/+3 |
| |\ \ \
| |_|/
|/| | |
|
| | * | | doc/stdenv: fixup #212642 | Naïm Favier | 2023-02-07 | 1 | -2/+3 |
| | |/ |
|
| * | | Merge pull request #214304 from obsidiansystems/pkg-config-meta•••meta.pkgConfigModules: Init convention | John Ericson | 2023-02-06 | 1 | -3/+45 |
| |\ \ |
|
| | * | | meta.pkgConfigModules: Init convention•••See docs.
Follow-up work:
- Existing packages should be converted
- `defaultPkgConfigPackages` should assert on `meta.pkgConfigModules`
and let `tests.pkg-config` alone test the build results.
CC @sternenseemann
Co-authored-by: Robert Hensing <roberth@users.noreply.github.com>
| John Ericson | 2023-02-03 | 1 | -3/+45 |
| | |/ |
|
| * | | Merge pull request #214612 from stephank/feat/swift-docs•••doc: add section on swift | Domen Kožar | 2023-02-06 | 2 | -0/+177 |
| |\ \ |
|
| | * | | doc: add section on swift | Stéphan Kochen | 2023-02-04 | 2 | -0/+177 |
| | |/ |
|
| * | | treewide: fix backwards smart apostrophes•••According to the Unicode Standard, you should use U+2019 RIGHT SINGLE
QUOTATION MARK for apostrophes [1]. Before this change, some of the text
in this repo would use U+2018 LEFT SINGLE QUOTATION MARKs instead.
[1]: https://www.unicode.org/versions/Unicode15.0.0/ch06.pdf#G12411
| Jason Yundt | 2023-02-06 | 1 | -2/+2 |
| * | | Merge pull request #214763 from lheckemann/doc-requirefile•••fetchers: document requireFile | Linus Heckemann | 2023-02-05 | 1 | -0/+27 |
| |\ \
| |/
|/| |
|
| | * | fetchers: document requireFile | Linus Heckemann | 2023-02-05 | 1 | -0/+27 |
| * | | nixos/doc: fix typo in python.section.md | André Schröder | 2023-02-01 | 1 | -1/+1 |
| * | | Merge master into staging-next | github-actions[bot] | 2023-01-31 | 1 | -9/+5 |
| |\ \ |
|
| | * \ | Merge pull request #212684 from pennae/nixos-render-docs•••nixos-render-docs: init, use for some manual rendering to docbook | pennae | 2023-01-30 | 1 | -9/+5 |
| | |\ \ |
|
| | | * | | nixos/manual: render module chapters with nixos-render-docs•••this converts meta.doc into an md pointer, not an xml pointer. since we
no longer need xml for manual chapters we can also remove support for
manual chapters from md-to-db.sh
since pandoc converts smart quotes to docbook quote elements and our
nixos-render-docs does not we lose this distinction in the rendered
output. that's probably not that bad, our stylesheet didn't make use of
this anyway (and pre-23.05 versions of the chapters didn't use quote
elements either).
also updates the nixpkgs manual to clarify that option docs support all
extensions (although it doesn't support headings at all, so heading
anchors don't work by extension).
| pennae | 2023-01-27 | 1 | -9/+5 |
| * | | | | Merge master into staging-next | github-actions[bot] | 2023-01-30 | 3 | -0/+23 |
| |\| | | |
|
| | * | | | Merge pull request #212282 from hercules-ci/pkg-config-packages•••defaultPkgConfigPackages: init | Robert Hensing | 2023-01-30 | 3 | -0/+23 |
| | |\ \ \ |
|
| | | * | | | testers.hasPkgConfigModule: Extract and add tests, docs | Robert Hensing | 2023-01-30 | 1 | -0/+13 |
| | | * | | | pkg-configPackages -> defaultPkgConfigPackages•••This better reflects the purpose of the package set, while leaving
room for a fancier, more complete implementation of the concept,
with a nicer name.
| Robert Hensing | 2023-01-29 | 1 | -1/+1 |
| | | * | | | doc: Add pkg-config section | Robert Hensing | 2023-01-29 | 2 | -0/+10 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2023-01-29 | 1 | -1/+5 |
| |\| | | | |
|
| | * | | | | Merge pull request #208793 from hadilq/androidenv/cmdline-tools-and-patcher•••androidenv: Implement cmdline-tools and patcher | Artturi | 2023-01-29 | 1 | -1/+5 |
| | |\ \ \ \
| | |/ / /
| |/| | | |
|
| | | * | | | androidenv: Implement cmdline-tools and patcher•••- Replace cmdline-tools with tools because tools is obsolete now.
- Depend emulator package to systemImages
androidenv: fix issues on the PR
androidenv: reformat
androidenv: support excluding of `tools` package
androidenv: provide `tools`, and `build-tools`, dependencies
androidenv: replace includeTools with toolsVersion
androidenv: fix a typo
androidenv: add tests to check licenses and installed packages
androidenv: check if tests are running! this commit should fail!
androidenv: fix problems in the review https://github.com/NixOS/nixpkgs/pull/208793
androidenv: add test-suite to handle more tests around
androidenv: fix the test after couldn't running them with ofborg
Update pkgs/development/mobile/androidenv/build-tools.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
androidenv: Resolving https://github.com/NixOS/nixpkgs/pull/208793#discussion_r1065851539
Update pkgs/development/mobile/androidenv/cmdline-tools.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
Update pkgs/development/mobile/androidenv/tools.nix
Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
androidenv: fix a typo
| Hadi | 2023-01-27 | 1 | -1/+5 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2023-01-29 | 1 | -3/+3 |
| |\| | | | |
|
| | * | | | | doc/python: fix attr name for unittestCheckHook flags•••The name should end in Array per the current conventions.
This change also contains some minor formatting fixes, as the heading
levels were inconsistent.
| Noah Fontes | 2023-01-28 | 1 | -3/+3 |
| | |/ / / |
|
| * | | | | Merge remote-tracking branch 'origin/master' into staging-next | Martin Weinelt | 2023-01-27 | 2 | -1/+6 |
| |\| | | |
|
| | * | | | Merge pull request #205646 from symphorien/ocamlconflict•••ocamlPackages.findlib: detect conflicts of version early | Guillaume Girol | 2023-01-27 | 1 | -0/+5 |
| | |\ \ \ |
|
| | | * | | | ocamlPackages.findlib: detect conflicts of version early•••just like pythonCatchConflictHook
| Guillaume Girol | 2023-01-03 | 1 | -0/+5 |
| | * | | | | fix: doc typo | Matthew Kenigsberg | 2023-01-26 | 1 | -1/+1 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2023-01-26 | 1 | -2/+2 |
| |\| | | | |
|
| | * | | | | Merge pull request #212642 from ncfavier/doc-check-phase | Naïm Favier | 2023-01-26 | 1 | -2/+2 |
| | |\ \ \ \
| | |_|/ /
| |/| | | |
|
| | | * | | | doc/stdenv: clarify default check target | Naïm Favier | 2023-01-25 | 1 | -2/+2 |
| * | | | | | Merge master into staging-next | github-actions[bot] | 2023-01-25 | 1 | -0/+6 |
| |\| | | | |
|
| | * | | | | postgresqlTestHook: run postgresqlTestSetupPost hook after setting up | Nick Cao | 2023-01-25 | 1 | -0/+6 |
| | | |_|/
| |/| | |
|
| * | | | | Merge master into staging-next | github-actions[bot] | 2023-01-24 | 3 | -5/+5 |
| |\| | | |
|
| | * | | | doc: fix broken links | Naïm Favier | 2023-01-24 | 3 | -5/+5 |
| | |/ / |
|
| * | | | Merge branch 'master' into staging-next•••Trivial conflict in release notes, except that the xml/docbook parts
are horrible for (semi-)automatic conflict resolution.
Fortunately that's generated anyway.
| Vladimír Čunát | 2023-01-24 | 1 | -3/+3 |
| |\| | |
|
| | * | | dotnet-sdk_5: remove package•••It's EOL and not used in nixpkgs anymore
| mdarocha | 2023-01-23 | 1 | -3/+3 |
| * | | | Merge master into staging-next | github-actions[bot] | 2023-01-23 | 1 | -1/+1 |
| |\| | |
|
| | * | | doc/langauge-frameworks/beam: fix broken link to `elixir-ls` | Noah Snelson | 2023-01-22 | 1 | -1/+1 |
| * | | | Merge master into staging-next | github-actions[bot] | 2023-01-22 | 1 | -1/+4 |
| |\| | |
|
| | * | | doc/manpage-urls.json: add gnunet.conf | Naïm Favier | 2023-01-21 | 1 | -0/+1 |
| | * | | doc/manpage-urls.json: add mpd | Naïm Favier | 2023-01-21 | 1 | -1/+3 |
| * | | | Merge branch 'nativeCheckInputs' into staging-nativeCheckInputs | Guillaume Girol | 2023-01-21 | 5 | -35/+43 |
| |\| | |
|
| | * | | doc: adapt to nativeCheckInputs | Guillaume Girol | 2023-01-21 | 3 | -15/+23 |
| | * | | cross-compilation.chapter.md: correct doCheck conditional | Artturin | 2023-01-20 | 1 | -1/+1 |
| | * | | doc/haskell: nits•••These are some suggested changes to the new documentation of Haskell in
the Nixpkgs manual. They cover sections until, but excluding, the
section "Available package versions". I am not an English native
speaker, so please correct me and savage these changes!
Also, please let me know if the suggestions are welcome, then I will
continue with the next chapter.
| Dominik Schrempf | 2023-01-18 | 1 | -19/+19 |
| * | | | Merge pull request #211082 from hercules-ci/fix-issue-16182•••Fix issue 16182 `Error: _assignFirst found no valid variant!` | Robert Hensing | 2023-01-19 | 1 | -1/+1 |
| |\ \ \
| |/ /
|/| | |
|