Commit graph

302616 commits

Author SHA1 Message Date
Sandro d5bd34ebf2
treewide: convert phases that contain ":" to dont* = true (#130500) 2021-07-18 23:42:48 +02:00
Sander van der Burg 967d40bec1
Merge pull request #130565 from svanderburg/add-fs-uae-frontend
fs-uae-launcher: init at 3.0.5
2021-07-18 23:22:44 +02:00
Maximilian Bosch fc98ebad15
Merge pull request #130577 from maxeaubrey/maxine-add-to-maintainers
pkgs: add maxeaubrey to maintainers
2021-07-18 21:52:22 +02:00
Maximilian Bosch 651fd8be10
Merge pull request #130554 from risicle/ris-qemu-CVE-2021-3546
qemu: add patches for CVE-2021-3545, CVE-2021-3546
2021-07-18 21:51:37 +02:00
Maxine Aubrey dbf4e2980d
pkgs: add maxeaubrey to maintainers 2021-07-18 21:23:26 +02:00
Maximilian Bosch 5f4b3ceeeb
Merge pull request #130553 from maxeaubrey/rl_21.11_fixup
nixos/doc: update EOL of 21.11
2021-07-18 21:09:34 +02:00
Maximilian Bosch 7961d53cbc
Merge pull request #130562 from TredwellGit/linux
Kernels 2021-07-18
2021-07-18 20:55:13 +02:00
Bernardo Meurer eb0aa6ea31
Merge pull request #130398 from andresilva/ledger-live-2.30.0
ledger-live-desktop: 2.29.0 -> 2.30.0
2021-07-18 11:00:12 -07:00
Bernardo Meurer 1997eb3531
Merge pull request #130418 from figsoda/null-ls.nvim
vimPlugins.null-ls-nvim: init at 2021-07-14
2021-07-18 10:56:58 -07:00
Robert Hensing 6d29becbd3
Merge pull request #124353 from hercules-ci/small-enum-description
lib.types.enum: Improve description for lengths 0 and 1
2021-07-18 19:08:49 +02:00
Robert Hensing 03a17d756a
Merge pull request #130204 from Luflosi/postcss-cli-add-tests
nodePackages.postcss-cli: add passthru.tests
2021-07-18 19:07:26 +02:00
Daniël de Kok b2fac1cfe0
Merge pull request #130462 from rski/importCargoLock
rustPlatform.importCargoLock: add an assert for old Cargo.locks
2021-07-18 18:57:48 +02:00
Kid b3d80503cf du-dust: add meta.mainProgram 2021-07-18 18:52:31 +02:00
Robert Hensing c8c84795b4
Merge pull request #130114 from roberth/fix-neo4j-JAVA_HOME
Fix neo4j java home
2021-07-18 18:51:27 +02:00
Sander van der Burg f123928ec1 fs-uae-launcher: init at 3.0.5 2021-07-18 18:39:13 +02:00
Aaron Andersen 01c6894d1d
Merge pull request #129290 from r-ryantm/auto-update/kodi-pvr-hdhomerun
kodiPackages.pvr-hdhomerun: 7.1.0 -> 7.1.1
2021-07-18 12:18:26 -04:00
TredwellGit f011a85f28 linux/hardened/patches/5.4: 5.4.130-hardened1 -> 5.4.132-hardened1 2021-07-18 15:47:33 +00:00
TredwellGit e6ed15ffc4 linux/hardened/patches/5.12: 5.12.15-hardened1 -> 5.12.17-hardened1 2021-07-18 15:47:32 +00:00
TredwellGit b724837096 linux/hardened/patches/5.10: 5.10.48-hardened1 -> 5.10.50-hardened1 2021-07-18 15:47:31 +00:00
TredwellGit 888c46fe62 linux/hardened/patches/4.19: 4.19.196-hardened1 -> 4.19.197-hardened1 2021-07-18 15:47:30 +00:00
TredwellGit 73667e11f3 linux/hardened/patches/4.14: 4.14.238-hardened1 -> 4.14.239-hardened1 2021-07-18 15:47:29 +00:00
TredwellGit 9e7fd90e15 linux-rt_5_10: 5.10.47-rt45 -> 5.10.47-rt46 2021-07-18 15:46:57 +00:00
TredwellGit 5d99998e07 linux: 5.4.130 -> 5.4.132 2021-07-18 15:46:23 +00:00
TredwellGit 677dcff2aa linux: 5.12.15 -> 5.12.17 2021-07-18 15:46:18 +00:00
TredwellGit a2259ae9a6 linux: 5.10.48 -> 5.10.50 2021-07-18 15:46:13 +00:00
TredwellGit cb978946c1 linux: 4.19.196 -> 4.19.197 2021-07-18 15:46:06 +00:00
TredwellGit e3eace9baa linux: 4.14.238 -> 4.14.239 2021-07-18 15:46:00 +00:00
Romanos Skiadas 23dd37dd5e rustPlatform.importCargoLock: add an assert for old Cargo.locks
near the end of 2019, the default Cargo.lock format was changed to
[[package]]
checksum = ...

This is what importCargoLock assumes. If the crate had not been `cargo
update`'d with a more recent toolchain than the one with the new
format as default, importCargoLock would fail when trying to access
pkg.checksum.

I ran into such a case (shamefully, in my own crate) and it took me a
while to figure out what was going on, so here is an assert with a
more user friendly message and a hint.
2021-07-18 18:19:50 +03:00
Maxine Aubrey 1bc6f38000
nixos/doc: update EOL of 21.11 2021-07-18 16:04:13 +02:00
Robert Scott 20117e607d
Merge pull request #130539 from prusnak/pythonImportCheck-typo
python3Packages.{flask-restx,h2}: fix typo (pythonImportCheck -> pythonImportsCheck)
2021-07-18 15:00:05 +01:00
Robert Scott cddea297f2 qemu: add patches for CVE-2021-3545 & CVE-2021-3546 2021-07-18 14:49:50 +01:00
Ben Siraphob 64c4e4bcce
Merge pull request #130322 from endocrimes/dani/docker-compose
pythonPackages.docker: 4.4.4 -> 5.0.0, docker-compose: 1.28.6 -> 1.29.2
2021-07-18 19:35:56 +07:00
Jörg Thalheim 9112f6ffd8
Merge pull request #130512 from babbaj/looking-glass-b4
looking-glass-client: B3 -> B4
2021-07-18 13:18:05 +01:00
Luflosi 703b9b144c
nodePackages.postcss-cli: add passthru.tests 2021-07-18 14:05:57 +02:00
Robert Hensing cd8ad180e6
Merge pull request #130537 from Luflosi/add-autoprefixer
nodePackages.autoprefixer: init at 10.3.1
2021-07-18 13:16:54 +02:00
Jörg Thalheim aa5d9ad832
Merge pull request #130520 from Mic92/telegraf
nixos/telegraf: don't run as nogroup
2021-07-18 12:08:39 +01:00
Jörg Thalheim e99777e928
Merge pull request #130531 from kidonng/patch-2
smartmontools: add meta.mainProgram
2021-07-18 11:55:00 +01:00
Jörg Thalheim 9a96cf3c8c
Merge pull request #130532 from kidonng/man-db
man-db: add meta.mainProgram
2021-07-18 11:54:31 +01:00
Jörg Thalheim f00db7afbf
Merge pull request #130523 from Mic92/deltachat-electron
deltachat-electron: 1.15.5 -> 1.20.3
2021-07-18 11:54:00 +01:00
Kid c32d6f8cbd man-db: add meta.mainProgram 2021-07-18 10:52:40 +00:00
Pavol Rusnak 986862fc8f
python3Packages.flask-restx: fix typo (pythonImportCheck -> pythonImportsCheck) 2021-07-18 12:26:49 +02:00
Pavol Rusnak 6ec2fcefd2
python3Packages.h2: fix typo (pythonImportCheck -> pythonImportsCheck) 2021-07-18 12:26:11 +02:00
Luflosi 3a7405c1be
nodePackages.autoprefixer: init at 10.3.1 2021-07-18 12:08:31 +02:00
Kid 14d592728d
smartmontools: add meta.mainProgram 2021-07-18 17:28:33 +08:00
Jörg Thalheim 6626933865
Merge pull request #130517 from Mic92/pcalc
pcalc: 20141224 -> 20181202
2021-07-18 10:14:11 +01:00
Jörg Thalheim e0e8b0f5bb
Merge pull request #130518 from Mic92/lxappearance
lxappearance: add wrapGAppsHook
2021-07-18 10:13:15 +01:00
Mario Rodas 2953cddf9a python38Packages.cherrypy: fix build on darwin 2021-07-18 11:12:45 +02:00
Jörg Thalheim c24fa221ab nixos/telegraf: improve documentation 2021-07-18 09:40:42 +02:00
Jörg Thalheim 43a223586f deltachat-electron: 1.15.5 -> 1.20.3 2021-07-18 09:38:58 +02:00
Jörg Thalheim cc56dc078d nixos/telegraf: don't run as nogroup 2021-07-18 08:54:45 +02:00