guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/01: gnu: xf86-video-vmware: Fix build failure due to missing LLVM.


From: Leo Famulari
Subject: 01/01: gnu: xf86-video-vmware: Fix build failure due to missing LLVM.
Date: Tue, 21 Mar 2017 14:26:00 -0400 (EDT)

lfam pushed a commit to branch core-updates
in repository guix.

commit 8e4b7b75148e21bb5e800e64cf2dd51ad9f14286
Author: rennes <address@hidden>
Date:   Tue Mar 21 14:20:42 2017 -0400

    gnu: xf86-video-vmware: Fix build failure due to missing LLVM.
    
    * gnu/packages/xorg.scm (xf86-video-vmware)[inputs]: Add llvm.
    
    Signed-off-by: Leo Famulari <address@hidden>
---
 gnu/packages/xorg.scm | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/gnu/packages/xorg.scm b/gnu/packages/xorg.scm
index 266ac78..def1bbb 100644
--- a/gnu/packages/xorg.scm
+++ b/gnu/packages/xorg.scm
@@ -51,6 +51,7 @@
   #:use-module (gnu packages image)
   #:use-module (gnu packages libbsd)
   #:use-module (gnu packages linux)
+  #:use-module (gnu packages llvm)
   #:use-module (gnu packages m4)
   #:use-module (gnu packages ncurses)
   #:use-module (gnu packages perl)
@@ -3356,6 +3357,7 @@ X server.")
     (inputs
      `(("libx11" ,libx11)
        ("libxext" ,libxext)
+       ("llvm" ,llvm)
        ("mesa" ,mesa)                   ; for xatracker
        ("xorg-server" ,xorg-server)))
     (native-inputs



reply via email to

[Prev in Thread] Current Thread [Next in Thread]