vaultwarden.webvault: unbreak on aarch64 (#327019)

(cherry picked from commit 74535e9a5c)
This commit is contained in:
Ashish 2024-07-17 11:40:36 +02:00 committed by Robert Schütz
parent 0d0af1fcc5
commit 476f5072a6

View File

@ -3,7 +3,7 @@
, fetchFromGitHub , fetchFromGitHub
, git , git
, nixosTests , nixosTests
, python3 , python311
, vaultwarden , vaultwarden
}: }:
@ -37,7 +37,8 @@ in buildNpmPackage rec {
''; '';
nativeBuildInputs = [ nativeBuildInputs = [
python3 # signalr through gyp wants to import distutils
python311
]; ];
makeCacheWritable = true; makeCacheWritable = true;