Commit graph

304153 commits

Author SHA1 Message Date
Tom 5409235160 nixos/iio: mention iio-sensor-proxy in option description
In https://github.com/NixOS/nixpkgs/pull/131094 I mistakenly created a new NixOS module for iio-sensor-proxy because I did not know about `hardware.sensor.iio`.

To help people find `hardware.sensor.iio`, include the string "iio-sensor-proxy" in the description.

To search for an iio-sensor-proxy module, I tried in vain:
* `find -iname '*iio-sensor-proxy*'`
* https://search.nixos.org/options?channel=unstable&from=0&size=50&sort=relevance&query=iio-sensor-proxy
    * This PR will ensure this search query finds `hardware.sensor.iio`
2021-07-23 11:10:30 +10:00
R. RyanTM d10ccb2b33 bemenu: 0.6.2 -> 0.6.3 2021-07-23 01:09:51 +00:00
Florian Klink 4e82d2e6d0
Merge pull request #130708 from r-ryantm/auto-update/grafana-agent
grafana-agent: 0.16.1 -> 0.17.0
2021-07-23 02:50:24 +02:00
R. RyanTM 216a9ca75d astc-encoder: 3.0 -> 3.1 2021-07-23 00:49:33 +00:00
Florian Klink 013e089000
Merge pull request #130503 from flokli/nss-fix-ordering
nixos/systemd: fix NSS database ordering
2021-07-23 02:28:32 +02:00
Martin Weinelt b09661d41f
Merge pull request #129644 from NixOS/home-assistant 2021-07-23 01:16:55 +02:00
José Romildo ff0a9f815f matcha-gtk-theme: 2021-07-08 -> 2021-07-20 2021-07-22 20:12:37 -03:00
Luke Granger-Brown 1f64e3fb96
Merge pull request #130950 from r-ryantm/auto-update/jackett
jackett: 0.18.372 -> 0.18.455
2021-07-22 23:40:07 +01:00
Martin Weinelt 7a77d8c487 python3Packages.zigpy-znp: apply patch for failing test 2021-07-23 00:27:16 +02:00
Martin Weinelt 9d94c99d65 python3Packages.bellows: 0.24.0 -> 0.25.0 2021-07-23 00:27:16 +02:00
Martin Weinelt 7df66a9f18 zigpy: 0.33.0 -> 0.35.1
Disable two failing tests and add import checks.
2021-07-23 00:27:16 +02:00
Martin Weinelt a284c01d2a nixos/home-assistant: allow serial access for the zwave component 2021-07-23 00:27:16 +02:00
Martin Weinelt 92b738ad79 home-assistant: 2021.6.6 -> 2021.7.0 2021-07-23 00:27:16 +02:00
Matthieu Coudron daa29dd4b8
Merge pull request #131140 from Ma27/bump-buku
buku: fix build, 4.5 -> 4.6
2021-07-23 00:25:28 +02:00
adisbladis 45980bc62c
Merge pull request #131138 from LeSuisse/trillian-1.3.13
trillian: 1.3.11 -> 1.3.13
2021-07-22 17:08:52 -05:00
Julian Stecklina 290599fbb1 git-machete: add a simple version test 2021-07-23 00:00:04 +02:00
Julian Stecklina 9c5e8eb8da git-machete: enable automatic updates via nix-update 2021-07-22 23:50:29 +02:00
Maximilian Bosch 49f7a7a1f0
sqldeveloper: remove ma27 from maintainer-list
I don't use this anymore.

I guess this is sufficiently trivial to directly push.
2021-07-22 23:43:00 +02:00
oxalica 27585b9897
tdesktop: bundle the default font
It's worth to think about setting -DDESKTOP_APP_USE_PACKAGED_FONTS=OFF
since it's impossible to install fonts as dependencies of packages with
Nix and tdesktop's widgets are developed only with Open Sans in mind (it
has a lot of hardcoded values and wide fonts like DejaVu may
even go out of widgets' bounds)

https://github.com/NixOS/nixpkgs/pull/130827#issuecomment-885212649
2021-07-23 05:38:54 +08:00
oxalica 6019d8abff
tdesktop: patch dlopen paths 2021-07-23 05:38:54 +08:00
oxalica cb0861b999
tdesktop: clean up and fix outdated comments 2021-07-23 05:38:53 +08:00
oxalica f3959d8e8b
libtgvoip: remove
It's removed because:
1. It's an internal library which is only used by telegram itself, and
   it's fine to use its bundled source in telegram.
2. It's forced to produce static library, is very fast to build
   (less than 1min) and is quite small (<2 MiB).
3. Reduce extra maintenance work and have almost no other drawback.
2021-07-23 05:38:53 +08:00
oxalica 2a12ba467c
tdesktop: use bundled libtgvoip 2021-07-23 05:38:53 +08:00
oxalica 548ff79765
tdesktop.tg_owt: rework and clean up
- Build shared library to keep binary small.

- Prefer system-wide libraries instead of bundled ones.

