sparkleshare: add missing 'bash' dependency
Sparkleshare requires 'sh' to be in its PATH, or push-operations fail. Its PATH consists of a single entry, which is configured in the postInstall phase. The bash-derivative includes 'sh', and adding it to the dependencies resolves the issue.
This commit is contained in:
parent
9ae9f922d5
commit
b78ec60157
@ -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