me
/
guix
Archived
1
0
Fork 0

gnu: igt-gpu-tools: Remove unused inputs.

* gnu/packages/admin.scm (igt-gpu-tools)[inputs]: Remove glib, libxrandr,
openssl, and util-macros.
master
Tobias Geerinckx-Rice 2020-11-29 14:04:12 +01:00
parent ad7749a127
commit 8ae5fde27a
No known key found for this signature in database
GPG Key ID: 0DB0FF884F556D79
1 changed files with 1 additions and 5 deletions

View File

@ -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)