mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
Propagate buildNativeInputs without changing their types
svn path=/nixpkgs/trunk/; revision=30679
This commit is contained in:
parent
32eff94091
commit
3b1a603782
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue