Commit Graph
332609 Commits
Author SHA1 Message Date
Thiago Kenji OkadaandGitHub 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 MancillaandJonathan Ringer 939caa7fb7 python3Packages.m3u8: 0.6.0 -> 0.9.0 2021-11-19 15:49:33 -08:00
Sebastián MancillaandJonathan Ringer 2b84c77b3e python3Packages.m3u8: fix build on Hydra (x86_64-darwin) 2021-11-19 15:49:33 -08:00
Sebastián MancillaandJonathan Ringer 8e4ef58acb python3Packages.m3u8: use pytestCheckHook 2021-11-19 15:49:33 -08:00
SandroandGitHub a80d35d02a Merge pull request #146585 from jonringer/fix-ipykernel-3.7 2021-11-20 00:35:10 +01:00
SandroandGitHub eafd4c6708 Merge pull request #146690 from fabaff/devolo-plc-api 2021-11-20 00:33:43 +01:00
SandroandGitHub ccf61d154f Merge pull request #146686 from fabaff/bump-libversion 2021-11-20 00:27:31 +01:00
ArtturiandGitHub 1c005b3de1 Merge pull request #139337 from Artturin/tempaddr 2021-11-20 01:27:13 +02:00
ArtturiandGitHub dd4ce550b3 Merge pull request #146456 from Artturin/misc-updates1 2021-11-20 01:14:44 +02:00
Thiago Kenji OkadaandGitHub 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 MahutandGitHub 9798a593c6 Merge pull request #146688 from alyssais/catgirl-parallel
catgirl: enable parallel building
2021-11-20 00:09:07 +01:00
SandroandGitHub 332595b37f Merge pull request #146390 from SuperSandro2000/cogl 2021-11-20 00:05:09 +01:00
SandroandGitHub 45e0459f9c Merge pull request #146439 from sikmir/quark 2021-11-19 23:52:52 +01:00
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
SandroandGitHub 64cd57dd4f Merge pull request #146449 from maralorn/bump-laminar 2021-11-19 22:56:51 +01:00
Robert HensingandGitHub 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 BantyevandGitHub 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 HensingandGitHub 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 BantyevandGitHub 8c765487bb Merge pull request #146682 from AleXoundOS/python39Packages.sanic
python39Packages.sanic: disable some flaky tests
2021-11-20 00:35:12 +03:00
Alexander BantyevandGitHub 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 WeissandGitHub 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
SandroandGitHub e95cf601a3 Merge pull request #146669 from fabaff/bump-tfsec 2021-11-19 21:57:06 +01:00
SandroandGitHub 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
SandroandGitHub 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 BantyevandGitHub 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 AffolterandGitHub 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 BantyevandGitHub 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 BantyevandGitHub 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ützandGitHub 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 BantyevandGitHub 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 ZaniniandBjørn Forsman f4cd131e38 roomeqwizard: init at 5.20.4 2021-11-19 19:42:50 +01:00
Alexander BantyevandGitHub 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
ajs124andGitHub 623cfa87a2 Merge pull request #146220 from Izorkin/update-mariadb
mariadb: cleanup build configuration
2021-11-19 19:22:24 +01:00
Robert SchützandGitHub 41aaf69b7d Merge pull request #145585 from dotlambda/mauikit-2.1.0
libsForQt5.mauikit: 2.0.2 -> 2.1.0
2021-11-19 10:05:30 -08:00
Pavol RusnakandGitHub 74ec351fc2 Merge pull request #146651 from TredwellGit/electron
electron_16: 16.0.0 -> 16.0.1
2021-11-19 19:01:38 +01:00
Izorkin 8aa3e1f42a mariadb-galera: 26.4.9 -> 26.4.10 2021-11-19 20:58:04 +03:00