mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
vaultwarden.webvault: unbreak on aarch64 (#327019)
(cherry picked from commit 74535e9a5c
)
This commit is contained in:
parent
0d0af1fcc5
commit
476f5072a6
@ -3,7 +3,7 @@
|
||||
, fetchFromGitHub
|
||||
, git
|
||||
, nixosTests
|
||||
, python3
|
||||
, python311
|
||||
, vaultwarden
|
||||
}:
|
||||
|
||||
@ -37,7 +37,8 @@ in buildNpmPackage rec {
|
||||
'';
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3
|
||||
# signalr through gyp wants to import distutils
|
||||
python311
|
||||
];
|
||||
|
||||
makeCacheWritable = true;
|
||||
|
Loading…
Reference in New Issue
Block a user