about summary refs log tree commit diff
path: root/pkgs/aszlig
diff options
context:
space:
mode:
authoraszlig <aszlig@redmoonstudios.org>2017-10-12 01:23:51 +0200
committeraszlig <aszlig@redmoonstudios.org>2017-10-12 01:23:51 +0200
commit8bcbbb9aaf39e532d86f717072fedda26371bac8 (patch)
tree28cf8867e7e38339e47d891702d50231504b045d /pkgs/aszlig
parent8d50ba9dec1498f77e6411345f1898541d020b1b (diff)
pkgs/santander: Fix path to service executable
I'm currently only using this plugin by copy & pasting the store path
manually to the native messaging host config, so I didn't notice that
the path is wrong and was wrong in the first place.

Signed-off-by: aszlig <aszlig@redmoonstudios.org>
Diffstat (limited to 'pkgs/aszlig')
-rw-r--r--pkgs/aszlig/santander/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/aszlig/santander/default.nix b/pkgs/aszlig/santander/default.nix
index 4d0d7883..a62bd39c 100644
--- a/pkgs/aszlig/santander/default.nix
+++ b/pkgs/aszlig/santander/default.nix
@@ -82,7 +82,7 @@ in stdenv.mkDerivation rec {
     cat > "$libexec/travic-sign" <<EOF
     #!${stdenv.shell}
     export WINEPREFIX="$winePrefix"
-    exec ${patchedWine}/bin/wine "$libexec/TRAVIC-Sign-Service.exe"
+    exec ${patchedWine}/bin/wine "$libexec/service.exe"
     EOF
     chmod +x "$libexec/travic-sign"
   '';