Skip to content

Commit 972d786

Browse files
include libsds.h in the resulting nix package
2 parents c1e47fd + 27a2cae commit 972d786

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

nix/default.nix

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,8 +76,9 @@ in stdenv.mkDerivation rec {
7676
cd $out
7777
zip -r libwaku.aar *
7878
'' else ''
79-
mkdir -p $out/lib
80-
cp -r build/* $out/lib
79+
mkdir -p $out/lib -p $out/include
80+
cp build/* $out/lib/
81+
cp library/libsds.h $out/include/
8182
'';
8283

8384
meta = with pkgs.lib; {

0 commit comments

Comments
 (0)