yaml-language-server: fix strictDeps (#380164)
This commit is contained in:
@@ -29,11 +29,9 @@ stdenv.mkDerivation rec {
|
||||
makeWrapper
|
||||
fixup-yarn-lock
|
||||
yarn
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
nodejs
|
||||
];
|
||||
strictDeps = true;
|
||||
|
||||
configurePhase = ''
|
||||
runHook preConfigure
|
||||
|
||||
Reference in New Issue
Block a user