Author: eelco
Date: Mon Feb 14 10:04:37 2011
New Revision: 25948
URL: https://svn.nixos.org/websvn/nix/?rev=25948&sc=1

Log:
* libXaw: propagates libXmu.

Modified:
   nixpkgs/branches/x-updates/pkgs/servers/x11/xorg/overrides.nix

Modified: nixpkgs/branches/x-updates/pkgs/servers/x11/xorg/overrides.nix
==============================================================================
--- nixpkgs/branches/x-updates/pkgs/servers/x11/xorg/overrides.nix      Mon Feb 
14 10:01:58 2011        (r25947)
+++ nixpkgs/branches/x-updates/pkgs/servers/x11/xorg/overrides.nix      Mon Feb 
14 10:04:37 2011        (r25948)
@@ -69,6 +69,8 @@
   };
 
   # Propagate some build inputs because of header file dependencies.
+  # Note: most of these are in Requires.private, so maybe builder.sh
+  # should propagate them automatically.
   libXt = attrs: attrs // {
     preConfigure = setMalloc0ReturnsNullCrossCompiling;
     propagatedBuildInputs = [ xorg.libSM ];
@@ -82,6 +84,10 @@
     propagatedBuildInputs = [ xorg.libXfixes ];
   };
   
+  libXaw = attrs: attrs // {
+    propagatedBuildInputs = [ xorg.libXmu ];
+  };
+  
   libXft = attrs: attrs // {
     buildInputs = attrs.buildInputs ++ [ xorg.xproto xorg.libX11
         xorg.renderproto ];
_______________________________________________
nix-commits mailing list
[email protected]
http://mail.cs.uu.nl/mailman/listinfo/nix-commits

Reply via email to