mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 23:13:19 +00:00
Merge pull request #202972 from dotlambda/surelog-openjdk17
This commit is contained in:
commit
40d2157f92
@ -5,7 +5,7 @@
|
||||
, python3
|
||||
, pkg-config
|
||||
, libuuid
|
||||
, openjdk11
|
||||
, openjdk
|
||||
, gperftools
|
||||
, flatbuffers
|
||||
, fetchpatch
|
||||
@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
openjdk11
|
||||
openjdk
|
||||
(python3.withPackages (p: with p; [
|
||||
psutil
|
||||
orderedmultidict
|
||||
|
Loading…
Reference in New Issue
Block a user