Commit Graph

449199 Commits

Author SHA1 Message Date
Fabian Affolter
7ec7c3fed7 python310Packages.pytautulli: add changelog to meta 2023-01-29 10:45:21 +01:00
Anderson Torres
284a13e4f1
Merge pull request #213276 from atorres1985-contrib/bmake
bmake: 20220928 -> 20230126
2023-01-29 06:43:38 -03:00
Anderson Torres
abbb4d3235
Merge pull request #213308 from r-ryantm/auto-update/pekwm
pekwm: 0.2.1 -> 0.3.0
2023-01-29 06:42:20 -03:00
Fabian Affolter
37b4356a43 python310Packages.pyuptimerobot: 22.2.0 -> 23.1.0
Diff: https://github.com/ludeeus/pyuptimerobot/compare/refs/tags/22.2.0...23.1.0

Changelog: https://github.com/ludeeus/pyuptimerobot/releases/tag/23.1.0
2023-01-29 10:42:16 +01:00
Fabian Affolter
a43bf99634 python310Packages.pyuptimerobot: add changelog to meta 2023-01-29 10:41:16 +01:00
R. Ryantm
73b810b140 shiori: 1.5.3 -> 1.5.4 2023-01-29 09:38:07 +00:00
Fabian Affolter
bdddb61a54 python310Packages.govee-ble: 0.21.1 -> 0.22.0
Diff: https://github.com/Bluetooth-Devices/govee-ble/compare/refs/tags/v0.21.1...v0.22.0

Changelog: https://github.com/bluetooth-devices/govee-ble/blob/v0.22.0/CHANGELOG.md
2023-01-29 10:35:49 +01:00
Fabian Affolter
bc4190becd python310Packages.govee-ble: add changelog to meta 2023-01-29 10:35:16 +01:00
Fabian Affolter
ad134b2b80 python310Packages.boschshcpy: 0.2.48 -> 0.2.51
Diff: https://github.com/tschamm/boschshcpy/compare/0.2.48...0.2.51
2023-01-29 10:34:08 +01:00
Fabian Affolter
1762ad8be0
python310Packages.pytradfri: update disabled 2023-01-29 10:31:58 +01:00
Fabian Affolter
7453c464eb
python310Packages.pytradfri: add changelog to meta 2023-01-29 10:31:33 +01:00
Weijia Wang
e831219a57
Merge pull request #212822 from wegank/scooby-bump
python310Packages.scooby: 0.7.0 -> 0.7.1
2023-01-29 10:30:56 +01:00
Weijia Wang
5e9d8810bd
Merge pull request #213262 from marsam/update-nelua
nelua: 2022-11-20 -> 2023-01-21
2023-01-29 10:16:51 +01:00
Mario Rodas
0d95c09a00 cmark: update meta 2023-01-29 09:15:00 +00:00
R. Ryantm
400949d5de cmark: 0.30.2 -> 0.30.3 2023-01-29 09:14:33 +00:00
Weijia Wang
2d176b64f1
Merge pull request #212834 from wegank/fastparquet-bump
python310Packages.fastparquet: 2022.12.0 -> 2023.1.0
2023-01-29 10:09:24 +01:00
zendo
388b6fa516 lxgw-neoxihei: init at 1.005 2023-01-29 16:54:06 +08:00
Robert Hensing
974d331e14 pkg-config-data.json: Remove m and pthread
These aren't actually pkg-config packages, but packages that
happen to be in cabal2nix's mapping for cabal reasons. They do not
belong in this file.
2023-01-29 09:51:55 +01:00
Robert Hensing
3be7ea8c89 top-level/pkg-config: Make tests easy to find 2023-01-29 09:51:55 +01:00
Robert Hensing
811bf8ade0 pkg-config-data.json: Add version 2023-01-29 09:51:55 +01:00
Robert Hensing
09eb09b9c5 pkg-config-data.json: Encode platform support 2023-01-29 09:51:55 +01:00
Robert Hensing
81a541e6b6 defaultPkgConfigPackages: Make it JSON
With a bit of help from:

```
nix-repl> :b (formats.json {}).generate "hi" { modules = lib.mapAttrs (k: v: { attrPath = v; }) (p (paths [] pkgs // { stdenv = { isDarwin = false; isLinux = false; };})); }
```
2023-01-29 09:51:55 +01:00
Robert Hensing
a010129bf8 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.
2023-01-29 09:51:55 +01:00
Robert Hensing
90fdbf5f39 Revert "zlib: Add tests.pkg-configPackages"
`passthru.tests` is an interesting addition, but it is too manual
of a solution, and is unlikely to be as useful as it needs to be
to cover its cost of adding this to a ton of packages.

