Use 32-bit Wine for Pipelight

This commit is contained in:
Michael Raskin 2015-05-21 18:08:48 +03:00
parent 597aebc94d
commit aca9050ad9
1 changed files with 3 additions and 1 deletions

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 { };