Commit Graph

332619 Commits

Author SHA1 Message Date
Malte Brandy
32508c3145
haskellPackages.hls-brittany-plugin: dontCheck on aarch64 2021-11-20 12:15:14 +01:00
Malte Brandy
356698c493
haskell-language-server: Fix plugins for 1.5.0.0 2021-11-20 02:54:04 +01:00
github-actions[bot]
0979ce6deb
Merge master into haskell-updates 2021-11-20 00:06:41 +00:00
Thiago Kenji Okada
91fb3fa4b3
Merge pull request #146577 from thiagokokada/bump-retroarch-1_9_13_2-take2
retroarch: 1.9.2 -> 1.9.13.2
2021-11-19 21:05:00 -03:00
Sebastián Mancilla
939caa7fb7 python3Packages.m3u8: 0.6.0 -> 0.9.0 2021-11-19 15:49:33 -08:00
Sebastián Mancilla
2b84c77b3e python3Packages.m3u8: fix build on Hydra (x86_64-darwin) 2021-11-19 15:49:33 -08:00
Sebastián Mancilla
8e4ef58acb python3Packages.m3u8: use pytestCheckHook 2021-11-19 15:49:33 -08:00
Sandro
a80d35d02a
Merge pull request #146585 from jonringer/fix-ipykernel-3.7 2021-11-20 00:35:10 +01:00
Sandro
eafd4c6708
Merge pull request #146690 from fabaff/devolo-plc-api 2021-11-20 00:33:43 +01:00
Sandro
ccf61d154f
Merge pull request #146686 from fabaff/bump-libversion 2021-11-20 00:27:31 +01:00
Artturi
1c005b3de1
Merge pull request #139337 from Artturin/tempaddr 2021-11-20 01:27:13 +02:00
Artturi
dd4ce550b3
Merge pull request #146456 from Artturin/misc-updates1 2021-11-20 01:14:44 +02:00
Thiago Kenji Okada
c03139da1d
Merge pull request #146341 from bryanasdev000/gotify-desktop
gotify-desktop: init at 1.2.0
2021-11-19 20:11:15 -03:00
Marek Mahut
9798a593c6
Merge pull request #146688 from alyssais/catgirl-parallel
catgirl: enable parallel building
2021-11-20 00:09:07 +01:00
Sandro
332595b37f
Merge pull request #146390 from SuperSandro2000/cogl 2021-11-20 00:05:09 +01:00
Sandro
45e0459f9c
Merge pull request #146439 from sikmir/quark 2021-11-19 23:52:52 +01:00
arkivm
18e1ae0d99
bcompare: add darwin support (#141413)
Co-authored-by: Paweł Kruszewski <kruszewsky@gmail.com>
2021-11-19 23:50:53 +01:00
Fabian Affolter
771d7823a4 python3Packages.devolo-plc-api: init at 0.6.3 2021-11-19 23:25:57 +01:00
Alyssa Ross
54caa42f9e
catgirl: enable parallel building
Tested at -j48.
2021-11-19 21:58:23 +00:00
Sandro
64cd57dd4f
Merge pull request #146449 from maralorn/bump-laminar 2021-11-19 22:56:51 +01:00
Robert Hensing
2441a7992d
Merge pull request #146610 from l0b0/fix-keen4-shellcheck-lints
keen4: Fix ShellCheck lints
2021-11-19 22:48:38 +01:00
Fabian Affolter
de18d83359 python3Packages.libversion: 1.2.3 -> 1.2.4 2021-11-19 22:47:29 +01:00
Alexander Bantyev
34ce7c679b
Merge pull request #146673 from NixOS/balsoft/fprind-tod-fix
libfprint-tod: 1.90.7 -> 1.94.1
2021-11-20 00:47:04 +03:00
Robert Hensing
9c217dfadb
Merge pull request #146626 from TerrorJack/auto-upgrade-add-ssh
NixOS auto upgrade: add openssh to path
2021-11-19 22:38:24 +01:00
Alexander Bantyev
8c765487bb
Merge pull request #146682 from AleXoundOS/python39Packages.sanic
python39Packages.sanic: disable some flaky tests
2021-11-20 00:35:12 +03:00
Alexander Bantyev
e644da4d99
Merge pull request #141820 from cab404/patch-1
.github/PULL_REQUEST_TEMPLATE: added md-to-db reminder
2021-11-20 00:17:56 +03:00
Alexander Tomokhov
a11b863ece python39Packages.sanic: disable some flaky tests 2021-11-20 00:11:45 +03:00
Michael Weiss
51712daede
Merge pull request #146433 from primeos/ungoogled-chromium
ungoogled-chromium: 95.0.4638.69 -> 96.0.4664.45
2021-11-19 22:07:21 +01:00
Sandro
e95cf601a3
Merge pull request #146669 from fabaff/bump-tfsec 2021-11-19 21:57:06 +01:00
Sandro
ab9aa0dfeb
Merge pull request #146668 from rittelle/remove-rittelle 2021-11-19 21:56:17 +01:00
Thiago Kenji Okada
c8304d130f retroarch: 1.9.2 -> 1.9.13.2
The issue of non-working cores on newer versions of RetroArch was caused
by the missing core metadata that is available on
libretro/libretro-super repo. This also allows RetroArch to works
properly, for example there is no need to load a core before loading a
content: RetroArch knows each emulator to load depending on the
available emulators and the file extension.

To load the metadata from `/nix/store`, we need to patch the
`retroarch.cfg`. Sadly this file is only updated when needed, for
example, it will update if the path that it is pointing doesn't exist
anymore. However, before this PR it pointed to a file located in the
HOME directory, so if someone used RetroArch before they will probably
have issues while loading the file.

I tried to patch the configuration loader directly but the code is kinda
messy and this seems very prone to breakage (while the `retroarch.cfg`
file seems an stable interface). One better solution will probably be
the introduction of a module that can generate `retroarch.cfg` file
(since retroarch supports loading a config from `/etc/retroarch.cfg`).

But this will come in a future PR.
2021-11-19 17:43:47 -03:00
Alexander Bantyev
4d8cd39b0b
libfprint-tod: 1.90.7 -> 1.94.1 2021-11-19 23:43:43 +03:00
Sandro
e476113f29
Merge pull request #145509 from SuperSandro2000/mpv 2021-11-19 21:42:36 +01:00
Sandro Jäckel
46179208cf
cogl: switch to pname+version
see #103997
2021-11-19 21:41:47 +01:00
Alexander Bantyev
5ecebf037f
Merge pull request #146666 from ymatsiuk/fricas
fricas: fix build
2021-11-19 23:37:32 +03:00
Fabian Affolter
7d51dd7da2 tfsec: 0.59.0 -> 0.60.0 2021-11-19 21:34:19 +01:00
Fabian Affolter
cd5c34beb2
Merge pull request #146650 from dotlambda/rapidfuzz-1.8.3
python3Packages.rapidfuzz: 1.8.2 -> 1.8.3
2021-11-19 21:32:11 +01:00
rittelle
4d8d035c6c
Removed rittelle from the maintainer list 2021-11-19 21:29:09 +01:00
Yurii Matsiuk
29ed2bbe02
fricas: fix build 2021-11-19 21:06:44 +01:00
Alexander Bantyev
1d1d332bb2
Merge pull request #146658 from 97nomad/nommy/fix-gigedit-pangomm
gigedit: use old pangomm version
2021-11-19 22:58:40 +03:00
Alexander Bantyev
8ac9859d73
Merge pull request #146654 from NixOS/balsoft/openjfx-make-big-parallel
openjfx11: require-big-parallel
2021-11-19 22:16:12 +03:00
Alexander Bantyev
c8f846893c
openjfx11: require-big-parallel 2021-11-19 22:15:35 +03:00
Robert Schütz
2d97acad3b
Merge pull request #146316 from dotlambda/pytest-subprocess-1.3.2
python3Packages.pytest-subprocess: 1.1.1 -> 1.3.2
2021-11-19 11:03:41 -08:00
Alexander Bantyev
789fbe746b
Merge pull request #146657 from ymatsiuk/luabind
luabind: fix build
2021-11-19 21:54:49 +03:00
Evgenia Vaartis
b23e863959 gigedit: use old pangomm version 2021-11-19 21:51:12 +03:00
Yurii Matsiuk
d6c8ed25be
luabind: fix build 2021-11-19 19:46:38 +01:00
Francesco Zanini
f4cd131e38 roomeqwizard: init at 5.20.4 2021-11-19 19:42:50 +01:00
Alexander Bantyev
666c87562c
Merge pull request #146655 from ymatsiuk/fixdrush
drush: fix build
2021-11-19 21:38:42 +03:00
Yurii Matsiuk
3962f85607
drush: fix build 2021-11-19 19:29:03 +01:00
ajs124
623cfa87a2
Merge pull request #146220 from Izorkin/update-mariadb
mariadb: cleanup build configuration
2021-11-19 19:22:24 +01:00