- `abseil-cpp` (absl) is required for downstream build and appears in
  output cmake file. So it's added to `propagatedBuildInputs`.
2021-07-23 05:38:52 +08:00
Maximilian Bosch b47a854419
buku: 4.5 -> 4.6
ChangeLog: https://github.com/jarun/buku/releases/tag/v4.6
2021-07-22 23:21:28 +02:00
Maximilian Bosch 05ae01fcea
buku: fix build
Failing Hydra build: https://hydra.nixos.org/build/148285785

The underlying issue is `flask-admin` not working with newer versions of
`SQLAlchemy` and `SQLAlchemy-Utils`[1].

I decided to only fix `buku` now since this is the package I wanted to
take care of initially. Also, multiple versions of python packages - a
measure that would be necessary for `flask-admin` - are generally
discouraged[2].

[1] 1.5.8 works with `SQLAlchemy`, but is broken with `SQLAlchemy-Utils`
    at 0.37, see also https://github.com/flask-admin/flask-admin/issues/2113
[2] https://github.com/NixOS/nixpkgs/pull/127707
2021-07-22 23:16:10 +02:00
Fabian Affolter a87f48dffc python3Packages.angr: 9.0.9031 -> 9.0.9166 2021-07-22 23:11:58 +02:00
Fabian Affolter 2b37017043 python3Packages.angrop: 9.0.9031 -> 9.0.9166 2021-07-22 23:11:36 +02:00
Thomas Gerbet cf868fab6c trillian: 1.3.11 -> 1.3.13
Changelogs:
https://github.com/google/trillian/releases/tag/v1.3.12
https://github.com/google/trillian/releases/tag/v1.3.13
2021-07-22 23:10:26 +02:00
Fabian Affolter 1c598916a8 python3Packages.cle: 9.0.9031 -> 9.0.9166 2021-07-22 23:08:34 +02:00
Fabian Affolter 7553e11825 python3Packages.pysma: 0.6.0 -> 0.6.2 2021-07-22 23:07:02 +02:00
Fabian Affolter a88211b55a python3Packages.plexapi: 4.5.2 -> 4.6.1 2021-07-22 23:07:02 +02:00
Martin Weinelt 607652844d fritzprofiles init at 0.6.1 2021-07-22 23:07:02 +02:00
Martin Weinelt 7055df11b8 python3Packages.zha-quirks: 0.0.58 -> 0.0.59 2021-07-22 23:07:02 +02:00
Martin Weinelt 0f83dca20d python3Packages.zeroconf: 0.32.0 -> 0.32.1 2021-07-22 23:07:02 +02:00
Martin Weinelt 73e7c7da0d python3Packages.simplisafe-python: 10.0.0 -> 11.0.1 2021-07-22 23:07:01 +02:00
Martin Weinelt 19fa9055f9 python3Packages.pyeight: 0.1.7 -> 0.1.9 2021-07-22 23:07:01 +02:00
Martin Weinelt 42e92cbec3 python3Packages.aiohomekit: 0.4.1 -> 0.4.2 2021-07-22 23:07:01 +02:00
Fabian Affolter 43b204b66a python3Packages.nettigo-air-monitor: 0.2.6 -> 1.0.0 2021-07-22 23:07:01 +02:00
Fabian Affolter 231a108d5e python3Packages.dacite: init at 1.6.0 2021-07-22 23:07:01 +02:00
Fabian Affolter a6416a9b11 python3Packages.hap-python: 3.5.0 -> 3.5.1 2021-07-22 23:07:01 +02:00
Fabian Affolter 1f45831695 python3Packages.gios: 1.0.1 -> 1.0.2 2021-07-22 23:07:01 +02:00
Fabian Affolter ceb3b9db21 python3Packages.aiohomekit: 0.3.0 -> 0.4.1 2021-07-22 23:07:00 +02:00
Fabian Affolter 1a658c2665 python3Packages.py17track: init at 3.3.0 2021-07-22 23:07:00 +02:00
Martin Weinelt ce2968c699 python3Packages.wled: 0.6.0 -> 0.7.1 2021-07-22 23:07:00 +02:00
Fabian Affolter f986815ac0 python3Packages.hatasmota: 0.2.14 -> 0.2.19 2021-07-22 23:07:00 +02:00
Fabian Affolter 6a100bcbac python3Packages.pydeconz: 79 -> 80 2021-07-22 23:07:00 +02:00
Fabian Affolter 48add123b4 python3Packages.python-slugify: 4.0.1 -> 5.0.2 2021-07-22 23:07:00 +02:00
Fabian Affolter a4ba417d44 python3Packages.vultr: 0.1.2 -> 1.0.1 2021-07-22 23:07:00 +02:00
Martin Weinelt fc0b15b696 octoprint: update zeroconf override
Required so it still works with the latest changes to the derivation.

Does not make octoprint build, this would require further overrides
around the flask/werkzeug ecosystem.
2021-07-22 23:06:59 +02:00