Skip to content

Commit 80834da

Browse files
authored
flake : Restore default package's buildInputs (#3262)
1 parent a40f2b6 commit 80834da

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

flake.nix

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@
5252
in
5353
{
5454
packages.default = pkgs.stdenv.mkDerivation {
55-
inherit name src meta postPatch nativeBuildInputs buildInputs postInstall;
55+
inherit name src meta postPatch nativeBuildInputs postInstall;
56+
buildInputs = osSpecific;
5657
cmakeFlags = cmakeFlags
5758
++ (if isAarch64 && isDarwin then [
5859
"-DCMAKE_C_FLAGS=-D__ARM_FEATURE_DOTPROD=1"

0 commit comments

Comments
 (0)