Skip to content

Commit

Permalink
gltron: enable parallel building
Browse files Browse the repository at this point in the history
  • Loading branch information
trofi committed Dec 23, 2024
1 parent 9e7181b commit 1a13741
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/by-name/gl/gltron/package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,8 @@ stdenv.mkDerivation rec {
SDL_sound
];

enableParallelBuilding = true;

meta = {
homepage = "http://www.gltron.org/";
description = "Game based on the movie Tron";
Expand Down

0 comments on commit 1a13741

Please sign in to comment.