Skip to content

Commit

Permalink
Merge pull request #222037 from m-burg/fix/subsurface-libdivecomputer…
Browse files Browse the repository at this point in the history
…-dependencies

subsurface: add dependencies for transports
  • Loading branch information
adisbladis authored Mar 20, 2023
2 parents bbda904 + af4e12a commit 8276a16
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/applications/misc/subsurface/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,10 @@
, qmake
, curl
, grantlee
, hidapi
, libgit2
, libssh2
, libusb1
, libxml2
, libxslt
, libzip
Expand Down Expand Up @@ -44,9 +46,9 @@ let

sourceRoot = "source/libdivecomputer";

nativeBuildInputs = [ autoreconfHook ];
nativeBuildInputs = [ autoreconfHook pkg-config ];

buildInputs = [ zlib ];
buildInputs = [ zlib libusb1 bluez hidapi ];

enableParallelBuilding = true;

Expand Down

0 comments on commit 8276a16

Please sign in to comment.