Skip to content

Commit 570b1e5

Browse files
authoredMay 16, 2018
top-level: build winePackages on Hydra
1 parent e3b3eac commit 570b1e5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎pkgs/top-level/all-packages.nix

+1-1
Original file line numberDiff line numberDiff line change
@@ -21209,7 +21209,7 @@ with pkgs;
2120921209
pythonPackages = python3Packages;
2121021210
};
2121121211

21212-
winePackages = rec {
21212+
winePackages = recurseIntoAttrs rec {
2121321213
minimal = callPackage ../misc/emulators/wine {
2121421214
wineRelease = config.wine.release or "stable";
2121521215
wineBuild = config.wine.build or "wine32";

0 commit comments

Comments
 (0)
Please sign in to comment.