22 vivaldi-ffmpeg-codecs,
29 stdenv.mkDerivation (finalAttrs: {
34 name = "exodus-linux-x64-${finalAttrs.version}.zip";
35 url = "https://downloads.exodus.com/releases/exodus-linux-x64-${finalAttrs.version}.zip";
36 hash = "sha256-cq8vHE/wAGRu20F3N3q9F+JXLV8VgGbo5JE9Q2OFuMw=";
39 nativeBuildInputs = [ unzip ];
42 mkdir -p $out/bin $out/share/applications
44 ln -s $out/Exodus $out/bin/Exodus
45 ln -s $out/bin/Exodus $out/bin/exodus
46 ln -s $out/exodus.desktop $out/share/applications
47 substituteInPlace $out/share/applications/exodus.desktop \
48 --replace 'Exec=bash -c "cd \`dirname %k\` && ./Exodus %u"' "Exec=Exodus %u"
56 libPath = lib.makeLibraryPath [
94 --set-interpreter "$(cat $NIX_CC/nix-support/dynamic-linker)" \
95 --set-rpath "${libPath}" \
100 homepage = "https://www.exodus.io/";
101 description = "Top-rated cryptocurrency wallet with Trezor integration and built-in Exchange";
102 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
103 license = licenses.unfree;
104 platforms = platforms.linux;
105 maintainers = with maintainers; [