wine: remove wrapper for wine64

fix #28486
This commit is contained in:
Herwig Hochleitner 2017-08-23 10:12:08 +02:00
parent 8e0a8d2bd8
commit ea4320d348

View File

@ -92,7 +92,7 @@ stdenv.mkDerivation ((lib.optionalAttrs (! isNull buildScript) {
((map (links "share/wine/gecko") geckos)
++ (map (links "share/wine/mono") monos))}
'' + lib.optionalString supportFlags.gstreamerSupport ''
for i in wine wine64; do
for i in wine ; do
if [ -e "$out/bin/$i" ]; then
wrapProgram "$out/bin/$i" \
--argv0 "" \