cereal: cereal_1_3_0 -> cereal_1_3_2
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
glfw,
|
||||
glm,
|
||||
spdlog,
|
||||
cereal_1_3_2,
|
||||
cereal,
|
||||
python3Packages,
|
||||
}:
|
||||
|
||||
@@ -106,7 +106,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
|
||||
# non-numerical
|
||||
spdlog
|
||||
cereal_1_3_2
|
||||
cereal
|
||||
glfw
|
||||
];
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
graphviz,
|
||||
|
||||
# propagatedBuildInputs
|
||||
cereal_1_3_2,
|
||||
cereal,
|
||||
eigen,
|
||||
jrl-cmakemodules,
|
||||
simde,
|
||||
@@ -60,7 +60,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [
|
||||
cereal_1_3_2
|
||||
cereal
|
||||
eigen
|
||||
jrl-cmakemodules
|
||||
simde
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
stdenv,
|
||||
boost,
|
||||
bzip2,
|
||||
cereal_1_3_2,
|
||||
cereal,
|
||||
cmake,
|
||||
curl,
|
||||
fetchFromGitHub,
|
||||
@@ -49,7 +49,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
enabledStatic = true;
|
||||
})
|
||||
bzip2
|
||||
cereal_1_3_2
|
||||
cereal
|
||||
curl
|
||||
icu
|
||||
jemalloc
|
||||
|
||||
@@ -283,7 +283,6 @@ with pkgs;
|
||||
cve = with python3Packages; toPythonApplication cvelib;
|
||||
|
||||
basalt-monado = callPackage ../by-name/ba/basalt-monado/package.nix {
|
||||
cereal = cereal_1_3_2;
|
||||
opencv = opencv.override { enableGtk3 = true; };
|
||||
};
|
||||
|
||||
@@ -327,7 +326,7 @@ with pkgs;
|
||||
practiceMod = true;
|
||||
};
|
||||
|
||||
cereal = cereal_1_3_0;
|
||||
cereal = cereal_1_3_2;
|
||||
|
||||
chef-cli = callPackage ../tools/misc/chef-cli { };
|
||||
|
||||
|
||||
Reference in New Issue
Block a user