SDL1: hammering

This commit is contained in:
Anderson Torres 2024-09-04 14:09:25 -03:00
parent 0af8b6e06b
commit 83c5ee361c

View File

@ -122,6 +122,8 @@ stdenv.mkDerivation (finalAttrs: {
})
];
enableParallelBuilding = true;
postInstall = ''
moveToOutput share/aclocal "$dev"
'';
@ -141,8 +143,6 @@ stdenv.mkDerivation (finalAttrs: {
passthru = { inherit openglSupport; };
enableParallelBuilding = true;
meta = {
homepage = "http://www.libsdl.org/";
description = "Cross-platform multimedia library";