mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
dcgm: use strictDeps
This commit is contained in:
parent
9a3dcd025a
commit
8b4275f955
@ -104,6 +104,8 @@ in gcc11Stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
hardeningDisable = [ "all" ];
|
hardeningDisable = [ "all" ];
|
||||||
|
|
||||||
|
strictDeps = true;
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
# autoAddOpenGLRunpathHook does not actually depend on or incur any dependency
|
# autoAddOpenGLRunpathHook does not actually depend on or incur any dependency
|
||||||
# of cudaPackages. It merely adds an impure, non-Nix PATH to the RPATHs of
|
# of cudaPackages. It merely adds an impure, non-Nix PATH to the RPATHs of
|
||||||
@ -113,18 +115,16 @@ in gcc11Stdenv.mkDerivation rec {
|
|||||||
cmake
|
cmake
|
||||||
git
|
git
|
||||||
python3
|
python3
|
||||||
|
|
||||||
jsoncpp-static
|
|
||||||
jsoncpp-static.dev
|
|
||||||
libevent-nossl-static
|
|
||||||
libevent-nossl-static.dev
|
|
||||||
plog.dev # header-only
|
|
||||||
tclap_1_4 # header-only
|
|
||||||
];
|
];
|
||||||
|
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
|
plog.dev # header-only
|
||||||
|
tclap_1_4 # header-only
|
||||||
|
|
||||||
catch2
|
catch2
|
||||||
fmt_9
|
fmt_9
|
||||||
|
jsoncpp-static
|
||||||
|
libevent-nossl-static
|
||||||
yaml-cpp
|
yaml-cpp
|
||||||
];
|
];
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user