Unverified Commit ac3d5c97 authored by John Titor's avatar John Titor
Browse files

corefonts: fix build

parent c149b881
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
  version = "1";

  exes = map ({name, sha256}: fetchurl {
    url = "mirror://sourceforge/corefonts/${name}32.exe";
    url = "mirror://sourceforge/corefonts/the%20fonts/final/${name}32.exe";
    inherit sha256;
  }) fonts;