Propagate buildNativeInputs without changing their types
svn path=/nixpkgs/trunk/; revision=30679
This commit is contained in:
parent
32eff94091
commit
3b1a603782
@ -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/;
|
||||
|
Loading…
Reference in New Issue
Block a user