25 stdenv.mkDerivation rec {
26 pname = "sparkleshare";
29 src = fetchFromGitHub {
31 repo = "SparkleShare";
33 sha256 = "1a9csflmj96iyr1l0mdm3ziv1bljfcjnzm9xb2y4qqk7ha2p6fbq";
52 # Nix will manage the icon cache.
53 echo '#!/bin/sh' >scripts/post-install.sh
57 wrapProgram $out/bin/sparkleshare \
58 --set PATH ${symlinkJoin {
72 --set MONO_GAC_PREFIX ${lib.concatStringsSep ":" [
77 --set LD_LIBRARY_PATH ${lib.makeLibraryPath [
81 webkit2-sharp.webkitgtk
86 description = "Share and collaborate by syncing with any Git repository instantly. Linux, macOS, and Windows";
87 homepage = "https://sparkleshare.org";
88 license = lib.licenses.gpl3;
89 maintainers = with lib.maintainers; [ kevincox ];