yaml-language-server: fix strictDeps
This commit is contained in:
@@ -31,6 +31,10 @@ stdenv.mkDerivation rec {
|
||||
yarn
|
||||
nodejs
|
||||
];
|
||||
|
||||
# NodeJS is also needed here so that script interpreter get patched
|
||||
buildInputs = [ nodejs ];
|
||||
|
||||
strictDeps = true;
|
||||
|
||||
configurePhase = ''
|
||||
|
||||
Reference in New Issue
Block a user