Skip to content

Commit

Permalink
Add dependencies to Dockerfile and Nix flake
Browse files Browse the repository at this point in the history
Signed-off-by: Tin Švagelj <[email protected]>
  • Loading branch information
Caellian committed May 3, 2024
1 parent c33aa60 commit 26d73c2
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN apt-get update \
libimlib2-dev \
libircclient-dev \
libiw-dev \
libnl-3-dev\
libnl-genl-3-dev\
libnl-route-3-dev\
libjsoncpp-dev \
liblua5.3-dev \
libmicrohttpd-dev \
Expand Down
1 change: 1 addition & 0 deletions flake.nix
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@
xorg.libXi
xorg.libXinerama
xorg.xcbutilerrors
libnl
]
++ lib.optional stdenv.isDarwin darwin.libobjc;
};
Expand Down

0 comments on commit 26d73c2

Please sign in to comment.