SDL1: hammering
This commit is contained in:
parent
0af8b6e06b
commit
83c5ee361c
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user