corefonts: set pname
This commit is contained in:
parent
a9dfd23f0c
commit
6e7c66ec1e
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||
|
|
Loading…
Reference in a new issue