guix-commits
[Top][All Lists]
Advanced

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

02/13: gnu: igt-gpu-tools: Remove unused inputs.


From: guix-commits
Subject: 02/13: gnu: igt-gpu-tools: Remove unused inputs.
Date: Sun, 29 Nov 2020 11:29:27 -0500 (EST)

nckx pushed a commit to branch master
in repository guix.

commit 8ae5fde27a828c6c627e1016bffd203632cded09
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Nov 29 14:04:12 2020 +0100

    gnu: igt-gpu-tools: Remove unused inputs.
    
    * gnu/packages/admin.scm (igt-gpu-tools)[inputs]: Remove glib, libxrandr,
    openssl, and util-macros.
---
 gnu/packages/admin.scm | 6 +-----
 1 file changed, 1 insertion(+), 5 deletions(-)

diff --git a/gnu/packages/admin.scm b/gnu/packages/admin.scm
index a5bff31..690e113 100644
--- a/gnu/packages/admin.scm
+++ b/gnu/packages/admin.scm
@@ -3125,15 +3125,11 @@ buffers.")
      `(("cairo" ,cairo)
        ("elfutils" ,elfutils)           ; libdw
        ("eudev" ,eudev)
-       ("glib" ,glib)
        ("kmod" ,kmod)
        ("libdrm" ,libdrm)
        ("libpciaccess" ,libpciaccess)
        ("libunwind" ,libunwind)
-       ("libxrandr" ,libxrandr)
-       ("openssl" ,openssl)
-       ("procps" ,procps)
-       ("util-macros" ,util-macros)))
+       ("procps" ,procps)))
     (native-inputs
      `(("bison" ,bison)
        ("flex" ,flex)



reply via email to

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