Make ps available to karaf
This commit is contained in:
@@ -6,6 +6,7 @@
|
|||||||
jdk-openhab,
|
jdk-openhab,
|
||||||
lib,
|
lib,
|
||||||
makeWrapper,
|
makeWrapper,
|
||||||
|
procps,
|
||||||
stdenv,
|
stdenv,
|
||||||
}:
|
}:
|
||||||
|
|
||||||
@@ -22,7 +23,7 @@ in stdenv.mkDerivation rec {
|
|||||||
nativeBuildInputs = [ makeWrapper ];
|
nativeBuildInputs = [ makeWrapper ];
|
||||||
buildInputs = [ bash ];
|
buildInputs = [ bash ];
|
||||||
outputs = [ "out" ];
|
outputs = [ "out" ];
|
||||||
extraPath = lib.makeBinPath [ jdk-openhab gawk coreutils ];
|
extraPath = lib.makeBinPath [ jdk-openhab gawk coreutils procps ];
|
||||||
wrappedExecutables = [
|
wrappedExecutables = [
|
||||||
"start.sh"
|
"start.sh"
|
||||||
"start_debug.sh"
|
"start_debug.sh"
|
||||||
|
|||||||
Reference in New Issue
Block a user