Thiago Kenji Okada
f435d7d631
retroarch: fix build on macOS, mark as broken
...
With those changes retroarch builds on Darwin, but the executable itself
is broken.
2021-11-20 10:41:46 -03:00
Thiago Kenji Okada
36f6fd1f41
nixos/doc: add release notes about retroarch changes
2021-11-20 16:34:01 -03:00
Thiago Kenji Okada
03e35cfb65
retroarch: use fixed paths on "libretro_info_path"
...
This commit introduces a patch that hardcodes "libretro_info_path"
directly in the RetroArch code, without the issues of the previous
approach.
With this commit, RetroArch stops reading "libretro_info_path" from
`retroarch.cfg` file, and always use the default.
2021-11-20 16:34:01 -03:00
Thiago Kenji Okada
cbcd3d6c85
retroarchFull: init
...
This is retroarch + all available retroarch cores.
2021-11-20 16:19:13 -03:00
Thiago Kenji Okada
24095a994c
retroArchCores: remove
...
`retroArchCores` is strange: it requires a global configuration on nixpkgs, as:
```nix
nixpkgs.config.retroarch = {
enableDolphin = true;
enableMGBA = true;
enableMAME = true;
};
```
To do so, we ended up declaring all available emulators on
`all-packages.nix`. Failing to do so would mean that the emulator
wouldn't be available.
However, there is a mechanism on nixpkgs that also works: overrides.
Overrides are similar on how other packages works, for example:
```nix
(retroarch.override { cores = with libretro; [ citra snes9x ]; });
```
So let's remove `retroArchCores` and leave the overrides mechanism
instead.
2021-11-20 16:19:13 -03:00
Thiago Kenji Okada
fa9d6c3d93
Merge pull request #146333 from romildo/upd.rosepine-gtk-theme
...
rose-pine-gtk-theme: init at unstable-2021-02-22
2021-11-20 01:58:21 -03:00
Thiago Kenji Okada
1819f197cb
Merge pull request #146425 from romildo/upd.qogir-theme
...
qogir-theme: 2021-08-02 -> 2021-11-17
2021-11-20 01:54:57 -03:00
Thiago Kenji Okada
c5be5dfe98
Merge pull request #146567 from endgame/notcurses-2.4.9
...
notcurses: 2.4.8 -> 2.4.9
2021-11-20 01:51:17 -03:00
Thiago Kenji Okada
91ca6f467e
Merge pull request #146591 from fabaff/lc7001
...
python3Packages.lc7001: init at 1.0.3
2021-11-20 01:45:25 -03:00
figsoda
d52622fab9
Merge pull request #146722 from figsoda/update-joshuto
...
joshuto: 0.9.1 -> 0.9.2
2021-11-19 23:37:26 -05:00
Cole Mickens
438aecc5a2
Merge pull request #138180 from abdelq/egl-wayland
...
egl-wayland: 1.1.7 -> 1.1.9
2021-11-19 19:23:49 -08:00
figsoda
9a675cdced
joshuto: 0.9.1 -> 0.9.2
2021-11-19 21:01:47 -05:00
maralorn
4dc1154ea9
Merge pull request #146712 from felixsinger/pkgs/coreboot-toolchain/add-archs
...
coreboot-toolchain: Add other target architectures
2021-11-20 03:00:46 +01:00
Bobby Rong
d49c3ebeee
Merge pull request #146718 from smancill/update-pr-template
...
PULL_REQUEST_TEMPLATE.md: fix link to nix.conf documentation
2021-11-20 09:52:01 +08:00
Jonathan Ringer
908fc4afe8
python3Packages.alembic: 1.7.4 -> 1.7.5
2021-11-19 17:46:18 -08:00
Felix Singer
bcbc7c0f21
coreboot-toolchain: Add other target architectures
...
Add the following target architectures:
* x86_64
* arm
* aarch64
* riscv
* ppc64
* nds32le
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:10 +01:00
Felix Singer
8002a4a133
coreboot-toolchain: Allow adding new architectures
...
Rework package so that new target architectures can be added and reuse
common configurations.
Signed-off-by: Felix Singer <felixsinger@posteo.net>
2021-11-20 02:18:05 +01:00
Sebastián Mancilla
997d559bb3
PULL_REQUEST_TEMPLATE.md: fix link to nix.conf documentation
2021-11-19 22:09:17 -03:00
Sandro
15060ba400
Merge pull request #146660 from dotlambda/igraph-pname
2021-11-20 01:58:47 +01:00
Sandro
fae94004b7
Merge pull request #146355 from jkarlson/wezterm
2021-11-20 01:57:54 +01:00
Sandro
64e7a11d7b
Merge pull request #146313 from dotlambda/graphql-subscription-manager-0.4.3
2021-11-20 01:56:49 +01:00
Sandro
f95ce02316
Merge pull request #146703 from jonringer/bump-xdg
2021-11-20 01:26:32 +01:00
Sandro
4ee7946436
Merge pull request #146707 from jonringer/bump-g933
2021-11-20 01:26:08 +01:00
maralorn
2a1b1189ef
Merge pull request #146398 from hercules-ci/hercules-ci-agent-update-0.8.4
...
hercules-ci-agent: 0.8.3 -> 0.8.4
2021-11-20 01:11:17 +01:00
maralorn
f7f2ce6f9e
Merge pull request #146700 from mrgutkun/fix-mime-strings
...
haskellPackages.mime-string: disable optimization for older compilers
2021-11-20 01:09:02 +01: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
Jonathan Ringer
2490c511c4
g933-utils: 2019-08-04 -> 2021-11-19, fix build
2021-11-19 15:28:01 -08: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
Jonathan Ringer
2e6ae6cf7c
python3Packages.xdg: 5.0.2 -> 5.1.1
2021-11-19 15:19:33 -08:00
Artturi
dd4ce550b3
Merge pull request #146456 from Artturin/misc-updates1
2021-11-20 01:14:44 +02:00
mrkun
4df9292e9b
haskellPackages.mime-string: disable optimization for older compilers
2021-11-20 02:13:42 +03: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