Loading pkgs/by-name/ml/mlx42/package.nix +1 −11 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, cmake, glfw, darwin, enableShared ? !stdenv.hostPlatform.isStatic, enableDebug ? false, }: Loading Loading @@ -33,16 +32,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake ]; buildInputs = [ glfw ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk.frameworks; [ OpenGL Cocoa IOKit ] ); buildInputs = [ glfw ]; cmakeFlags = [ (lib.cmakeBool "DEBUG" enableDebug) ]; Loading Loading
pkgs/by-name/ml/mlx42/package.nix +1 −11 Original line number Diff line number Diff line Loading @@ -4,7 +4,6 @@ fetchFromGitHub, cmake, glfw, darwin, enableShared ? !stdenv.hostPlatform.isStatic, enableDebug ? false, }: Loading Loading @@ -33,16 +32,7 @@ stdenv.mkDerivation (finalAttrs: { nativeBuildInputs = [ cmake ]; buildInputs = [ glfw ] ++ lib.optionals stdenv.hostPlatform.isDarwin ( with darwin.apple_sdk.frameworks; [ OpenGL Cocoa IOKit ] ); buildInputs = [ glfw ]; cmakeFlags = [ (lib.cmakeBool "DEBUG" enableDebug) ]; Loading