deluge: fix build on darwin (close #930)

This commit is contained in:
Jason \"Don\" O'Conal
2013-09-14 15:26:48 +02:00
committed by Vladimír Čunát
parent 9767a725cc
commit 2a73189a9c
2 changed files with 8 additions and 1 deletions
@@ -11,4 +11,6 @@ stdenv.mkDerivation {
buildInputs = [ pkgconfig gtk python gettext ];
propagatedBuildInputs = [ libxml2 ];
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
}