Skip to content

Commit

Permalink
openra: runtime dependency on systemd
Browse files Browse the repository at this point in the history
  • Loading branch information
domenkozar committed Jun 8, 2014
1 parent e26b560 commit e1a0d45
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkgs/games/openra/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, mono, makeWrapper
, SDL2, freetype, openal
, SDL2, freetype, openal, systemd
}:

let
Expand Down Expand Up @@ -35,7 +35,7 @@ in stdenv.mkDerivation rec {
'';

postInstall = with stdenv.lib; let
runtime = makeLibraryPath [ SDL2 freetype openal ];
runtime = makeLibraryPath [ SDL2 freetype openal systemd ];
in ''
wrapProgram $out/bin/openra \
--prefix PATH : "${mono}/bin" \
Expand Down

0 comments on commit e1a0d45

Please sign in to comment.