mirror of
https://github.com/tale/headplane.git
synced 2026-07-26 07:48:14 +00:00
Merge pull request #521 from sinanmohd/chore/deprecated-package-attribute
This commit is contained in:
+6
-2
@@ -5,6 +5,8 @@
|
||||
makeWrapper,
|
||||
nodejs_24,
|
||||
pnpm_10,
|
||||
fetchPnpmDeps,
|
||||
pnpmConfigHook,
|
||||
stdenv,
|
||||
}: let
|
||||
pkg = builtins.fromJSON (builtins.readFile ../package.json);
|
||||
@@ -20,15 +22,17 @@ in
|
||||
nativeBuildInputs = [
|
||||
makeWrapper
|
||||
nodejs_24
|
||||
pnpm_10.configHook
|
||||
pnpm_10
|
||||
pnpmConfigHook
|
||||
git
|
||||
];
|
||||
|
||||
dontCheckForBrokenSymlinks = true;
|
||||
|
||||
pnpmDeps = pnpm_10.fetchDeps {
|
||||
pnpmDeps = fetchPnpmDeps {
|
||||
inherit (finalAttrs) pname version src;
|
||||
fetcherVersion = 3;
|
||||
pnpm = pnpm_10;
|
||||
hash = "sha256-zEivmBfx9qCQBHvSA1kRRmjsb58uPv5Ip+geV40CP4Q=";
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user