Skip to content

Commit

Permalink
nix: more dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
nim65s committed May 28, 2024
1 parent f1bea94 commit 69c444a
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,17 @@
libdc1394,
libdmtx,
libglvnd,
libjpeg, # this is libjpeg-turbo
libpng,
librealsense,
libxml2,
libX11,
nix-gitignore,
nlohmann_json,
#ogre,
openblas,
opencv,
pkg-config,
python3,
stdenv,
texliveSmall,
Expand All @@ -52,6 +55,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
cmake
doxygen
pkg-config
texliveSmall
];

Expand All @@ -61,12 +65,14 @@ stdenv.mkDerivation (finalAttrs: {
coin3d
eigen
lapack
libdmtx
libxml2
libdc1394
libX11
libdmtx
libglvnd
libjpeg
libpng
librealsense
libX11
libxml2
nlohmann_json
#ogre
openblas
Expand Down

0 comments on commit 69c444a

Please sign in to comment.