Make ps available to karaf

This commit is contained in:
Simonas Kazlauskas
2023-02-24 00:34:38 +02:00
parent 1407a818f0
commit 3f5a359361

View File

@@ -6,6 +6,7 @@
jdk-openhab,
lib,
makeWrapper,
procps,
stdenv,
}:
@@ -22,7 +23,7 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ makeWrapper ];
buildInputs = [ bash ];
outputs = [ "out" ];
extraPath = lib.makeBinPath [ jdk-openhab gawk coreutils ];
extraPath = lib.makeBinPath [ jdk-openhab gawk coreutils procps ];
wrappedExecutables = [
"start.sh"
"start_debug.sh"