Propagate buildNativeInputs without changing their types

svn path=/nixpkgs/trunk/; revision=30679
This commit is contained in:
Michael Raskin 2011-12-02 05:50:08 +00:00
parent 32eff94091
commit 3b1a603782

View File

@ -67,7 +67,7 @@ stdenv.mkDerivation rec {
libtool nasm utilmacros fontutil libgcrypt gnutls pam
] ++ xorgserver.buildNativeInputs;
propagatedBuildInputs = xorgserver.propagatedBuildNativeInputs;
propagatedBuildNativeInputs = xorgserver.propagatedBuildNativeInputs;
meta = {
homepage = http://www.tigervnc.org/;