Commit graph

439 commits

Author SHA1 Message Date
Stefan Frijters
4ac94527e4
wine{Unstable,Staging}: 6.18 -> 6.19 2021-10-09 11:23:11 +02:00
Stefan Frijters
5d0a657834
wine{Unstable,Staging}: 6.17 -> 6.18 2021-10-09 11:18:34 +02:00
Ryan Burns
9544c029c0
Merge pull request #139656 from Atemu/expose-wine64
all-packages: expose wine64Packages
2021-10-07 00:53:02 -07:00
Atemu
7aa540aa92 wine64: fix eval on Darwin
On darwin, mesa doesn't have an osmesa output which means the attr is missing
which causes an eval error when building the package list (missing attr eval
errors are not recoverable).

OpenGL support should be covered by the darwin deps already, so these libraries
shouldn't be needed on Darwin.
2021-09-28 00:37:06 +02:00
Atemu
ba6a2ecc64 wine: only embed mono & gecko installers in winePackages.full 2021-09-27 22:29:56 +02:00
Stefan Frijters
a7b1e14af9
wine{Unstable,Staging}: 6.16 -> 6.17 2021-09-12 09:55:52 +02:00
Sandro
23d5823337
Merge pull request #136044 from WolfangAukang/winetricks-20210825
winetricks: 20210206 -> 20210825
2021-09-05 15:57:28 +02:00
Alexander V. Nikolaev
749421a47b wine{Unstable,Staging}: 6.15 -> 6.16 2021-08-30 01:45:33 +03:00
P. R. d. O
53b917498b
winetricks: 20210206 -> 20210825 2021-08-28 06:56:27 -06:00
Stefan Frijters
60097c46d8
wine{Unstable,Staging}: 6.14 -> 6.15 2021-08-15 06:25:37 +02:00
Stefan Frijters
2c588e0edd
wine{Unstable,Staging}: 6.13 -> 6.14 2021-08-02 21:19:43 +02:00
Stefan Frijters
5732bf5886
wine{Unstable,Staging}: 6.12 -> 6.13 2021-07-26 09:23:33 +02:00
Alexander V. Nikolaev
538937f56e wineUnstable: 6.11 -> 6.12
Staging updated as well
2021-07-08 01:17:27 +03:00
Artturin
5341c6f548 wine{Unstable,Staging}: 6.10 -> 6.11 2021-06-21 15:54:12 +03:00
Sandro
f1c140d54f
Merge pull request #126695 from SFrijters/wine-6.0.1 2021-06-12 21:38:28 +02:00
Stefan Frijters
c5a98fd73c
wineStable: 6.0 -> 6.0.1 2021-06-12 18:27:07 +02:00
Alexander V. Nikolaev
280afb7d4c wineUnstable: 6.9 -> 6.10
Staging updated as well
2021-06-12 15:04:38 +03:00
AndersonTorres
e9e5f5f84d Change all alsaLib references to alsa-lib 2021-06-10 01:12:49 -03:00
Stefan Frijters
0cd06e8b09
wine{Unstable,Staging}: 6.8 -> 6.9 2021-05-29 17:35:34 +02:00
Stefan Frijters
d37dd6c301
wine{Unstable,Staging}: 6.7 -> 6.8 2021-05-29 15:21:53 +02:00
Bernardo Meurer
15752dc7f3
winetricks: 20201206 -> 20210206 2021-05-23 22:10:40 -07:00
Samuel Gräfenstein
1e77642558
wine*: add meta.mainProgram
Fix running wine builds from `wineWowPackages` via `nix run`,
this change makes it execute `bin/wine` instead of the non-existent
`bin/wine-wow`.
2021-04-29 17:42:11 +02:00
Stefan Frijters
efa5a31633
wine{Unstable,Staging}: 6.6 -> 6.7 2021-04-24 09:59:40 +02:00
Stefan Frijters
5cf6870d1f
wine{Unstable,Staging}: 6.5 -> 6.6 2021-04-11 20:50:53 +02:00
Stefan Frijters
9ea9b7a9f2
wine{Unstable,Staging}: 6.4 -> 6.5 2021-03-29 19:37:26 +02:00
Alexander V. Nikolaev
3b90e8f9de wineUnstable: enable cross building for unstable/staging by default 2021-03-27 18:10:00 -04:00
Alexander V. Nikolaev
f01d07ec0b wineUnstable: 6.3 -> 6.4
Staging updated as well
2021-03-27 18:10:00 -04:00
Stefan Frijters
41a95ce500
wine{Unstable,Staging}: 6.2 -> 6.3 2021-02-28 10:59:04 +01:00
Stefan Frijters
5d9735c262
wine{Unstable,Staging}: 6.1 -> 6.2 2021-02-14 17:49:58 +01:00
Stefan Frijters
0ec2ea8c17
wine{Unstable,Staging}: 6.0-rc6 -> 6.1 2021-02-05 14:06:40 +01:00
Stefan Frijters
c93866be97
wineStaging: 5.0.3 -> 6.0 2021-02-05 14:01:50 +01:00
Stefan Frijters
da97c80fd7
wine{Unstable,Staging}: 6.0-rc5 -> 6.0-rc6 2021-02-05 12:35:28 +01:00
Stefan Frijters
c8d207ed5a
wine{Unstable,Staging}: 6.0-rc4 -> 6.0-rc5 2021-02-05 12:14:16 +01:00
Pavol Rusnak
a6ce00c50c
treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
zowoq
932941b79c treewide: editorconfig fixes
- remove trailing whitespace
- use spaces for indentation
2021-01-21 13:29:54 +10: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
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
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
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
Lucas Ransan
6274a5bbb3 wine: re-enable stripping 2020-12-28 08:43:33 +01:00
P. R. d. O
702161d4d2
winetricks: 20200412 -> 20201206 2020-12-22 18:25:24 -06: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