summary refs log tree commit diff
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2018-01-13 13:58:37 +0800
committerPeter Hoeg <peter@hoeg.com>2018-01-17 21:59:59 +0800
commit4dec2618b3f3d85bfb07c56967c56dedf2770b27 (patch)
tree6c3d10c78387080c65e5c2578bc57ab443dae7cd
parent883957c0e6a1241108ed5c1eea5461ba1d18a27e (diff)
downloadnixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar.gz
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar.bz2
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar.lz
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar.xz
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.tar.zst
nixlib-4dec2618b3f3d85bfb07c56967c56dedf2770b27.zip
asc: compile against older physfs
-rw-r--r--pkgs/top-level/all-packages.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index 509e2d4bf81b..b8dcc7103a80 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -17987,6 +17987,7 @@ with pkgs;
   asc = callPackage ../games/asc {
     lua = lua5_1;
     libsigcxx = libsigcxx12;
+    physfs = physfs_2;
   };
 
   astromenace = callPackage ../games/astromenace { };