Commit graph

290453 commits

Author SHA1 Message Date
Stéphan Kochen eec3738f4c hsetroot: fix darwin build 2021-05-17 00:03:12 -07:00
Evils 7641769055 nixos/fancontrol: back to running as root
regular users don't have write access to /sys/devices
  which is where the kernel endpoints are to control fan speed
2021-05-17 00:00:01 -07:00
Stéphan Kochen f37710e94e influxdb2: fix darwin build 2021-05-16 23:53:00 -07:00
Claudio Bley 329ec3d17c influxdb2: 2.0.2 -> 2.0.6
* update libflux to version 0.115.0
* chronograf-ui has been renamed to influxdb-ui
2021-05-16 23:53:00 -07:00
Stéphan Kochen 04aa238c1a gnucap: broken on darwin
Gnucap relies on LD_LIBRARY_PATH both in its build process and in code,
which Darwin does not understand.
2021-05-16 23:51:10 -07:00
Stéphan Kochen 371d80c468 libical: fix darwin build 2021-05-16 23:49:52 -07:00
Stéphan Kochen 28b48756d5 hetzner-kube: fix darwin build 2021-05-16 23:48:09 -07:00
J. Neto 74e27e2236 slade-git: 3.1.2 -> 3.2.0 2021-05-16 23:46:53 -07:00
Fabian Affolter b4f6361646
Merge pull request #123321 from r-ryantm/auto-update/findomain
findomain: 4.2.1 -> 4.3.0
2021-05-17 08:42:57 +02:00
Nikolay Korotkiy 74bb06a51a
yle-dl: 20210212 → 20210502 2021-05-17 09:28:18 +03:00
Fabian Affolter 468fda7daa home-assistant: enable islamic_prayer_times tests 2021-05-17 08:22:13 +02:00
Fabian Affolter c96787585e home-assistant: update component-packages 2021-05-17 08:22:12 +02:00
Fabian Affolter 1729fe4d81 python3Packages.prayer-times-calculator: init at 0.0.4 2021-05-17 08:22:12 +02:00
Lorenzo Manacorda e906410c9a solc: remove 0.7 release
They're failing on Hydra, the workload to keep them working is not worth it.
2021-05-16 22:44:21 -07:00
R. RyanTM 20467ad058 findomain: 4.2.1 -> 4.3.0 2021-05-17 05:18:48 +00:00
J. Neto 18b051fde5 scite: 4.0.5 -> 5.0.2 2021-05-16 22:01:16 -07:00
R. RyanTM f4bfc1173e dbeaver: 21.0.4 -> 21.0.5 2021-05-17 04:19:09 +00:00
Ryan Horiguchi ab6a8437f5
gnomeExtensions.dynamic-panel-transparency: 35 -> unstable-2021-03-04 2021-05-17 06:16:01 +02:00
R. RyanTM 85c40fb0f8 chezmoi: 2.0.11 -> 2.0.12 2021-05-17 03:36:01 +00:00
Austin Butler 66201e2c1d cntk: fix build 2021-05-16 20:03:06 -07:00
R. RyanTM 65f7d4a162 apprise: 0.9.1 -> 0.9.3 2021-05-16 20:02:13 -07:00
Anderson Torres 04ce017de7
Merge pull request #122025 from bryanasdev000/package-ferdi-beta
ferdi: 5.5.0 -> 5.6.0-beta.5
2021-05-16 23:56:55 -03:00
Ben Siraphob c5a669d3f7 treewide: remove unzip where not needed 2021-05-16 19:29:28 -07:00
Ben Siraphob 75c67d6be9 torchat: use fetchFromGitHub 2021-05-16 19:29:28 -07:00
Ben Siraphob 682578af42 openjdk: move unzip to nativeBuildInputs 2021-05-16 19:29:28 -07:00
Ben Siraphob aba7bc983f openvino: move unzip to nativeBuildInputs 2021-05-16 19:29:28 -07:00
Martin Weinelt 6a5c85e926
Merge pull request #123056 from mweinelt/home-assistant 2021-05-17 03:44:38 +02:00
Martin Weinelt 22437644f9
home-assistant: disable failing test in mobile app component
____________________ test_webhook_handle_get_config[pyloop] ____________________
[gw18] linux -- Python 3.8.9 /nix/store/q6gfck5czr67090pwm53xrdyhpg6bx67-python3-3.8.9/bin/python3.8

hass = <homeassistant.core.HomeAssistant object at 0x7ffe4e71f370>
create_registrations = ({'cloudhook_url': None, 'remote_ui_url': None, 'secret': 'ed8ac650f2b5865733d2cea4ad1b6b02bcfbdcc3e527524bc1c457d5c6f...emote_ui_url': None, 'secret': None, 'webhook_id': '558fde83113d48024a427ccf004e2d2bdf7c56646c6a5a953566c272d51f1bfc'})
webhook_client = <aiohttp.test_utils.TestClient object at 0x7ffe4e640ca0>

    async def test_webhook_handle_get_config(hass, create_registrations, webhook_client):
        """Test that we can get config properly."""
        resp = await webhook_client.post(
            "/api/webhook/{}".format(create_registrations[1]["webhook_id"]),
            json={"type": "get_config"},
        )

        assert resp.status == 200

        json = await resp.json()
        if "components" in json:
            json["components"] = set(json["components"])
        if "allowlist_external_dirs" in json:
            json["allowlist_external_dirs"] = set(json["allowlist_external_dirs"])

        hass_config = hass.config.as_dict()

        expected_dict = {
            "latitude": hass_config["latitude"],
            "longitude": hass_config["longitude"],
            "elevation": hass_config["elevation"],
            "unit_system": hass_config["unit_system"],
            "location_name": hass_config["location_name"],
            "time_zone": hass_config["time_zone"],
            "components": hass_config["components"],
            "version": hass_config["version"],
            "theme_color": "#03A9F4",  # Default frontend theme color
        }

