top-level: build winePackages on Hydra

This commit is contained in:
Yegor Timoshenko 2018-05-17 02:04:42 +03:00 committed by GitHub
parent e3b3eac630
commit 570b1e52c6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";