deluge: fix build on darwin (close #930)
This commit is contained in:
committed by
Vladimír Čunát
parent
9767a725cc
commit
2a73189a9c
@@ -11,4 +11,6 @@ stdenv.mkDerivation {
|
||||
buildInputs = [ pkgconfig gtk python gettext ];
|
||||
|
||||
propagatedBuildInputs = [ libxml2 ];
|
||||
|
||||
NIX_LDFLAGS = stdenv.lib.optionalString stdenv.isDarwin "-lintl";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user