Merge pull request #108668 from moritzschaefer/fix-sparkleshare-dependency
Add sh/bash dependency to fix 'missing sh in PATH' error
This commit is contained in:
commit
f56a833916
@ -1,5 +1,6 @@
|
|||||||
{
|
{
|
||||||
appindicator-sharp,
|
appindicator-sharp,
|
||||||
|
bash,
|
||||||
coreutils,
|
coreutils,
|
||||||
fetchFromGitHub,
|
fetchFromGitHub,
|
||||||
git,
|
git,
|
||||||
@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
|
|||||||
--set PATH ${symlinkJoin {
|
--set PATH ${symlinkJoin {
|
||||||
name = "mono-path";
|
name = "mono-path";
|
||||||
paths = [
|
paths = [
|
||||||
|
bash
|
||||||
coreutils
|
coreutils
|
||||||
git
|
git
|
||||||
git-lfs
|
git-lfs
|
||||||
|
Loading…
x
Reference in New Issue
Block a user