17 stdenv.mkDerivation rec {
18 pname = "cryptowatch-desktop";
22 url = "https://cryptowat.ch/desktop/download/linux/${version}";
23 hash = "sha256-ccyHfjp00CgQH+3SiDWx9yE1skOj0RWxnBomHWY/IaU=";
26 unpackPhase = "unzip $src";
43 install -m755 -D cryptowatch_desktop $out/bin/cryptowatch_desktop
48 --prefix LD_LIBRARY_PATH : "${lib.makeLibraryPath [ libGL libX11 libXcursor libXrandr libXi ]}"
53 homepage = "https://cryptowat.ch";
54 description = "Application for visualising real-time cryptocurrency market data";
55 platforms = platforms.linux;
56 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
57 license = licenses.unfree;
58 maintainers = with maintainers; [ livnev kashw2 ];