mirror of
https://github.com/CHN-beta/nixpkgs.git
synced 2026-01-12 02:40:31 +08:00
bluesky-pds: fix build error (#475870)
This commit is contained in:
@@ -8,7 +8,7 @@
|
||||
fetchPnpmDeps,
|
||||
pnpmConfigHook,
|
||||
fetchFromGitHub,
|
||||
nodejs,
|
||||
nodejs_22,
|
||||
vips,
|
||||
pkg-config,
|
||||
nixosTests,
|
||||
@@ -18,6 +18,9 @@
|
||||
}:
|
||||
|
||||
let
|
||||
# build failure against better-sqlite3, so we use nodejs_22; upstream
|
||||
# bluesky-pds uses 20
|
||||
nodejs = nodejs_22;
|
||||
nodeSources = srcOnly nodejs;
|
||||
pythonEnv = python3.withPackages (p: [ p.setuptools ]);
|
||||
in
|
||||
|
||||
Reference in New Issue
Block a user