This commit is contained in:
Daniel Ziltener 2023-11-28 12:49:18 +01:00
parent 640e6103df
commit 28b3217034
Signed by: zilti
GPG Key ID: B38976E82C9DAE42

View File

@ -75,6 +75,27 @@ Each database is contained in a specific package output, such as the
(license (list license:gpl2+ (license (list license:gpl2+
license:expat)))) ;XFree86 1.0 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 (define-public pixman
(package (package
(name "pixman") (name "pixman")