bitwarden-cli: fix darwin

This commit is contained in:
Austin Horstman
2024-06-30 08:36:35 -05:00
parent cd6602819b
commit 96fb8e4e33
@@ -6,6 +6,7 @@
, python3
, darwin
, nixosTests
, xcbuild
}:
buildNpmPackage rec {
@@ -27,6 +28,7 @@ buildNpmPackage rec {
python3
] ++ lib.optionals stdenv.isDarwin [
darwin.cctools
xcbuild.xcrun
];
makeCacheWritable = true;