mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
chore: update packaging and docs to remove procps
This commit is contained in:
parent
71ed0d7c26
commit
6e5098bf9f
4 changed files with 5 additions and 5 deletions
|
|
@ -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`:
|
Install the Stream Sprout requirements using `brew`:
|
||||||
|
|
||||||
```shell
|
```shell
|
||||||
brew install bash ffmpeg procps
|
brew install bash ffmpeg
|
||||||
```
|
```
|
||||||
|
|
||||||
Now clone the project:
|
Now clone the project:
|
||||||
|
|
|
||||||
1
debian/control
vendored
1
debian/control
vendored
|
|
@ -17,7 +17,6 @@ Depends:
|
||||||
ffmpeg,
|
ffmpeg,
|
||||||
grep,
|
grep,
|
||||||
mawk,
|
mawk,
|
||||||
procps,
|
|
||||||
sed,
|
sed,
|
||||||
${misc:Depends},
|
${misc:Depends},
|
||||||
${shlibs:Depends},
|
${shlibs:Depends},
|
||||||
|
|
|
||||||
|
|
@ -5,11 +5,11 @@
|
||||||
}:
|
}:
|
||||||
mkShell {
|
mkShell {
|
||||||
packages = with pkgs; ([
|
packages = with pkgs; ([
|
||||||
|
coreutils-full
|
||||||
ffmpeg-headless
|
ffmpeg-headless
|
||||||
|
gawk
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
mawk
|
|
||||||
procps
|
|
||||||
]);
|
]);
|
||||||
|
|
||||||
shellHook = ''
|
shellHook = ''
|
||||||
|
|
|
||||||
|
|
@ -2,6 +2,7 @@
|
||||||
, installShellFiles
|
, installShellFiles
|
||||||
, makeWrapper
|
, makeWrapper
|
||||||
, stdenv
|
, stdenv
|
||||||
|
, coreutils-full
|
||||||
, ffmpeg-headless
|
, ffmpeg-headless
|
||||||
, gawk
|
, gawk
|
||||||
, gnugrep
|
, gnugrep
|
||||||
|
|
@ -10,11 +11,11 @@
|
||||||
}:
|
}:
|
||||||
let
|
let
|
||||||
runtimePaths = [
|
runtimePaths = [
|
||||||
|
coreutils-full
|
||||||
ffmpeg-headless
|
ffmpeg-headless
|
||||||
gawk
|
gawk
|
||||||
gnugrep
|
gnugrep
|
||||||
gnused
|
gnused
|
||||||
procps
|
|
||||||
];
|
];
|
||||||
versionMatches =
|
versionMatches =
|
||||||
builtins.match ''
|
builtins.match ''
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue