add profiler dependencies
This commit is contained in:
@ -124,12 +124,15 @@ rec {
|
|||||||
|
|
||||||
# C/C++:
|
# C/C++:
|
||||||
gdb
|
gdb
|
||||||
# valgrind
|
valgrind
|
||||||
# gnumake
|
# gnumake
|
||||||
cmake
|
cmake
|
||||||
# pkg-config
|
# pkg-config
|
||||||
# clang-tools
|
# clang-tools
|
||||||
# compdb
|
# compdb
|
||||||
|
# pprof
|
||||||
|
gprof2dot
|
||||||
|
kdePackages.kcachegrind
|
||||||
];
|
];
|
||||||
|
|
||||||
# Add dependencies to buildInputs if they will end up copied or linked into the final output or otherwise used at runtime:
|
# Add dependencies to buildInputs if they will end up copied or linked into the final output or otherwise used at runtime:
|
||||||
@ -142,6 +145,7 @@ rec {
|
|||||||
raylib
|
raylib
|
||||||
raylib-cpp
|
raylib-cpp
|
||||||
tinyobjloader
|
tinyobjloader
|
||||||
|
# gperftools
|
||||||
];
|
];
|
||||||
# ===========================================================================================
|
# ===========================================================================================
|
||||||
# Define buildable + installable packages
|
# Define buildable + installable packages
|
||||||
|
|||||||
Reference in New Issue
Block a user