Merge pull request #97239 from NixOS/kevincox-sparkleshare-lfs

sparkleshare: Add git-lfs dependency.
This commit is contained in:
Kevin Cox 2020-09-07 13:57:50 -04:00 committed by GitHub
commit 13d483a4e1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,6 +3,7 @@
coreutils, coreutils,
fetchFromGitHub, fetchFromGitHub,
git, git,
git-lfs,
glib, glib,
gtk-sharp-3_0, gtk-sharp-3_0,
lib, lib,
@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
paths = [ paths = [
coreutils coreutils
git git
git-lfs
glib glib
mono mono
openssh openssh