github-actions[bot]
bef2fbcd27
Merge master into staging-next
2021-01-27 18:28:31 +00:00
Ben Siraphob
82454e9df8
treewide: remove implicit use of stdenv.lib
2021-01-27 20:04:57 +07:00
IvarWithoutBones
44f4a61fc7
yuzu-ea: init at 1377
2021-01-27 02:15:48 +01:00
Thomas Tuegel
0e418a1a18
Merge pull request #108888 from ttuegel/feature--staging--qt-no-mkDerivation
...
Qt: Do not require mkDerivation
2021-01-26 16:24:41 -06:00
Sandro Jäckel
47c869a42d
lebretro.snes9x: Fetch commit from master
...
The commit choosen is the parent of the commit that was here before.
The change in the commit does not matter for NixOS.
2021-01-26 15:19:03 +01:00
github-actions[bot]
2661d9378f
Merge master into staging-next
2021-01-26 00:45:11 +00:00
Thomas Tuegel
5590e365e4
qtbase: Check for wrapQtAppsHook in setupHook
2021-01-25 15:56:15 -06:00
IvarWithoutBones
1f274be90d
ryujinx: 1.0.5551 -> 1.0.6416
2021-01-25 20:23:05 +01:00
github-actions[bot]
a127deeb88
Merge master into staging-next
2021-01-25 18:52:08 +00:00
IvarWithoutBones
d66c499890
yuzu: 482 -> 517 && rename to yuzu-mainline
2021-01-25 19:32:53 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed
2021-01-25 18:31:47 +01:00
github-actions[bot]
b10ed56b8e
Merge master into staging-next
2021-01-25 01:18:25 +00:00
Sandro
a36bf6faf9
Merge pull request #101796 from luc65r/pkg/tilp2
2021-01-25 01:11:50 +01:00
Jan Tojnar
cc8fd11ffb
Merge branch 'master' into staging-next
2021-01-24 20:41:42 +01:00
luc65r
e69bd781e4
libticalcs2: init at 1.1.9
2021-01-24 14:06:40 +01:00
luc65r
87d7a060c2
libticables2: init at 1.3.5
2021-01-24 14:00:16 +01:00
luc65r
eadb35d098
libtifiles2: init at 1.1.7
2021-01-24 13:59:10 +01:00
luc65r
3e51cd164d
libticonv: init at 1.1.5
2021-01-24 13:57:07 +01:00
volth
bc0d605cf1
treewide: fix double quoted strings in meta.description
...
Signed-off-by: Ben Siraphob <bensiraphob@gmail.com>
2021-01-24 19:56:59 +07:00
github-actions[bot]
e48c1f8e8c
Merge staging-next into staging
2021-01-22 01:17:58 +00:00
Sandro
fd0daed2e8
Merge pull request #109271 from eduardosm/ruffle
...
ruffle: nightly-2020-11-30 -> nightly-2021-01-12
2021-01-22 02:17:38 +01:00
github-actions[bot]
7d80106978
Merge staging-next into staging
2021-01-21 12:44:13 +00:00
adisbladis
bc98996b75
Merge pull request #110239 from ashkitten/update-dolphin
...
dolphinEmuMaster: 5.0-12716 -> 5.0-13178
2021-01-21 09:47:27 +01:00
github-actions[bot]
df8b20163b
Merge staging-next into staging
2021-01-21 06:45:45 +00:00
zowoq
932941b79c
treewide: editorconfig fixes
...
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10:00
github-actions[bot]
e5fef074d6
Merge staging-next into staging
2021-01-21 01:19:31 +00:00
ash lea
fb76434e98
dolphinEmuMaster: 5.0-12716 -> 5.0-13178
2021-01-20 15:37:22 -08:00
AndersonTorres
54a44777a9
mednaffe: small fixup
...
A fixup to the ubiquitous problem of "GTK variables not found". Now the app
doesn't segfault when opening a window.
2021-01-20 10:32:11 -03:00
R. RyanTM
9b45a8e565
melonDS: 0.9 -> 0.9.1
2021-01-20 05:07:49 +00:00
Sandro
5008e4702a
Merge pull request #106915 from Sebelino/citra-bump-2020-12
...
citra: 2020-03-21 -> 2020-12-07
2021-01-18 20:31:13 +01:00
Ben Siraphob
fce00d15c2
pkgs/misc: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07:00
Michael Raskin
983cd52d2f
Merge pull request #108225 from avnik/wine-update
...
Wine update
2021-01-14 19:22:06 +00:00
ilian
e05cbb82e1
rpcs3: update maintainers
2021-01-13 23:09:02 +01:00
Eduardo Sánchez Muñoz
b249fd1b46
ruffle: nightly-2020-11-30 -> nightly-2021-01-12
2021-01-13 12:44:51 +01:00
Sandro
88e9af25b8
Merge pull request #108907 from terinjokes/patches/pcem
2021-01-12 16:16:26 +01:00
Profpatsch
4a7f99d55d
treewide: with stdenv.lib; in meta -> with lib;
...
Part of: https://github.com/NixOS/nixpkgs/issues/108938
meta = with stdenv.lib;
is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.
This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.
The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Terin Stock
f34f9aa38f
pcem: init at 17
2021-01-10 13:29:47 -08:00
Frederik Rietdijk
0c42bb5027
Merge master into staging-next
2021-01-10 15:50:49 +01:00
Sandro
be660e2ae5
Merge pull request #100042 from siraben/oberon-risc-emu-init
...
oberon-risc-emu: init at 2020-08-18
2021-01-10 12:49:55 +01:00
Ben Siraphob
bf91623828
oberon-risc-emu: init at 2020-08-18
2021-01-08 13:02:26 +07:00
Ben Siraphob
3ae5e6ce03
treewide: remove enableParallelBuilding = true if using cmake
2021-01-03 18:37:40 +07:00
Alexander V. Nikolaev
dfe26d0d34
wineUnstable: 6.0-rc3 -> 6.0-rc4
2021-01-02 19:49:51 +02:00
Alexander V. Nikolaev
36a6002f96
wineUnstable: 6.0-rc2 -> 6.0-rc3
2021-01-02 19:49:50 +02:00
Alexander V. Nikolaev
809c04b37a
wineUnstable: 6.0-rc1 -> 6.0-rc2
...
Staging updated as well
2021-01-02 19:49:45 +02:00
Alexander V. Nikolaev
f3206ed7db
wineUnstable: 5.22 -> 6.0-rc1
2021-01-02 19:49:45 +02:00
Ben Siraphob
b04fc593e7
treewide: cmake buildInputs to nativeBuildInputs, minor cleanups
2021-01-01 11:52:33 +07:00
github-actions[bot]
e75c8744cb
Merge master into staging-next
2020-12-30 18:40:45 +00:00
Michael Raskin
7699bf12fd
Merge pull request #107916 from MetaDark/wineStaging
...
wineStaging: fix mingwSupport
2020-12-30 17:51:42 +00:00
github-actions[bot]
056304189c
Merge master into staging-next
2020-12-30 06:22:20 +00:00
Anderson Torres
4f5ae3e7d2
Merge pull request #106800 from MetaDark/protontricks
...
protontricks: 1.4.2 -> 1.4.3
2020-12-30 01:06:55 -03:00
Kira Bruneau
1fb875c036
wineStaging: fix mingwSupport
2020-12-29 21:29:54 -05:00
github-actions[bot]
31fc475812
Merge master into staging-next
2020-12-30 00:53:01 +00:00
Guillaume Bouchard
0c7b63e302
duckstation: init at unstable-2020-12-29 ( #107878 )
2020-12-30 00:35:04 +00:00
Lucas Ransan
6274a5bbb3
wine: re-enable stripping
2020-12-28 08:43:33 +01:00
Aaron Andersen
8a801d4319
Merge pull request #84117 from IvarWithoutBones/yuzu
...
yuzu: init at 482
2020-12-25 22:52:29 -05:00
Ben Siraphob
cb1e980a72
craftos-pc: init at 2.4.5
2020-12-24 16:40:01 +07:00
Ivar
c36ab0c678
yuzu: init at 482
2020-12-23 19:12:55 +01:00
P. R. d. O
702161d4d2
winetricks: 20200412 -> 20201206
2020-12-22 18:25:24 -06:00
Anderson Torres
40705f124b
Merge pull request #106359 from AndersonTorres/wip-dgen
...
dgen: init at 1.33
2020-12-17 12:18:36 -03:00
Doron Behar
f42d6f81a8
Merge pull request #93660 from IvarWithoutBones/reicast-20.04
...
reicast: init at 20.04
2020-12-17 11:33:15 +02:00
IvarWithoutBones
ca7f93177f
reicast: init at 20.04
2020-12-17 11:12:33 +02:00
Sebastian Olsson
f35820f894
citra: 2020-03-21 -> 2020-12-07
...
Version bump, comes with support for save states and other improvements.
2020-12-14 18:29:53 +01:00
AndersonTorres
18c386ead1
dgen-sdl: init at 1.33
2020-12-13 20:14:29 -03:00
Kira Bruneau
30ec971ceb
winetricks: skip null dependencies
...
This can be used to reduce closure size when a wrapper uses a custom
WINE at runtime, or a different wine in PATH.
See pkgs/tools/package-management/protontricks/default.nix
2020-12-13 10:20:28 -05:00
Sage
58cb538386
rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe ( #100773 )
...
* rpcs3: 0.0.8-9300-341fdf7eb -> 0.0.12-10811-a86a3d2fe
added neonfuz as maintainer
Co-authored-by: Milan Pässler <milan@petabyte.dev>
2020-12-13 02:16:41 +01:00
SCOTT-HAMILTON
dc09a890c5
melonDS: 0.8.3 -> 0.9 (and build fix) ( #106489 )
2020-12-09 17:58:10 -05:00
r-burns
17da448013
dolphinEmu: install udev rules on linux ( #105749 )
...
Co-authored-by: Jörg Thalheim <Mic92@users.noreply.github.com>
2020-12-03 09:26:21 +00:00
Sandro
24c05436e3
Merge pull request #105686 from r-ryantm/auto-update/hatari
2020-12-02 20:06:53 +01:00
Sandro Jäckel
ebaa967aab
hatari: switch to pname, version
2020-12-02 19:43:46 +01:00
R. RyanTM
dc798e9604
hatari: 2.2.1 -> 2.3.0
2020-12-02 11:32:16 +00:00
Sandro
b0a0f710d1
Merge pull request #105433 from GovanifY/ruffle
...
ruffle: init at nightly-2020-11-30
2020-12-02 11:03:44 +01:00
Gauvain 'GovanifY' Roussel-Tarbouriech
4aa4333504
ruffle: init at nightly-2020-11-30
2020-12-02 07:15:16 +01:00
Sandro
85769ec0a8
Merge pull request #104276 from siraben/lambda-delta-init
...
lambda-delta: init at 0.98.3
2020-12-02 03:46:51 +01:00
Michael Raskin
9567f6f62f
Merge pull request #104719 from avnik/wine-update
...
Wine update
2020-11-27 10:36:47 +00:00
Sandro
498ef04c77
Merge pull request #101252 from IvarWithoutBones/update-ryujinx
...
ryujinx: 1.0.5346 -> 1.0.5551
2020-11-27 02:47:40 +01:00
Alexander V. Nikolaev
626f931022
wineUnstable: use own set of patches
...
Contain important hotfixes from wine's master and staging master.
2020-11-24 23:10:38 +02:00
Alexander V. Nikolaev
9144ebaf1e
wineStable: revert cert-path patch for stable
2020-11-24 23:10:24 +02:00
Graham Christensen
bc49a0815a
utillinux: rename to util-linux
2020-11-24 12:42:06 -05:00
Alexander V. Nikolaev
22da5d92af
wine{Unstable,Staging}: 5.21 -> 5.22
2020-11-24 00:54:08 +02:00
Lengyel Balazs
152147a8f6
wine-mono: 4.9.4 -> 5.1.1
2020-11-24 00:53:51 +02:00
Philipp
dfcd45de58
wineStable: 5.0.2 -> 5.0.3
2020-11-24 00:53:35 +02:00
Philipp
3d9ee22da3
wine{Unstable,Staging}: 5.20 -> 5.21
2020-11-24 00:51:54 +02:00
Ben Siraphob
07d2079c1a
lambda-delta: init at 0.98.3
2020-11-20 08:58:08 +07:00
Anderson Torres
ba093e25d4
Merge pull request #104204 from r-ryantm/auto-update/mednafen
...
mednafen: 1.24.3 -> 1.26.1
2020-11-19 10:22:10 -03:00
Jörg Thalheim
8313dacb11
treewide: remove trailing whitespace
2020-11-18 22:37:56 -08:00
Jörg Thalheim
72f6df338d
remove genesis maintainer
...
genesis has no longer access to github
2020-11-18 22:37:56 -08:00
R. RyanTM
1be3bc423a
mednafen: 1.24.3 -> 1.26.1
2020-11-18 19:31:52 +00:00
Christoph Hrdinka
567c2d880b
Merge pull request #103461 from GovanifY/pcsx2-usb-merge
...
pcsx2: unstable-2020-10-10 -> unstable-2020-11-13
2020-11-18 09:54:41 +01:00
Michael Raskin
0ccc3ec571
Merge pull request #104001 from Atemu/wineStaging-strictDeps-regression
...
wine: only use strictDeps when mingwSupport is enabled
2020-11-17 08:58:19 +00:00
Atemu
35db176b85
wine: only use strictDeps when mingwSupport is enabled
...
9f5cba0aaa
broke regular wineStaging
2020-11-16 23:15:12 +01:00
Anderson Torres
b6deb94192
Merge pull request #103839 from AndersonTorres/wip-simh
...
simh: init at 3.11-1
2020-11-15 10:04:04 -03:00
Anderson Torres
3f45b5f904
Merge pull request #103556 from r-ryantm/auto-update/stella
...
stella: 6.3 -> 6.4
2020-11-15 09:13:46 -03:00
AndersonTorres
c7463be402
simh: init at 3.11-1
2020-11-14 19:24:35 -03:00
Gauvain 'GovanifY' Roussel-Tarbouriech
6c861dc0ba
pcsx2: unstable-2020-10-10 -> unstable-2020-11-13
2020-11-14 13:15:58 +01:00
Kira Bruneau
9f5cba0aaa
wine: add MinGW-w64 support
2020-11-12 17:44:55 -05:00
R. RyanTM
bcbc529b91
stella: 6.3 -> 6.4
2020-11-12 05:31:41 +00:00
R. RyanTM
fe3d25d8e0
mgba: 0.8.3 -> 0.8.4
2020-11-03 09:23:37 -08:00
Pavol Rusnak
2c931312ce
treewide: simplify rev/repo arguments in src
...
+ use fetchFromGithub where possible
2020-11-01 23:02:24 -08:00
gnidorah
eae2982123
mame: 0.225 -> 0.226 ( #102329 )
2020-11-01 11:40:42 -05:00