From 6e5098bf9f013c03fefb884e3a59f02e5c59b4fa Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Tue, 23 Jul 2024 16:33:54 +0100 Subject: [PATCH] chore: update packaging and docs to remove procps --- README.md | 2 +- debian/control | 1 - devshell.nix | 4 ++-- package.nix | 3 ++- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 165a665..06b2ee5 100644 --- a/README.md +++ b/README.md @@ -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: diff --git a/debian/control b/debian/control index 68ab7c8..b8d7b4c 100644 --- a/debian/control +++ b/debian/control @@ -17,7 +17,6 @@ Depends: ffmpeg, grep, mawk, - procps, sed, ${misc:Depends}, ${shlibs:Depends}, diff --git a/devshell.nix b/devshell.nix index a14e9e6..2e812e4 100644 --- a/devshell.nix +++ b/devshell.nix @@ -5,11 +5,11 @@ }: mkShell { packages = with pkgs; ([ + coreutils-full ffmpeg-headless + gawk gnugrep gnused - mawk - procps ]); shellHook = '' diff --git a/package.nix b/package.nix index 458d07f..de6da02 100644 --- a/package.nix +++ b/package.nix @@ -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 ''