mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: libdisplay-info: Refer to full hwdata package.
* gnu/packages/wm.scm (libdisplay-info): Refer to full hwdata package. Change-Id: I9ce655e33e35a5caee2932317c2fc95c433c6471
This commit is contained in:
parent
9236bc7b71
commit
378ee3183a
1 changed files with 1 additions and 1 deletions
|
@ -3265,7 +3265,7 @@ (define-public libdisplay-info
|
|||
(string-append (assoc-ref (or native-inputs inputs)
|
||||
"hwdata")
|
||||
"/share/hwdata/pnp.ids"))))))))
|
||||
(native-inputs (list `(,hwdata "pnp") python))
|
||||
(native-inputs (list hwdata python))
|
||||
(synopsis "EDID and DisplayID library")
|
||||
(description
|
||||
"This package provides a library to read @acronym{EDID, Extended
|
||||
|
|
Loading…
Reference in a new issue