corefonts: set pname

This commit is contained in:
Kerstin Humm 2021-08-25 17:03:28 +02:00
parent a9dfd23f0c
commit 6e7c66ec1e
No known key found for this signature in database
GPG Key ID: 40293358C7B9326B

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";