13 stdenv.mkDerivation rec {
14 name = "holochain-launcher";
18 url = "https://github.com/holochain/launcher/releases/download/v${version}/holochain-launcher_${version}_amd64.deb";
19 sha256 = "sha256-o9cUFtq5XUkbC3yFRFiV2k4uWjb+szlE8qV+G9Gve5E=";
25 wrapGAppsHook # required for FileChooser
34 unpackCmd = "dpkg-deb -x $curSrc source";
41 patchelf --add-needed "libappindicator3.so" "$out/bin/holochain-launcher"
45 description = "A cross-platform executable that launches a local Holochain conductor, and installs and opens apps";
46 homepage = "https://github.com/holochain/launcher";
47 maintainers = [ maintainers.steveej ];
48 license = licenses.cal10;
49 sourceProvenance = with sourceTypes; [ binaryNativeCode ];
50 platforms = platforms.linux;