diff options
-rw-r--r-- | gnu/packages/hardware.scm | 1 |
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)))) |