Skip to content

Commit

Permalink
exult: Fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Apr 9, 2017
1 parent efcd597 commit 9e7faf9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/games/exult/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ stdenv.mkDerivation rec {

enableParallelBuilding = true;

makeFlags = [ "DESTDIR=$(out)" ];

postInstall =
''
mkdir -p $out/share/exult/music
Expand Down

0 comments on commit 9e7faf9

Please sign in to comment.