mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-26 14:28:15 -05:00
gnu: libsmbios: Restrict to only supported systems.
* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field. Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387 Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>
This commit is contained in:
parent
c4fa3e945e
commit
d693983b60
1 changed files with 1 additions and 0 deletions
|
@ -806,6 +806,7 @@ (define-public libsmbios
|
|||
also provides extensions for proprietary methods of interfacing with Dell
|
||||
specific SMBIOS tables.")
|
||||
(home-page "https://github.com/dell/libsmbios")
|
||||
(supported-systems (list "i686-linux" "x86_64-linux"))
|
||||
(license
|
||||
(list license:osl2.1 license:gpl2+ license:bsd-3 license:boost1.0))))
|
||||
|
||||
|
|
Loading…
Reference in a new issue