From cadbee1ab10cb145fc0961ef2cc20c0a7207f94e Mon Sep 17 00:00:00 2001 From: Florian Friesdorf Date: Wed, 21 Sep 2011 23:31:51 +0000 Subject: indeed fix talloc build on darwin svn path=/nixpkgs/trunk/; revision=29431 --- pkgs/development/libraries/talloc/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'pkgs/development/libraries/talloc/default.nix') diff --git a/pkgs/development/libraries/talloc/default.nix b/pkgs/development/libraries/talloc/default.nix index 9a37b106eaa..54db07d0de8 100644 --- a/pkgs/development/libraries/talloc/default.nix +++ b/pkgs/development/libraries/talloc/default.nix @@ -10,7 +10,8 @@ stdenv.mkDerivation rec { configureFlags = "--enable-talloc-compat1 --enable-largefile"; - patchPhase = if stdenv.isDarwin then '' + # https://bugzilla.samba.org/show_bug.cgi?id=7000 + postConfigure = if stdenv.isDarwin then '' substituteInPlace "Makefile" --replace "SONAMEFLAG = #" "SONAMEFLAG = -install_name" '' else ""; -- cgit 1.4.1