mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +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
|
, 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;
|
||||||
|
Loading…
Reference in New Issue
Block a user