From afad00ea0f0395f760e11e2fec8572af3e4737d5 Mon Sep 17 00:00:00 2001 From: Pawel Chojnacki Date: Tue, 9 Jul 2024 14:44:00 +0200 Subject: [PATCH] f --- .github/workflows/nix-auto.yml | 2 +- ddtrace.nix | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nix-auto.yml b/.github/workflows/nix-auto.yml index eee0bfa..59b5e21 100644 --- a/.github/workflows/nix-auto.yml +++ b/.github/workflows/nix-auto.yml @@ -30,4 +30,4 @@ jobs: steps: - uses: actions/checkout@v4 - uses: cachix/install-nix-action@v27 - - run: nix build -L '.githubActions.checks.#${{ matrix.attr }}' \ No newline at end of file + - run: nix build -L '.#githubActions.checks.${{ matrix.attr }}' \ No newline at end of file diff --git a/ddtrace.nix b/ddtrace.nix index 053603e..243cf6d 100644 --- a/ddtrace.nix +++ b/ddtrace.nix @@ -34,7 +34,8 @@ let setuptools setuptools_scm cython - ]); + ]) + ++ lib.optionals stdenv.isDarwin [ darwin.apple_sdk.frameworks.IOKit ]; propagatedBuildInputs = with python.pkgs; [ attrs