>       assert expected_dict == json
E       AssertionError: assert {'components'...st home', ...} == {'components'...st home', ...}
E         Omitting 8 identical items, use -vv to show
E         Differing items:
E         {'theme_color': '#03A9F4'} != {'theme_color': 'blue'}
E         Use -v to get the full diff

tests/components/mobile_app/test_webhook.py:231: AssertionError
2021-05-17 03:44:03 +02:00
Devin Singh 79d252d26c vimPlugins.edge: init at 2021-05-08 2021-05-16 18:35:37 -07:00
Devin Singh 644fbb4b8c vimPlugins.vim-easyescape: init at 2020-11-22 2021-05-16 18:35:37 -07:00
David 814d9bac11 erlang-ls: add erlang to buildInputs
This enables patch-shebangs to find `escript` and patch the interpreter
path correctly
2021-05-17 10:26:48 +09:00
Sandro e4d652129a
Merge pull request #122982 from mohe2015/update-discord-canary
discord-canary: 0.0.119 -> 0.0.121
2021-05-17 03:16:04 +02:00
Sandro ec1dd62608
Merge pull request #118521 from SuperSandro2000/nginx-proxy-timeout
nixos/nginx: add option to change proxy timeouts
2021-05-17 03:15:54 +02:00
Martin Weinelt fd899bd080 kodi: update git tag
Kodi dropped and renamed the tag for their latest release from v19.1 to
19.1-Matrix.

https://github.com/xbmc/xbmc/issues/19710
2021-05-17 09:14:38 +08:00
Peter Hoeg 3ed9ed81ab gerbera: 1.8.0 -> 1.8.1 2021-05-17 09:10:16 +08:00
Sandro 700942d2a5
Merge pull request #121119 from SuperSandro2000/remove-gnidorah
treewide: remove gnidorah
2021-05-17 02:42:24 +02:00
Sandro f66a5695b4
Merge pull request #121252 from NixOS/SuperSandro2000-patch-1
doc/contributing: add unnecessary string conversions
2021-05-17 02:40:29 +02:00
Sandro Jäckel 51166f90c6
nixos/nginx: add option to change proxy timeouts 2021-05-17 02:37:44 +02:00
Sandro 9bc04854e1
Merge pull request #123213 from mdevlamynck/update-plasma-applet-volumewin7mixer
plasma-applet-volumewin7mixer: v25 -> v26
2021-05-17 02:36:37 +02:00
Sandro a5157f300c
Merge pull request #123214 from dotlambda/pika-backup-0.3.0
pika-backup: 0.2.3 -> 0.3.0
2021-05-17 02:35:39 +02:00
Sandro 06d7fd6824
Merge pull request #123112 from cyplo/upgrade-patchwork
ssb-patchwork: 3.18.0 -> 3.18.1
2021-05-17 02:34:53 +02:00
Sandro 63365ac57c
Merge pull request #122885 from rhoriguchi/fancy-motd
fancy-motd: init at unstable-2021-05-15
2021-05-17 02:34:29 +02:00
Francesco Gazzetta 6e80cf8238
meme: rename to meme-image-generator, unstable-2020-05-28 -> 1.0.1 (#120079) 2021-05-17 02:33:18 +02:00
Sandro 4e60302dbe
Merge pull request #123128 from sayanarijit/master
xplr: 0.8.4 -> 0.9.1
2021-05-17 02:28:16 +02:00
Sandro 65e349506f
Merge pull request #122837 from cyberdront/patch-1
terraria-server: 1.4.1.2 -> 1.4.2.2
2021-05-17 02:27:57 +02:00
Keshav Kini 348858f297 nixos/security.pki: handle PEMs w/o a final newline
According to the ABNF grammar for PEM files described in [RFC
7468][1], an eol character (i.e. a newline) is not mandatory after the
posteb line (i.e. "-----END CERTIFICATE-----" in the case of
certificates).

This commit makes our CA certificate bundler expression account for
the possibility that files in config.security.pki.certificateFiles
might not have final newlines, by using `awk` instead of `cat` to
concatenate them. (`awk` prints a final newline from each input file
even if the file doesn't end with a newline.)

[1]: https://datatracker.ietf.org/doc/html/rfc7468#section-3
2021-05-16 17:23:11 -07:00
Sandro 72df572fa3
Merge pull request #122819 from primeos/maintainers-remove-pesterhazy
maintainers: remove pesterhazy
2021-05-17 02:22:35 +02:00
Sandro bd0a06ad85
Merge pull request #123163 from romildo/upd.theme-jade-1
theme-jade1: 1.12 -> 1.13
2021-05-17 02:21:12 +02:00
Sandro 3b3f4c45ee
Merge pull request #122914 from r-ryantm/auto-update/galene
galene: 0.3.3 -> 0.3.4
2021-05-17 02:20:50 +02:00
Sandro 1cebd3a695
Merge pull request #121943 from beardhatcode/bump/matrix-appservice-slack
matrix-appservice-slack: 1.7.0 -> 1.8.0
2021-05-17 02:19:02 +02:00