Loading pkgs/by-name/co/corefonts/package.nix +11 −7 Original line number Diff line number Diff line Loading @@ -66,13 +66,15 @@ stdenv.mkDerivation { pname = "corefonts"; version = "1"; exes = map ( env.exes = toString ( map ( { name, hash }: fetchurl { url = "mirror://sourceforge/corefonts/the%20fonts/final/${name}32.exe"; inherit hash; } ) fonts; ) fonts ); nativeBuildInputs = [ cabextract ]; Loading Loading @@ -137,6 +139,8 @@ stdenv.mkDerivation { done ''; __structuredAttrs = true; meta = { homepage = "https://corefonts.sourceforge.net/"; description = "Microsoft's TrueType core fonts for the Web"; Loading Loading
pkgs/by-name/co/corefonts/package.nix +11 −7 Original line number Diff line number Diff line Loading @@ -66,13 +66,15 @@ stdenv.mkDerivation { pname = "corefonts"; version = "1"; exes = map ( env.exes = toString ( map ( { name, hash }: fetchurl { url = "mirror://sourceforge/corefonts/the%20fonts/final/${name}32.exe"; inherit hash; } ) fonts; ) fonts ); nativeBuildInputs = [ cabextract ]; Loading Loading @@ -137,6 +139,8 @@ stdenv.mkDerivation { done ''; __structuredAttrs = true; meta = { homepage = "https://corefonts.sourceforge.net/"; description = "Microsoft's TrueType core fonts for the Web"; Loading