wine: Enable on macOS

This commit is contained in:
Moritz Angermann
2018-05-18 17:15:42 -04:00
committed by John Ericson
parent d33322d449
commit 0828bc5b1f
2 changed files with 11 additions and 7 deletions
+1 -1
View File
@@ -20,7 +20,7 @@ in with src; {
geckos = [ gecko64 ];
monos = [ mono ];
configureFlags = [ "--enable-win64" ];
platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" "x86_64-darwin" ];
};
wineWow = callPackage ./base.nix {
name = "wine-wow-${version}";