mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-14 07:00:32 -05:00
gnu: psmisc: Use G-Expressions.
* gnu/packages/linux.scm (psmisc): Use G-Expressions. Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
This commit is contained in:
parent
721030e1e8
commit
32b4f59433
1 changed files with 6 additions and 6 deletions
|
@ -2098,12 +2098,12 @@ (define-public psmisc
|
||||||
(base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw"))))
|
(base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(arguments
|
(arguments
|
||||||
`(,@(if (%current-target-system)
|
(list
|
||||||
'(#:configure-flags
|
#:configure-flags
|
||||||
(list
|
(if (%current-target-system)
|
||||||
"ac_cv_func_malloc_0_nonnull=yes"
|
#~(list "ac_cv_func_malloc_0_nonnull=yes"
|
||||||
"ac_cv_func_realloc_0_nonnull=yes"))
|
"ac_cv_func_realloc_0_nonnull=yes")
|
||||||
'())))
|
#~'())))
|
||||||
(inputs (list ncurses))
|
(inputs (list ncurses))
|
||||||
(home-page "https://gitlab.com/psmisc/psmisc")
|
(home-page "https://gitlab.com/psmisc/psmisc")
|
||||||
(synopsis "Small utilities that use the proc file system")
|
(synopsis "Small utilities that use the proc file system")
|
||||||
|
|
Loading…
Reference in a new issue