jetbrains-jcef: use pname instead of name

This commit is contained in:
Niko Strijbol 2023-05-03 23:14:29 +02:00
parent ebf88190cc
commit e2a11e4e29
No known key found for this signature in database
GPG key ID: 1A8AEBABD9012251

View file

@ -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