From 6d7f97bd0b1628ed76a40c038ae70a9d91bd2ca1 Mon Sep 17 00:00:00 2001 From: Peter Simons Date: Wed, 19 May 2010 12:25:31 +0000 Subject: pkgs/applications/editors/emacs-23: Darwin builds require libXaw to avoid link-time errors svn path=/nixpkgs/trunk/; revision=21858 --- pkgs/applications/editors/emacs-23/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/applications/editors/emacs-23/default.nix b/pkgs/applications/editors/emacs-23/default.nix index a68cd5935c5a..a0ff68a76bf4 100644 --- a/pkgs/applications/editors/emacs-23/default.nix +++ b/pkgs/applications/editors/emacs-23/default.nix @@ -16,7 +16,7 @@ assert dbusSupport -> dbus != null; assert xaw3dSupport -> Xaw3d != null; assert gtkGUI -> pkgconfig != null && gtk != null; assert xftSupport -> libXft != null && libpng != null; # libpng = probably a bug -assert stdenv.system == "i686-darwin" -> xawSupport; # fails to link otherwise +assert stdenv.isDarwin -> xawSupport; # fails to link otherwise stdenv.mkDerivation rec { name = "emacs-23.2"; -- cgit 1.4.1