surelog: move openjdk and python packages to nativebuildinputs

This commit is contained in:
Matt Huszagh 2022-08-21 16:29:19 -07:00
parent e6364aab98
commit f2ec2efd26

View File

@ -24,15 +24,15 @@ stdenv.mkDerivation rec {
nativeBuildInputs = [
cmake
pkg-config
];
buildInputs = [
libuuid
openjdk11
(python3.withPackages (p: with p; [
psutil
orderedmultidict
]))
];
buildInputs = [
libuuid
gperftools
];