mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-19 17:39:34 +00:00
asc: compile against older physfs
This commit is contained in:
parent
883957c0e6
commit
4dec2618b3
|
@ -17987,6 +17987,7 @@ with pkgs;
|
|||
asc = callPackage ../games/asc {
|
||||
lua = lua5_1;
|
||||
libsigcxx = libsigcxx12;
|
||||
physfs = physfs_2;
|
||||
};
|
||||
|
||||
astromenace = callPackage ../games/astromenace { };
|
||||
|
|
Loading…
Reference in a new issue