root: move nlohmann_json to propagatedBuildInputs
This commit is contained in:
parent
682eac0d22
commit
49d5867732
1 changed files with 3 additions and 1 deletions
|
@ -83,6 +83,9 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
nativeBuildInputs = [ makeWrapper cmake pkg-config git ];
|
||||
propagatedBuildInputs = [
|
||||
nlohmann_json
|
||||
];
|
||||
buildInputs = [
|
||||
davix
|
||||
ftgl
|
||||
|
@ -106,7 +109,6 @@ stdenv.mkDerivation rec {
|
|||
libjpeg
|
||||
libtiff
|
||||
libpng
|
||||
nlohmann_json
|
||||
patchRcPathCsh
|
||||
patchRcPathFish
|
||||
patchRcPathPosix
|
||||
|
|
Loading…
Reference in a new issue