aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/hardware.scm
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2024-01-10 12:16:54 -0500
committerMathieu Othacehe <othacehe@gnu.org>2024-01-12 17:02:30 +0100
commitd693983b60870153defa884781a73f7872f84a09 (patch)
tree230b8a7aa27716e12f59a7eae215b9694c53f280 /gnu/packages/hardware.scm
parentc4fa3e945eee84f0459760f3ba8232dec49bd1ba (diff)
downloadguix-d693983b60870153defa884781a73f7872f84a09.tar
guix-d693983b60870153defa884781a73f7872f84a09.tar.gz
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>
Diffstat (limited to 'gnu/packages/hardware.scm')
-rw-r--r--gnu/packages/hardware.scm1
1 files changed, 1 insertions, 0 deletions
diff --git a/gnu/packages/hardware.scm b/gnu/packages/hardware.scm
index 59b95ab7c8..4765d1c55d 100644
--- a/gnu/packages/hardware.scm
+++ b/gnu/packages/hardware.scm
@@ -806,6 +806,7 @@ information can be viewed in real time and/or logged to a file.")
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))))