lpairs2: enable parallel building

This commit is contained in:
Sergei Trofimovich 2025-03-09 06:47:30 +00:00
parent f96e79c7d8
commit 3c78d4ff8c

View File

@ -25,6 +25,8 @@ stdenv.mkDerivation (finalAttrs: {
SDL2_ttf
];
enableParallelBuilding = true;
passthru.updateScript = directoryListingUpdater {
inherit (finalAttrs) pname version;
url = "https://lgames.sourceforge.io/LPairs/";