sparkleshare: Add git-lfs dependency.
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
This commit is contained in:
parent
dc09e3edfc
commit
c6268906e7
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user