fx-cast-bridge: Pin nodejs to version 18
Pins the nodejs to version 18 to fix the build.
This commit is contained in:
parent
55ca793994
commit
46a8192d29
1 changed files with 3 additions and 1 deletions
|
@ -1,9 +1,11 @@
|
|||
{ lib, buildNpmPackage, fetchFromGitHub, avahi-compat, nodejs, python3 }:
|
||||
{ lib, buildNpmPackage, fetchFromGitHub, avahi-compat, nodejs_18, python3 }:
|
||||
|
||||
buildNpmPackage rec {
|
||||
pname = "fx-cast-bridge";
|
||||
version = "0.3.1";
|
||||
|
||||
nodejs = nodejs_18;
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "hensm";
|
||||
repo = "fx_cast";
|
||||
|
|
Loading…
Reference in a new issue