Skip to content

Commit 83c5ee3

Browse files
SDL1: hammering
1 parent 0af8b6e commit 83c5ee3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

pkgs/by-name/sd/SDL1/package.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,8 @@ stdenv.mkDerivation (finalAttrs: {
122122
})
123123
];
124124

125+
enableParallelBuilding = true;
126+
125127
postInstall = ''
126128
moveToOutput share/aclocal "$dev"
127129
'';
@@ -141,8 +143,6 @@ stdenv.mkDerivation (finalAttrs: {
141143

142144
passthru = { inherit openglSupport; };
143145

144-
enableParallelBuilding = true;
145-
146146
meta = {
147147
homepage = "http://www.libsdl.org/";
148148
description = "Cross-platform multimedia library";

0 commit comments

Comments
 (0)