Thomas Tuegel
6543c0558b
Merge pull request #122035 from markuskowa/upd-openblas
...
openblas: 0.3.13 -> 0.3.15
2021-05-18 10:25:50 -05:00
Michael Weiss
0bbf222d4b
Merge pull request #123371 from primeos/cargo-c
...
cargo-c: 0.8.0 -> 0.8.1
2021-05-18 16:04:34 +02:00
John Ericson
50a475a754
Merge pull request #123415 from sternenseemann/fixed-pkg-config-wrapper-mangling
...
pkg-config-wrapper: mangle PKG_CONFIG_PATH{,_FOR_BUILD} correctly
2021-05-17 21:52:26 -07:00
sternenseemann
b11d65c850
pkg-config-wrapper: mangle PKG_CONFIG_PATH{,_FOR_BUILD} correctly
...
Previously, mangleVarList would be used which would concatenate the
variables using a space as a separator. Paths are however separated by
`:` in PKG_CONFIG_PATH leading to entries being broken.
This is fixed by introducing mangleVarListGeneric which allows us to
specify the desired separator.
Reproducer for the issue prior to this change:
$ nix-shell -A pkgsLLVM.wayland
[nix-shell] $ pkg-config --libs expat
Package expat was not found in the pkg-config search path.
Perhaps you should add the directory containing `expat.pc'
to the PKG_CONFIG_PATH environment variable
No package 'expat' found
$ printf 'Host: %s\nBuild: %s' $PKG_CONFIG_PATH $PKG_CONFIG_PATH_FOR_BUILD
Host: /nix/store/5h308a4ab8w7prcp8iflh5pnl78mayi2-expat-2.2.10-x86_64-unknown-linux-gnu-dev/lib/pkgconfig:/nix/store/z3y9ska2h4l1map25m195iq577g7g3gz-libxml2-x86_64-unknown-linux-gnu-2.9.12-dev/lib/pkgconfig:/nix/store/lbz5m1s0r7zn0cxvl21czfspli6ribzb-zlib-1.2.11-x86_64-unknown-linux-gnu-dev/lib/pkgconfig:/nix/store/rfhvp8r8n3ygpzh8j0l34lk8hwwi3z0h-libffi-3.3-x86_64-unknown-linux-gnu-dev/lib/pkgconfig
Build: /nix/store/dw11ywy7qwfz53qisz0dggbgix88jah2-wayland-1.19.0-bin/lib/pkgconfig
strace reveals the issue:
stat("/nix/store/dw11ywy7qwfz53qisz0dggbgix88jah2-wayland-1.19.0-bin/lib/pkgconfig /nix/store/5h308a4ab8w7prcp8iflh5pnl78mayi2-expat-2.2.10-x86_64-unknown-linux-gnu-dev/lib/pkgconfig/expat-uninstalled.pc", 0x7fff49829fa0) = -1 ENOENT (No such file or directory)
In the pkg-config wrapper $PKG_CONFIG_PATH_FOR_BUILD and
$PKG_CONFIG_PATH are concatenated with a space which leads to two paths
being messed up. This issue likely only affects native cross
compilation.
2021-05-18 00:13:27 +02:00
ajs124
ac760b45b5
libgcrypt: add meta.changelog
2021-05-17 14:28:34 -07:00
R. RyanTM
3f398ec167
libgcrypt: 1.9.2 -> 1.9.3
2021-05-17 14:28:34 -07:00
R. RyanTM
d8e8c257f3
libksba: 1.5.0 -> 1.5.1
2021-05-17 14:27:13 -07:00
R. RyanTM
4cb9549496
chibi: 0.9.1 -> 0.10
2021-05-17 13:35:12 -07:00
R. RyanTM
164f8530a9
k9s: 0.24.8 -> 0.24.9
2021-05-17 19:23:09 +02:00
Luka Blaskovic
ded99630e9
rustc: 1_52, use correct llvm version
2021-05-17 08:40:12 -07:00
Michael Weiss
d916642bc5
Merge pull request #121727 from primeos/wayland-protocols-switch-to-meson
...
wayland-protocols: Switch to Meson
2021-05-17 16:52:10 +02:00
Michael Weiss
b4ad7b676b
cargo-c: 0.8.0 -> 0.8.1
2021-05-17 16:36:25 +02:00
Michael Weiss
e77bb469bb
Merge pull request #123268 from primeos/dav1d
...
dav1d: 0.8.2 -> 0.9.0
2021-05-17 16:22:31 +02:00
R. RyanTM
4342c332da
libqmi: 1.28.2 -> 1.28.4
2021-05-17 09:45:37 +02:00
github-actions[bot]
3ce66c03b3
Merge staging-next into staging
2021-05-17 06:22:27 +00:00
github-actions[bot]
3ff6965554
Merge master into staging-next
2021-05-17 06:22:23 +00: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
J. Neto
18b051fde5
scite: 4.0.5 -> 5.0.2
2021-05-16 22:01:16 -07: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
e543608ad1
python3Packages.marshmallow: 3.10.0 -> 3.11.1
2021-05-16 19:27:47 -07:00
Martin Weinelt
ce09a10d5c
python3Packages.marshmallow-sqlalchemy: 0.24.2 -> 0.25.0
2021-05-16 19:27:47 -07:00
Martin Weinelt
9974c90a15
python3Packages.sqlalchemy: 1.3.23 -> 1.4.15
2021-05-16 19:27:47 -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
Jonathan Ringer
d8e62d8e41
Merge remote-tracking branch 'origin/master' into staging-next
...
Fix cargo-flash build
2021-05-16 18:27:14 -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
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