Use 32-bit Wine for Pipelight

This commit is contained in:
Michael Raskin
2015-05-21 19:48:25 +03:00
parent 597aebc94d
commit aca9050ad9
+3 -1
View File
@@ -7474,7 +7474,9 @@ let
physfs = callPackage ../development/libraries/physfs { };
pipelight = callPackage ../tools/misc/pipelight { };
pipelight = callPackage ../tools/misc/pipelight {
wineStaging = pkgsi686Linux.wineStaging;
};
pkcs11helper = callPackage ../development/libraries/pkcs11helper { };