clan-cli: Add shellcheck as a runtimeDependencie
This commit is contained in:
@@ -15,6 +15,7 @@
|
||||
"tor",
|
||||
"virtiofsd",
|
||||
"zbar",
|
||||
"shellcheck",
|
||||
"util-linux",
|
||||
"avahi",
|
||||
"gnupg"
|
||||
|
||||
@@ -16,6 +16,7 @@
|
||||
classgen,
|
||||
pythonRuntime,
|
||||
templateDerivation,
|
||||
shellcheck,
|
||||
}:
|
||||
let
|
||||
pyDeps = ps: [
|
||||
@@ -51,6 +52,7 @@ let
|
||||
testDependencies = testRuntimeDependencies ++ [
|
||||
gnupg
|
||||
stdenv.cc # Compiler used for certain native extensions
|
||||
shellcheck
|
||||
(pythonRuntime.withPackages pyTestDeps)
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user