Skip to content

Commit

Permalink
top-level: build winePackages on Hydra
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras committed May 16, 2018
1 parent e3b3eac commit 570b1e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/top-level/all-packages.nix
Expand Up @@ -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";
Expand Down

0 comments on commit 570b1e5

Please sign in to comment.