1
0
Fork 1
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:
Peter Hoeg 2018-01-13 13:58:37 +08:00
parent 883957c0e6
commit 4dec2618b3

View file

@ -17987,6 +17987,7 @@ with pkgs;
asc = callPackage ../games/asc {
lua = lua5_1;
libsigcxx = libsigcxx12;
physfs = physfs_2;
};
astromenace = callPackage ../games/astromenace { };