1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-01-22 14:45:27 +00:00

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/;