fix build

This commit is contained in:
Kopatz
2024-10-12 22:16:41 +02:00
parent 81a68a8409
commit eb030c8d5e

View File

@@ -1,4 +1,4 @@
{ lib, buildNpmPackage, fetchFromGitHub }: { lib, buildNpmPackage, fetchFromGitHub, npm-lockfile-fix }:
buildNpmPackage rec { buildNpmPackage rec {
pname = "ente-website"; pname = "ente-website";
@@ -13,6 +13,8 @@ buildNpmPackage rec {
# The prepack script runs the build script, which we'd rather do in the build phase. # The prepack script runs the build script, which we'd rather do in the build phase.
npmPackFlags = [ "--ignore-scripts" ]; npmPackFlags = [ "--ignore-scripts" ];
npmFlags = [ "--legacy-peer-deps" ];
installPhase = '' installPhase = ''
mkdir -p $out mkdir -p $out
ls . ls .