Skip to content

Commit 33516f9

Browse files
committedSep 5, 2020
sparkleshare: Add git-lfs dependency.
SparkleShare failed to sync some repos because it failed to find the git-lfs command.
1 parent 6150ee8 commit 33516f9

File tree

1 file changed

+2
-0
lines changed
  • pkgs/applications/version-management/sparkleshare

1 file changed

+2
-0
lines changed
 

‎pkgs/applications/version-management/sparkleshare/default.nix

+2
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
coreutils,
44
fetchFromGitHub,
55
git,
6+
git-lfs,
67
glib,
78
gtk-sharp-3_0,
89
lib,
@@ -58,6 +59,7 @@ stdenv.mkDerivation rec {
5859
paths = [
5960
coreutils
6061
git
62+
git-lfs
6163
glib
6264
mono
6365
openssh

0 commit comments

Comments
 (0)