Merge pull request #143165 from erictapen/corefonts-pname

corefonts: set pname
This commit is contained in:
Jörg Thalheim 2021-10-27 21:18:05 +02:00 committed by GitHub
commit 216effdb14
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,8 @@ let
in
stdenv.mkDerivation {
name = "corefonts-1";
pname = "corefonts";
version = "1";
exes = map ({name, sha256}: fetchurl {
url = "mirror://sourceforge/corefonts/${name}32.exe";