From 42a5c9d6373867cd89d390f2e044075f6c1e2abf Mon Sep 17 00:00:00 2001 From: Evgeny Egorochkin Date: Wed, 4 Dec 2013 04:25:05 +0200 Subject: [PATCH] spring-lobby: add extra dependencies --- pkgs/games/spring/springlobby.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/games/spring/springlobby.nix b/pkgs/games/spring/springlobby.nix index 546f9a429651..ac4869f78380 100644 --- a/pkgs/games/spring/springlobby.nix +++ b/pkgs/games/spring/springlobby.nix @@ -1,5 +1,5 @@ { stdenv, fetchurl, cmake, wxGTK, openal, pkgconfig, curl, libtorrentRasterbar, libpng, libX11 -, gettext, bash, gawk, boost}: +, gettext, bash, gawk, boost, libnotify, gtk, doxygen }: stdenv.mkDerivation rec { name = "springlobby-${version}"; @@ -10,7 +10,10 @@ stdenv.mkDerivation rec { sha256 = "0a5pnd15rlvbkvnz2s0axy3i7m2jlrk91kjpwflnrcqlf42c2rk9"; }; - buildInputs = [ cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost libpng libX11 ]; + buildInputs = [ + cmake wxGTK openal pkgconfig curl gettext libtorrentRasterbar boost libpng libX11 + libnotify gtk doxygen + ]; prePatch = '' substituteInPlace tools/regen_config_header.sh --replace "#!/usr/bin/env bash" "#!${bash}/bin/bash"