gnu: sysfsutils-1: Remove --build from configure flags.
This is a followup to commit 3c7d023d64
,
"build-system/gnu: Pass --build=<triplet> to configure by default"
* gnu/packages/linux.scm (sysfsutils-1)[arguments]: Remove field.
master
parent
28b26cab94
commit
92e79092eb
|
@ -2014,13 +2014,6 @@ also contains the libsysfs library.")
|
|||
(substitute* "configure"
|
||||
(("includedir='(\\$\\{prefix\\}/include)'" all orig)
|
||||
(string-append "includedir='" orig "/sysfs'")))))))
|
||||
;; XXX sysfsutils-1.3.0's config.guess fails on mips64el
|
||||
(arguments `(#:configure-flags
|
||||
'(,@(if (%current-target-system)
|
||||
'()
|
||||
(let ((triplet
|
||||
(nix-system->gnu-triplet (%current-system))))
|
||||
(list (string-append "--build=" triplet)))))))
|
||||
(synopsis "System utilities based on Linux sysfs (version 1.x)")))
|
||||
|
||||
(define-public cpufrequtils
|
||||
|
|
Reference in New Issue