mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
top-level: build winePackages on Hydra
This commit is contained in:
parent
e3b3eac630
commit
570b1e52c6
1 changed files with 1 additions and 1 deletions
|
@ -21209,7 +21209,7 @@ with pkgs;
|
|||
pythonPackages = python3Packages;
|
||||
};
|
||||
|
||||
winePackages = rec {
|
||||
winePackages = recurseIntoAttrs rec {
|
||||
minimal = callPackage ../misc/emulators/wine {
|
||||
wineRelease = config.wine.release or "stable";
|
||||
wineBuild = config.wine.build or "wine32";
|
||||
|
|
Loading…
Reference in a new issue