gnu: xf86-video-vmware: Add input xorg-server.

* gnu/packages/xorg.scm (xf86-video-vmware): Add input xorg-server.
This commit is contained in:
Andreas Enge 2013-12-18 19:58:40 +01:00
parent 217a67c020
commit 7eb71d7a3d
1 changed files with 2 additions and 1 deletions

View File

@ -2969,7 +2969,8 @@ tracking.")
"0isiwx516gww8hfk3vy7js83yziyjym9mq2zjadyq1a8v5gqf9y8"))))
(build-system gnu-build-system)
(inputs `(("libx11" ,libx11)
("libxext" ,libxext)))
("libxext" ,libxext)
("xorg-server" ,xorg-server)))
(native-inputs
`(("pkg-config" ,pkg-config)))
(home-page "http://www.x.org/wiki/")