diff mbox series

[bug#68263,v2,1/2] gnu: libsmbios: Restrict to only supported systems.

Message ID f960d145f0d03f7e2a7817779754a6758fc1d9e8.1704906299.git.simon@simonsouth.net
State New
Headers show
Series libsmbios: Restrict to only supported systems. | expand

Commit Message

Simon South Jan. 10, 2024, 5:16 p.m. UTC
* gnu/packages/hardware.scm (libsmbios)[supported-systems]: New field.

Change-Id: I8d813f496b7d2ffa8b0af2a6c814d1b09d731387
---
 gnu/packages/hardware.scm | 1 +
 1 file changed, 1 insertion(+)
diff mbox series

Patch

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 @@  (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))))