chore: update packaging and docs to remove procps

This commit is contained in:
Martin Wimpress 2024-07-23 16:33:54 +01:00 committed by Martin Wimpress
commit 6e5098bf9f
4 changed files with 5 additions and 5 deletions

View file

@ -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:

1
debian/control vendored
View file

@ -17,7 +17,6 @@ Depends:
ffmpeg,
grep,
mawk,
procps,
sed,
${misc:Depends},
${shlibs:Depends},

View file

@ -5,11 +5,11 @@
}:
mkShell {
packages = with pkgs; ([
coreutils-full
ffmpeg-headless
gawk
gnugrep
gnused
mawk
procps
]);
shellHook = ''

View file

@ -2,6 +2,7 @@
, installShellFiles
, makeWrapper
, stdenv
, coreutils-full
, ffmpeg-headless
, gawk
, gnugrep
@ -10,11 +11,11 @@
}:
let
runtimePaths = [
coreutils-full
ffmpeg-headless
gawk
gnugrep
gnused
procps
];
versionMatches =
builtins.match ''