Skip to content

Commit

Permalink
Merge pull request NixOS#317382 from JohnRTitor/corefonts
Browse files Browse the repository at this point in the history
corefonts: fix build
  • Loading branch information
wegank authored Jun 5, 2024
2 parents 70e5090 + 96f6a37 commit 22b57ba
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 3 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down
2 changes: 0 additions & 2 deletions pkgs/top-level/all-packages.nix
Original file line number Diff line number Diff line change
Expand Up @@ -28327,8 +28327,6 @@ with pkgs;

comixcursors = callPackage ../data/icons/comixcursors { };

corefonts = callPackage ../data/fonts/corefonts { };

courier-prime = callPackage ../data/fonts/courier-prime { };

cozette = callPackage ../data/fonts/cozette { };
Expand Down

0 comments on commit 22b57ba

Please sign in to comment.