Browse Source

flake : Restore default package's buildInputs (#3262)

kang 2 năm trước cách đây
mục cha
commit
80834daecf
1 tập tin đã thay đổi với 2 bổ sung1 xóa
  1. 2 1
      flake.nix

+ 2 - 1
flake.nix

@@ -52,7 +52,8 @@
       in
       {
         packages.default = pkgs.stdenv.mkDerivation {
-          inherit name src meta postPatch nativeBuildInputs buildInputs postInstall;
+          inherit name src meta postPatch nativeBuildInputs postInstall;
+          buildInputs = osSpecific;
           cmakeFlags = cmakeFlags
             ++ (if isAarch64 && isDarwin then [
             "-DCMAKE_C_FLAGS=-D__ARM_FEATURE_DOTPROD=1"