From cc351a531efde83d88d54dca85b526ec569ad700 Mon Sep 17 00:00:00 2001 From: aszlig Date: Wed, 19 Oct 2016 16:28:14 +0200 Subject: pkgs/santander: Switch to 32bit build Right now the linking process with wineg++ fails on 64bit and I currently don't have time to properly look into why this happens. Another workaround would be to just use patchelf to fix the errors afterwards, but in the end everything except dwb has to be 32bit anyway. Signed-off-by: aszlig --- pkgs/santander/default.nix | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'pkgs/santander/default.nix') diff --git a/pkgs/santander/default.nix b/pkgs/santander/default.nix index 7cfd7706..80263897 100644 --- a/pkgs/santander/default.nix +++ b/pkgs/santander/default.nix @@ -1,6 +1,6 @@ -{ stdenv, pkgsi686Linux, fetchurl, fetchgit, fetchFromBitbucket +{ stdenv, fetchurl, fetchgit, fetchFromBitbucket , runCommand, writeScript, writeScriptBin, writeText -, xvfb_run, xdotool, coreutils, wineMinimal, pipelight, dwb +, xvfb_run, xdotool, coreutils, wineMinimal, pipelight, dwb, pcsclite }: let @@ -15,7 +15,7 @@ let }; patchedWine = let - libpcsclite = "${pkgsi686Linux.pcsclite}/lib/libpcsclite.so"; + libpcsclite = "${pcsclite}/lib/libpcsclite.so"; in (wineMinimal.override { wineBuild = "wine32"; wineRelease = "staging"; -- cgit 1.4.1