This reverts commit c25dd2f01e93d79237c56b61f51c034616be0a11.
2023-01-29 09:51:55 +01:00
Robert Hensing
159ad20b89 doc: Add pkg-config section 2023-01-29 09:51:54 +01:00
Robert Hensing
75a70ff129 pkg-configPackages: Fixes for darwin 2023-01-29 09:51:54 +01:00
Robert Hensing
2d4e78fb8b tests.pkg-configPackages: Copy meta attributes for licensing concerns 2023-01-29 09:51:54 +01:00
Robert Hensing
b576b17fb0 zlib: Add tests.pkg-configPackages 2023-01-29 09:51:54 +01:00
Robert Hensing
04b06e83dc tests.pkg-configPackages: Filter out broken packages
Some packages are only marked broken on specific platforms, so we
filter those out as well.

Consequently, this might not raise an error if the attribute value
needs to point to a different pkgs attribute, but this is not something
we can detect. For now, we'll have to rely on users of such pkg-config
packages to report that kind of error.

There's really not much we can do about this here.
2023-01-29 09:51:54 +01:00
Robert Hensing
e93cfb250b tests.pkg-configPackages: Filter out unsupported packages 2023-01-29 09:51:54 +01:00
Robert Hensing
7790eafbdc pkg-configPackages: init 2023-01-29 09:51:54 +01:00
R. Ryantm
33cdea4726 gitRepo: 2.30 -> 2.31 2023-01-29 08:32:28 +00:00
Nick Cao
6224e5c235
Merge pull request #213321 from tomodachi94/discord-gamesdk
discord-gamesdk: init at 3.2.1
2023-01-29 16:24:55 +08:00
Tomo
407b029dde discord-gamesdk: init at 3.2.1 2023-01-29 08:22:30 +00:00
R. RyanTM
f75928f743
python310Packages.altair: 4.2.0 -> 4.2.2 (#213319) 2023-01-29 16:18:17 +08:00
Weijia Wang
ff0a870c32
Merge pull request #213149 from LeSuisse/ruby-packages-git-1.13.1
rubyPackages.git: 1.12.0 -> 1.13.1
2023-01-29 09:16:15 +01:00
Weijia Wang
ab53f94d84
Merge pull request #213282 from bobby285271/upd/pantheon.appcenter
pantheon.appcenter: 7.0.0 -> 7.1.0
2023-01-29 09:13:20 +01:00
Weijia Wang
5da7aac512
Merge pull request #213303 from r-ryantm/auto-update/bgpq4
bgpq4: 1.7 -> 1.8
2023-01-29 09:12:11 +01:00
Florian
b9e6189341
Octoprint vcgencmd patch (#213201)
* octoprint: add tmpfile.d rule for read-access to /dev/vchiq for vcgencmd

fixes #210629

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>

* Update pkgs/applications/misc/octoprint/default.nix

---------

Signed-off-by: Florian Brandes <florian.brandes@posteo.de>
Co-authored-by: Nick Cao <nickcao@nichi.co>
2023-01-29 16:11:48 +08:00
Weijia Wang
3fb81add3e
Merge pull request #213286 from r-ryantm/auto-update/rssguard
rssguard: 4.2.7 -> 4.3.1
2023-01-29 09:10:43 +01:00
Weijia Wang
14bfe4fa4f
Merge pull request #199733 from wegank/kicad-darwin
kicad.base: expose binaries on darwin
2023-01-29 09:07:52 +01:00
Nick Cao
b380cec829
Merge pull request #213310 from r-ryantm/auto-update/git-chglog
git-chglog: 0.15.1 -> 0.15.2
2023-01-29 16:07:29 +08:00
Nick Cao
5e289e7269
Merge pull request #213313 from r-ryantm/auto-update/htpdate
htpdate: 1.3.6 -> 1.3.7
2023-01-29 16:06:08 +08:00
Weijia Wang
1287abcb19
Merge pull request #213314 from wegank/bugdom-bump
bugdom: 1.3.2 -> 1.3.3
2023-01-29 09:06:00 +01:00
Weijia Wang
af848756db
Merge pull request #213208 from Madouura/pr/rocm-hydra
rocm-related: fix hydra workarounds
2023-01-29 09:05:35 +01:00
Weijia Wang
9d9e27f2fe
Merge pull request #213322 from wegank/rapidjson-valgrind
rapidjson: disable tests on darwin
2023-01-29 08:59:50 +01:00
Weijia Wang
a6fb5666b3 rapidjson: disable tests on darwin 2023-01-29 08:52:45 +01:00
Weijia Wang
aba2aded0e
Merge pull request #213280 from bobby285271/upd/monitor
monitor: 0.15.0 -> 0.15.1
2023-01-29 08:38:36 +01:00
R. Ryantm
2e4f4911bf python310Packages.upb-lib: 0.5.2 -> 0.5.3 2023-01-29 07:31:52 +00:00
Nick Cao
afc0a0b55d
Merge pull request #213062 from NickCao/bravado
python3Packages.bravado-core: 5.17.0 -> 5.17.1
2023-01-29 15:20:05 +08:00