aboutsummaryrefslogtreecommitdiff
path: root/pkgs/applications/blockchains/exodus/default.nix
diff options
context:
space:
mode:
authorMarek Mahut <marek.mahut@gmail.com>2020-02-10 16:24:59 +0100
committerMarek Mahut <marek.mahut@gmail.com>2020-02-10 16:24:59 +0100
commitd6474081d0fcd09d9901e2c664a6c14c1e1482cc (patch)
tree385de2ed75b40c16fdf0179588ee1cdcce0d7b0f /pkgs/applications/blockchains/exodus/default.nix
parent60fadaa7932c49ca7a815e38c2a0d7de372b2883 (diff)
exodus: reformating
Diffstat (limited to 'pkgs/applications/blockchains/exodus/default.nix')
-rw-r--r--pkgs/applications/blockchains/exodus/default.nix74
1 files changed, 37 insertions, 37 deletions
diff --git a/pkgs/applications/blockchains/exodus/default.nix b/pkgs/applications/blockchains/exodus/default.nix
index bc354a5213ea..792d960e9907 100644
--- a/pkgs/applications/blockchains/exodus/default.nix
+++ b/pkgs/applications/blockchains/exodus/default.nix
@@ -13,17 +13,17 @@ stdenv.mkDerivation rec {
sourceRoot = ".";
unpackCmd = ''
- ${unzip}/bin/unzip "$src" -x "Exodus*/lib*so"
+ ${unzip}/bin/unzip "$src" -x "Exodus*/lib*so"
'';
installPhase = ''
- mkdir -p $out/bin $out/share/applications
- cd Exodus-linux-x64
- cp -r . $out
- ln -s $out/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"
+ mkdir -p $out/bin $out/share/applications
+ cd Exodus-linux-x64
+ cp -r . $out
+ ln -s $out/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"
'';
dontPatchELF = true;
@@ -31,35 +31,35 @@ stdenv.mkDerivation rec {
preFixup = let
libPath = lib.makeLibraryPath [
- glib
- nss
- nspr
- gtk3-x11
- gnome2.pango
- atk
- cairo
- gdk-pixbuf
- xorg.libX11
- xorg.libxcb
- xorg.libXcomposite
- xorg.libXcursor
- xorg.libXdamage
- xorg.libXext
- xorg.libXfixes
- xorg.libXi
- xorg.libXrender
- xorg.libXtst
- xorg_sys_opengl
- utillinux
- xorg.libXrandr
- xorg.libXScrnSaver
- alsaLib
- dbus.lib
- at-spi2-atk
- cups.lib
- libpulseaudio
- systemd
- vivaldi-ffmpeg-codecs
+ glib
+ nss
+ nspr
+ gtk3-x11
+ gnome2.pango
+ atk
+ cairo
+ gdk-pixbuf
+ xorg.libX11
+ xorg.libxcb
+ xorg.libXcomposite
+ xorg.libXcursor
+ xorg.libXdamage
+ xorg.libXext
+ xorg.libXfixes
+ xorg.libXi
+ xorg.libXrender
+ xorg.libXtst
+ xorg_sys_opengl
+ utillinux
+ xorg.libXrandr
+ xorg.libXScrnSaver
+ alsaLib
+ dbus.lib
+ at-spi2-atk
+ cups.lib
+ libpulseaudio
+ systemd
+ vivaldi-ffmpeg-codecs
];
in ''
patchelf \