From e2a11e4e29f51408da551e2a196728dae8566598 Mon Sep 17 00:00:00 2001 From: Niko Strijbol Date: Wed, 3 May 2023 23:14:29 +0200 Subject: [PATCH] jetbrains-jcef: use pname instead of name --- pkgs/development/compilers/jetbrains-jdk/jcef.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/jetbrains-jdk/jcef.nix b/pkgs/development/compilers/jetbrains-jdk/jcef.nix index 5ce9a414ba8e..d3785703da33 100644 --- a/pkgs/development/compilers/jetbrains-jdk/jcef.nix +++ b/pkgs/development/compilers/jetbrains-jdk/jcef.nix @@ -75,7 +75,7 @@ let rpath = lib.makeLibraryPath [ buildType = if debugBuild then "Debug" else "Release"; in stdenv.mkDerivation rec { - name = "jcef-jetbrains"; + pname = "jcef-jetbrains"; rev = "3dfde2a70f1f914c6a84ba967123a0e38f51053f"; # This is the commit number # Currently from the 231 branch: https://github.com/JetBrains/jcef/tree/231