ungoogled-chromium: name -> pname

A partial backport of e4e631ebb81 to keep the diff minimal.
This commit is contained in:
Michael Weiss 2021-09-25 00:14:35 +02:00
parent c20993fbc9
commit 0f19ca835b
No known key found for this signature in database
GPG Key ID: 5BE487C4D4771D83

View File

@ -10,7 +10,7 @@
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
name = "ungoogled-chromium-${version}"; pname = "ungoogled-chromium";
version = rev; version = rev;