Merge pull request #253825 from lheckemann/revert-meshcentral-fetchyarndeps

Revert "meshcentral: use fetchYarnDeps"
This commit is contained in:
Weijia Wang
2023-09-07 11:24:30 +02:00
committed by GitHub
2 changed files with 11383 additions and 12 deletions
+2 -12
View File
@@ -1,10 +1,4 @@
{ lib
, fetchzip
, fetchYarnDeps
, yarn2nix-moretea
, nodejs_18
, dos2unix
}:
{ lib, fetchzip, yarn2nix-moretea, nodejs_18, dos2unix }:
yarn2nix-moretea.mkYarnPackage {
version = "1.1.6";
@@ -18,11 +12,7 @@ yarn2nix-moretea.mkYarnPackage {
packageJSON = ./package.json;
yarnLock = ./yarn.lock;
offlineCache = fetchYarnDeps {
yarnLock = ./yarn.lock;
hash = "sha256-aKWa6pvIi2JkOtpiWH19KZoncPuSIgvDk/j7PvXp2nw=";
};
yarnNix = ./yarn.nix;
# Tarball has CRLF line endings. This makes patching difficult, so let's convert them.
nativeBuildInputs = [ dos2unix ];
File diff suppressed because it is too large Load Diff