Skip to content

Commit

Permalink
tx-tools: fix darwin build
Browse files Browse the repository at this point in the history
  • Loading branch information
mrene committed Sep 2, 2024
1 parent ce29b2d commit 95fc5e1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion pkgs/tx-tools/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
stdenv,
fetchFromGitHub,
cmake,
soapysdr-with-plugins
soapysdr-with-plugins,
darwin
}:

stdenv.mkDerivation rec {
Expand All @@ -23,6 +24,9 @@ stdenv.mkDerivation rec {

buildInputs = [
soapysdr-with-plugins
] ++ lib.optionals stdenv.isDarwin [
darwin.apple_sdk.frameworks.IOKit
darwin.apple_sdk.frameworks.Security
];

meta = {
Expand Down

0 comments on commit 95fc5e1

Please sign in to comment.