Skip to content

Commit

Permalink
chore: update packaging and docs to remove procps
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 23, 2024
1 parent 71ed0d7 commit 6e5098b
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ Stream Sprout is developed on Linux 🐧 and should work on macOS 🍏 or any ot
Install the Stream Sprout requirements using `brew`:

```shell
brew install bash ffmpeg procps
brew install bash ffmpeg
```

Now clone the project:
Expand Down
1 change: 0 additions & 1 deletion debian/control
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ Depends:
ffmpeg,
grep,
mawk,
procps,
sed,
${misc:Depends},
${shlibs:Depends},
Expand Down
4 changes: 2 additions & 2 deletions devshell.nix
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,11 @@
}:
mkShell {
packages = with pkgs; ([
coreutils-full
ffmpeg-headless
gawk
gnugrep
gnused
mawk
procps
]);

shellHook = ''
Expand Down
3 changes: 2 additions & 1 deletion package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, installShellFiles
, makeWrapper
, stdenv
, coreutils-full
, ffmpeg-headless
, gawk
, gnugrep
Expand All @@ -10,11 +11,11 @@
}:
let
runtimePaths = [
coreutils-full
ffmpeg-headless
gawk
gnugrep
gnused
procps
];
versionMatches =
builtins.match ''
Expand Down

0 comments on commit 6e5098b

Please sign in to comment.