about summary refs log tree commit diff
Commit message (Collapse)AuthorAge
* nixos/kubernetes: add defaultText for addons options using top.*pennae2021-12-09
| | | | | | the kubernetes modules cross-reference their config using an additional shortcut binding `top = config.services.kubernetes`, expand those to defaultText like `cfg` previously.
* treewide: set defaultText for options using simple path defaultspennae2021-12-09
| | | | | adds defaultText for all options that set their default to a path expression using the ubiquitous `cfg` shortcut bindings.
* nixos/journalbeat: remove support for versions < 6pennae2021-12-08
| | | | | nixos no longer ships journalbeat 5 and hasn't since at least 20.09. remove checks for older versions from the module.
* nixos/modules: Allow options to be coerced to a string for convenienceSilvan Mosberger2021-12-08
|
* Merge pull request #147517 from dotlambda/abcmidi-2021.11.25Sandro2021-11-30
|\
| * abcmidi: 2021.10.15 -> 2021.11.25Robert Schütz2021-11-26
| |
* | Merge pull request #147436 from jtojnar/sharedownSandro2021-11-30
|\ \
| * | sharedown: 2.0.0 → 3.0.1Jan Tojnar2021-11-26
| |/ | | | | | | | | | | | | https://github.com/kylon/Sharedown/releases/tag/3.0.0 https://github.com/kylon/Sharedown/releases/tag/3.0.1 Also fix the update script (the source needs to be updated before we can re-generate the lockfile.)
* | Merge pull request #147074 from dotlambda/pikepdf-4.0.2Sandro2021-11-30
|\ \
| * | python3Packages.pikepdf: 4.0.1.post1 -> 4.0.2Robert Schütz2021-11-22
| | |
* | | Merge pull request #146972 from mkg20001/nvx11Sandro2021-11-30
|\ \ \
| * | | nvidia_x11: add production aliasMaciej Krüger2021-11-22
| | | | | | | | | | | | | | | | As described on https://www.nvidia.com/en-us/drivers/unix/ this refers to the production branch
* | | | Merge pull request #147488 from mweinelt/ldnsSandro2021-11-30
|\ \ \ \
| * | | | ldns: 1.7.1 -> 1.8.0Martin Weinelt2021-11-26
| | | | |
* | | | | cdesktopenv: fix build on upcoming binutils-2.36 (#146750)Sergei Trofimovich2021-11-30
| | | | | | | | | | | | | | | Co-authored-by: Sandro <sandro.jaeckel@gmail.com>
* | | | | Merge pull request #146569 from WolfangAukang/qflipperSandro2021-11-30
|\ \ \ \ \
| * | | | | qflipper: init at 0.5.3P. R. d. O2021-11-16
| | | | | |
* | | | | | Merge pull request #146044 from Atemu/update/linux_lqxSandro2021-11-30
|\ \ \ \ \ \
| * | | | | | linux_lqx: 5.14.17 -> 5.14.18Atemu2021-11-13
| | | | | | |
| * | | | | | linux_lqx: 5.14.16 -> 5.14.17Atemu2021-11-13
| | | | | | |
* | | | | | | Merge pull request #142645 from Flakebi/saltSandro2021-11-30
|\ \ \ \ \ \ \
| * | | | | | | salt: 3003.3 -> 3004Flakebi2021-10-23
| | | | | | | |
* | | | | | | | Merge pull request #144084 from trofi/update-cviseSandro2021-11-30
|\ \ \ \ \ \ \ \
| * | | | | | | | cvise: 2.3.0 -> 2.4.0Sergei Trofimovich2021-11-15
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Add new python3Packages.chardet dependency and switch to latest llvm. cvise does a good job supporting llvm version range.
* | | | | | | | | Merge pull request #147721 from illdefined/bakeliteSandro2021-11-30
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | bakelite: init at unstable-2021-10-19Mikael Voss2021-11-28
| | | | | | | | | |
* | | | | | | | | | Merge pull request #144969 from trofi/fix-freesweep-for-ncurses-6.13Artturi2021-11-30
|\ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | freesweep: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-07
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: gpl.c:416:25: error: format not a string literal and no format arguments [-Werror=format-security] 416 | mvwprintw(GPLWin,CurrentY++,2,Messages[CurrentLine++]); | ^~~~~~~~~ While at it also pull fix for tool chains that default to -fno-common.
* | | | | | | | | | | Merge pull request #147674 from trofi/fix-cdrkit-on-fno-commonSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | cdrkit: fix -fno-common buildSergei Trofimovich2021-11-28
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build on toolchain with `-fno-common` default fails as: $ nix build --impure --expr 'with import ./. {}; cdrkit.override { stdenv = clang12Stdenv; }' -L ... cdrkit> ld: CMakeFiles/genisoimage.dir/apple.o:(.bss+0x2040): multiple definition of `outfile'; CMakeFiles/genisoimage.dir/genisoimage.o:(.bss+0x280): first defined here
* | | | | | | | | | | | Merge pull request #147666 from ylh/patch-vcsSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | vcs: substitute standalone getopt outside of linuxYestin L. Harrison2021-11-27
| | | | | | | | | | | | |
* | | | | | | | | | | | | Merge pull request #147066 from smancill/python3-pyahocorasick-upstream-patchSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | python3Packages.pyahocorasick: use upstream patchSebastián Mancilla2021-11-22
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to 46c3452a16a (python3Packages.pyahocorasick: fix build on Hydra (x86_64-darwin), 2021-11-21), now with upstream patch.
* | | | | | | | | | | | | | Merge pull request #147065 from smancill/python3-ledgerwallet-upstream-patchSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | python3Packages.ledgerwallet: use upstream patchSebastián Mancilla2021-11-22
| |/ / / / / / / / / / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Follow up to 5d56c78f373 (python3Packages.ledgerwallet: fix build, 2021-11-17), now with upstream patch.
* | | | | | | | | | | | | | Merge pull request #147416 from erictapen/scribusUnstableSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | scribusUnstable: patch for harfbuzz 3.0Kerstin Humm2021-11-25
| | | | | | | | | | | | | | |
| * | | | | | | | | | | | | | scribusUnstable: clarify licenseKerstin Humm2021-11-25
| | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | Merge pull request #147196 from trofi/fix-bviplus-for-ncurses-6.3Sandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | bviplus: pull pending upstream inclusion fix for ncurses-6.3Sergei Trofimovich2021-11-23
| | |/ / / / / / / / / / / / / | |/| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the fix build on ncurses-6.3 fails as: creadline.c:71:3: error: format not a string literal and no format arguments [-Werror=format-security] 71 | mvwprintw(w, y, x, prompt); | ^~~~~~~~~
* | | | | | | | | | | | | | | Merge pull request #147844 from mkg20001/cinMaciej Krüger2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | cinnamon.*: apply nixpkgs-fmtMaciej Krüger2021-11-29
| | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | Merge pull request #144399 from r-ryantm/auto-update/libmysofaArtturi2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | libmysofa: 1.2 -> 1.2.1R. Ryantm2021-11-03
| | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | Merge pull request #147549 from trofi/fix-gst-plugins-bad-on-gcc-11Sandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | gst_all_1.gst-plugins-bad: fix gcc-11 build by applying fix unconditionallySergei Trofimovich2021-11-26
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Without the change build on `gcc-11` fails as: $ nix build --impure --expr 'with import ./. {}; gst_all_1.gst-plugins-bad.override { stdenv = gcc11Stdenv; }' -L ... include/glib-2.0/glib/gatomic.h:113:19: error: argument 2 of '__atomic_load' must not be a pointer to a 'volatile' type 113 | __atomic_load (gapg_temp_atomic, &gapg_temp_newval, __ATOMIC_SEQ_CST); \ | ~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
* | | | | | | | | | | | | | | | | | Merge pull request #147578 from rhoriguchi/solaarSandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \
| * | | | | | | | | | | | | | | | | | solaar: 1.0.7 -> 1.1.0Ryan Horiguchi2021-11-27
| | | | | | | | | | | | | | | | | | |
* | | | | | | | | | | | | | | | | | | Merge pull request #146922 from hjones2199/indi193Sandro2021-11-30
|\ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \ \