gnu: acpica: Update to 20180427.
* gnu/packages/admin.scm (acpica): Update to 20180427.
This commit is contained in:
parent
443c432e90
commit
e56feffec0
|
@ -1255,7 +1255,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
(define-public acpica
|
(define-public acpica
|
||||||
(package
|
(package
|
||||||
(name "acpica")
|
(name "acpica")
|
||||||
(version "20180313")
|
(version "20180427")
|
||||||
(source (origin
|
(source (origin
|
||||||
(method url-fetch)
|
(method url-fetch)
|
||||||
(uri (string-append
|
(uri (string-append
|
||||||
|
@ -1263,7 +1263,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
version ".tar.gz"))
|
version ".tar.gz"))
|
||||||
(sha256
|
(sha256
|
||||||
(base32
|
(base32
|
||||||
"16galaadmr37q2pvk2gyxrm8d1xldzk31djfxfq9v1c9yq4i425h"))))
|
"1hfdzyzzznh9h8yjlz54p02zwwxyp5k7fgzxlb9phhj3kalp60md"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs `(("flex" ,flex)
|
(native-inputs `(("flex" ,flex)
|
||||||
("bison" ,bison)))
|
("bison" ,bison)))
|
||||||
|
@ -1272,7 +1272,7 @@ module slots, and the list of I/O ports (e.g. serial, parallel, USB).")
|
||||||
"CC=gcc"
|
"CC=gcc"
|
||||||
"HOST=_LINUX"
|
"HOST=_LINUX"
|
||||||
"OPT_CFLAGS=-Wall -fno-strict-aliasing")
|
"OPT_CFLAGS=-Wall -fno-strict-aliasing")
|
||||||
#:tests? #f ; no 'check' target.
|
#:tests? #f ; no 'check' target
|
||||||
#:phases (modify-phases %standard-phases (delete 'configure))))
|
#:phases (modify-phases %standard-phases (delete 'configure))))
|
||||||
(home-page "https://acpica.org/")
|
(home-page "https://acpica.org/")
|
||||||
(synopsis "Tools for the development and debug of ACPI tables")
|
(synopsis "Tools for the development and debug of ACPI tables")
|
||||||
|
@ -1284,7 +1284,7 @@ of ACPI meant to be directly integrated into the host OS as a kernel-resident
|
||||||
subsystem, and a small set of tools to assist in developing and debugging ACPI
|
subsystem, and a small set of tools to assist in developing and debugging ACPI
|
||||||
tables. This package contains only the user-space tools needed for ACPI table
|
tables. This package contains only the user-space tools needed for ACPI table
|
||||||
development, not the kernel implementation of ACPI.")
|
development, not the kernel implementation of ACPI.")
|
||||||
(license license:gpl2))) ; Dual GPLv2/ACPICA Licence
|
(license license:gpl2))) ; dual GPLv2/ACPICA Licence
|
||||||
|
|
||||||
(define-public stress
|
(define-public stress
|
||||||
(package
|
(package
|
||||||
|
|
Loading…
Reference in New Issue