Commit Graph

304059 Commits

Author SHA1 Message Date
Jörg Thalheim
e474a9cc07
Merge pull request #131143 from lukegb/grafana-plugins
grafanaPlugins.grafana-polystat-panel: 1.2.5 → 1.2.6
2021-07-23 06:38:22 +01:00
Jörg Thalheim
660aa7b4b9
Merge pull request #131156 from Kreyren/patch-6
github/bug_report: Improve readability
2021-07-23 06:35:28 +01:00
Zhaofeng Li
34d2b83291 nixos/klipper: Allow lists as values for gcode_macro 2021-07-22 22:01:44 -07:00
Samuel Dionne-Riel
3af210329f
Merge pull request #131151 from tomfitzhenry/patch-1
nixos/iio: mention iio-sensor-proxy in option description
2021-07-23 00:27:37 -04:00
Takuma Yoneda
9d0bdd7f15
slack: support aarch64-darwin (#131164) 2021-07-23 00:01:40 -04:00
Felix Bühler
6c25dfa39a
seyren: deprecate phases (#131137) 2021-07-22 23:41:58 -04:00
Luke Granger-Brown
c0340896a5 factorio-demo: 1.1.35 -> 1.1.36 2021-07-22 20:15:17 -07:00
Luke Granger-Brown
2070721739 factorio: 1.1.35 -> 1.1.36 2021-07-22 20:15:17 -07:00
Kreyren
055926dc48
github/bug_report: Improve readability 2021-07-23 03:57:56 +02:00
happysalada
0eaa40b01d prometheus: disable tests for now 2021-07-23 10:20:06 +09:00
happysalada
56ceaa6c8b prometheus: nixpkgs-fmt 2021-07-23 10:20:06 +09:00
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
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