guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

01/12: gnu: libsmbios: Restrict to only supported systems.


From: guix-commits
Subject: 01/12: gnu: libsmbios: Restrict to only supported systems.
Date: Fri, 12 Jan 2024 11:35:38 -0500 (EST)

mothacehe pushed a commit to branch master
in repository guix.

commit d693983b60870153defa884781a73f7872f84a09
Author: Simon South <simon@simonsouth.net>
AuthorDate: Wed Jan 10 12:16:54 2024 -0500

    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>
---
 gnu/packages/hardware.scm | 1 +
 1 file changed, 1 insertion(+)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]