Revert "meshcentral: use fetchYarnDeps"
This reverts commit f5abc06ccc
, which
breaks the update script.
@wegank, please do not merge substantive changes to packages without
giving maintainers time to respond.
This commit is contained in:
parent
d8a8548210
commit
30cdffb568
2 changed files with 11383 additions and 12 deletions
|
@ -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 ];
|
||||
|
|
11381
pkgs/tools/admin/meshcentral/yarn.nix
Normal file
11381
pkgs/tools/admin/meshcentral/yarn.nix
Normal file
File diff suppressed because it is too large
Load diff
Loading…
Reference in a new issue