mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-12 00:33:10 +00:00
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,
|
||||
bash,
|
||||
coreutils,
|
||||
fetchFromGitHub,
|
||||
git,
|
||||
@ -57,6 +58,7 @@ stdenv.mkDerivation rec {
|
||||
--set PATH ${symlinkJoin {
|
||||
name = "mono-path";
|
||||
paths = [
|
||||
bash
|
||||
coreutils
|
||||
git
|
||||
git-lfs
|
||||
|
Loading…
Reference in New Issue
Block a user