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