zeroad: fix build by using fmt_9

This commit is contained in:
Charlotte Van Petegem 2023-06-28 15:18:15 +02:00
parent 728d4a34ff
commit 56ac4b0400
No known key found for this signature in database
GPG key ID: 019E764B7184435A
2 changed files with 3 additions and 2 deletions

View file

@ -1,9 +1,9 @@
{ wxGTK, stdenv, newScope }:
{ fmt, wxGTK, stdenv, newScope }:
let
callPackage = newScope self;
self = {
zeroad-unwrapped = callPackage ./game.nix { inherit wxGTK stdenv; };
zeroad-unwrapped = callPackage ./game.nix { inherit fmt wxGTK stdenv; };
zeroad-data = callPackage ./data.nix { inherit stdenv; };

View file

@ -37763,6 +37763,7 @@ with pkgs;
zeroadPackages = recurseIntoAttrs (callPackage ../games/0ad {
wxGTK = wxGTK32;
fmt = fmt_9;
});
zeroad = zeroadPackages.zeroad;