physfs: fix evaluation with Nix < 2.4

This commit is contained in:
sternenseemann
2025-01-08 19:21:24 +01:00
parent e4ae1e07d1
commit 09da8661fe
@@ -14,7 +14,7 @@ let
};
patches = [
./dont-set-cmake-skip-rpath-${version}.patch
(./. + "/dont-set-cmake-skip-rpath-${version}.patch")
];
nativeBuildInputs = [ cmake doxygen ];