mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-02 07:31:26 +00:00
tigervnc: fixup build after xorgserver changes
The server itself doesn't need those build inputs anymore, but tigervnc does, apparently.
This commit is contained in:
parent
07efaaa722
commit
9f1b54b31b
@ -87,7 +87,8 @@ stdenv.mkDerivation rec {
|
||||
glproto mesa_glu
|
||||
] ++ xorgserver.buildInputs;
|
||||
|
||||
nativeBuildInputs = [ cmake zlib gettext libtool ] ++ xorg.xorgserver.nativeBuildInputs;
|
||||
nativeBuildInputs = with xorg; [ cmake zlib gettext libtool utilmacros fontutil ]
|
||||
++ xorg.xorgserver.nativeBuildInputs;
|
||||
|
||||
propagatedBuildInputs = xorg.xorgserver.propagatedBuildInputs;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user