Merge pull request #97239 from NixOS/kevincox-sparkleshare-lfs
sparkleshare: Add git-lfs dependency.
This commit is contained in:
commit
13d483a4e1
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user