.
This commit is contained in:
parent
640e6103df
commit
28b3217034
1 changed files with 21 additions and 0 deletions
|
@ -75,6 +75,27 @@ Each database is contained in a specific package output, such as the
|
|||
(license (list license:gpl2+
|
||||
license:expat)))) ;XFree86 1.0
|
||||
|
||||
(define-public libdisplay-info
|
||||
(package
|
||||
(name "libdisplay-info")
|
||||
(version "0.1.1")
|
||||
(source
|
||||
(origin
|
||||
(method git-fetch)
|
||||
(uri (git-reference
|
||||
(url "https://gitlab.freedesktop.org/emersion/libdisplay-info")
|
||||
(commit "0.1.1")))
|
||||
(file-name (git-file-name name version))
|
||||
(sha256 (base32 "0ssi1wpaf7plaswqqjwigppsg5fyh99vdlb9kzl7c9lng89ndq1i"))))
|
||||
(native-inputs
|
||||
(list pkg-config edid-decode hwdata python-wrapper))
|
||||
(build-system meson-build-system)
|
||||
;;(arguments (list #:configure-flags #~(list "--enable-silent-rules")))
|
||||
(home-page "https://gitlab.freedesktop.org/emersion/libdisplay-info")
|
||||
(synopsis "Hello, GNU world: An example GNU package")
|
||||
(description "EDID and DisplayID library")
|
||||
(license license:expat)))
|
||||
|
||||
(define-public pixman
|
||||
(package
|
||||
(name "pixman")
|
||||
|
|
Loading…
Reference in a new issue