fx-cast-bridge: Pin nodejs to version 18

Pins the nodejs to version 18 to fix the build.
This commit is contained in:
Bastian Köcher 2023-12-12 15:41:39 +01:00
parent 55ca793994
commit 46a8192d29
No known key found for this signature in database
GPG key ID: 3944BE3F0A559837

View file

@ -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";