about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/exodus
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-02-10 16:25:30 +0100
committerMarek Mahut <marek.mahut@gmail.com>2020-02-10 16:25:30 +0100
commitff06678927923f8c70170796533cd15bfde5bc1f (patch)
treebe44f00edaa8f3b9b53f98b877f6888b9c8d6109 /pkgs/applications/blockchains/exodus
parentd6474081d0fcd09d9901e2c664a6c14c1e1482cc (diff)
exodus: adding exodus alias
Diffstat (limited to 'pkgs/applications/blockchains/exodus')
-rw-r--r--pkgs/applications/blockchains/exodus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/blockchains/exodus/default.nix b/pkgs/applications/blockchains/exodus/default.nix
index 792d960e9907b..4a8aa0b56afb7 100644
--- a/pkgs/applications/blockchains/exodus/default.nix
+++ b/pkgs/applications/blockchains/exodus/default.nix
@@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
     cd Exodus-linux-x64
     cp -r . $out
     ln -s $out/Exodus $out/bin/Exodus
+    ln -s $out/bin/Exodus $out/bin/exodus
     ln -s $out/exodus.desktop $out/share/applications
     substituteInPlace $out/share/applications/exodus.desktop \
           --replace 'Exec=bash -c "cd `dirname %k` && ./Exodus"' "Exec=Exodus"