Revert "jetbrains.jdk: fix build w/glibc-2.34"
This reverts commit 4427e547ca
.
Patch is not needed anymore.
This commit is contained in:
parent
91fa7657d1
commit
41eb407d2c
1 changed files with 2 additions and 7 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ lib, openjdk11, fetchFromGitHub, jetbrains, fetchpatch }:
|
{ lib, openjdk11, fetchFromGitHub, jetbrains }:
|
||||||
|
|
||||||
openjdk11.overrideAttrs (oldAttrs: rec {
|
openjdk11.overrideAttrs (oldAttrs: rec {
|
||||||
pname = "jetbrains-jdk";
|
pname = "jetbrains-jdk";
|
||||||
|
@ -10,12 +10,7 @@ openjdk11.overrideAttrs (oldAttrs: rec {
|
||||||
rev = "jb${version}";
|
rev = "jb${version}";
|
||||||
sha256 = "sha256-TPNYZUkAoiZfp7Ci3fslKnRNGY1lnyIhXYUt6J31lwI=";
|
sha256 = "sha256-TPNYZUkAoiZfp7Ci3fslKnRNGY1lnyIhXYUt6J31lwI=";
|
||||||
};
|
};
|
||||||
patches = [
|
patches = [];
|
||||||
(fetchpatch {
|
|
||||||
url = "https://github.com/JetBrains/JetBrainsRuntime/commit/980cfdf8d04c015bf2ecb4642064e45e3f36630d.patch";
|
|
||||||
sha256 = "sha256-/f20sWnlWoObgdgZKWD785q0aRZ5oIP5pzW+AmejLWM=";
|
|
||||||
})
|
|
||||||
];
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "An OpenJDK fork to better support Jetbrains's products.";
|
description = "An OpenJDK fork to better support Jetbrains's products.";
|
||||||
longDescription = ''
|
longDescription = ''
|
||||||
|
|
Loading…
Reference in a new issue