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:
Moritz Schaefer 2021-01-07 14:24:52 +01:00
parent 9ae9f922d5
commit b78ec60157

View file

@ -1,5 +1,6 @@
{
appindicator-sharp,
bash,
coreutils,
fetchFromGitHub,
git,
@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
--set PATH ${symlinkJoin {
name = "mono-path";
paths = [
bash
coreutils
git
git-lfs