mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
Use Xorg buildNativeInputs correctly
svn path=/nixpkgs/trunk/; revision=30680
This commit is contained in:
parent
3b1a603782
commit
791aaf0357
@ -65,7 +65,9 @@ stdenv.mkDerivation rec {
|
||||
buildInputs =
|
||||
[ libX11 libXext gettext libICE libXtst libXi libSM autoconf automake cvs
|
||||
libtool nasm utilmacros fontutil libgcrypt gnutls pam
|
||||
] ++ xorgserver.buildNativeInputs;
|
||||
];
|
||||
|
||||
buildNativeInputs = xorgserver.buildNativeInputs;
|
||||
|
||||
propagatedBuildNativeInputs = xorgserver.propagatedBuildNativeInputs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user