aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/linux.scm
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/packages/linux.scm')
-rw-r--r--gnu/packages/linux.scm12
1 files changed, 6 insertions, 6 deletions
diff --git a/gnu/packages/linux.scm b/gnu/packages/linux.scm
index 1d34cf8ae6..9a49c090aa 100644
--- a/gnu/packages/linux.scm
+++ b/gnu/packages/linux.scm
@@ -2098,12 +2098,12 @@ deviation, and minimum and maximum values. It can show a nice histogram too.")
(base32 "12z5786dnf37n8wvv73wdcqp3nvsqzhwdk3ajna0mag4yz1fqdyw"))))
(build-system gnu-build-system)
(arguments
- `(,@(if (%current-target-system)
- '(#:configure-flags
- (list
- "ac_cv_func_malloc_0_nonnull=yes"
- "ac_cv_func_realloc_0_nonnull=yes"))
- '())))
+ (list
+ #:configure-flags
+ (if (%current-target-system)
+ #~(list "ac_cv_func_malloc_0_nonnull=yes"
+ "ac_cv_func_realloc_0_nonnull=yes")
+ #~'())))
(inputs (list ncurses))
(home-page "https://gitlab.com/psmisc/psmisc")
(synopsis "Small utilities that use the proc file system")
10:19:32 +0100'>2019-01-21build-self: Execute trampoline in a clean environment....Ludovic Courtès 2019-01-08build-self: Spin only on TTYs....Ludovic Courtès 2019-01-06build-self: Don't clobber the output port....Ludovic Courtès 2018-09-13Merge branch 'master' into core-updatesLeo Famulari 2018-09-13build-self: Emit a useful message upon error....Ludovic Courtès 2018-09-13build-self: Add a dummy (git) module to 'compute-guix-derivation'....Ludovic Courtès 2018-09-09Merge branch 'master' into core-updatesMarius Bakke 2018-09-06build-self: Accomodate upgrades from May 2016 and earlier....Ludovic Courtès 2018-09-04Switch to Guile-Gcrypt....Ludovic Courtès 2018-07-27build-self: Default to Guile 2.2 when building a standalone Guix....Ludovic Courtès 2018-07-27gnu: guile: Remove version 2.2.2....Ludovic Courtès 2018-06-26build-self: Inherit the daemon connection from the parent process....Ludovic Courtès 2018-06-21build-self: Avoid recompilations of 'compute-guix-derivation'....Ludovic Courtès 2018-06-18self: Define derived '-directory' variables in config.scm....Ludovic Courtès 2018-06-18build-self: Do not rely on '%store-database-directory'....Ludovic Courtès 2018-06-18build: Remove checks for 'nix-instantiate'....Ludovic Courtès 2018-06-18self: Make (guix config) generation really stateless....Ludovic Courtès 2018-06-09self: Produce a complete package with the 'guix' command....Ludovic Courtès 2018-04-08build-self: Add missing 'close-pipe' call....Ludovic Courtès 2018-04-08build-self: Use (guix self)....Ludovic Courtès 2018-02-15pull: Update the %sbindir variable in (guix config) when building....Diego Nicola Barbato 2017-12-13pull: Add (guix profiling) to the build environment....Ludovic Courtès 2017-12-07pull: Build with an ABI-compatible Guile....Ludovic Courtès 2017-11-21Revert "Add (guix self) and use it when pulling."...Ludovic Courtès 2017-11-21Add (guix self) and use it when pulling....Ludovic Courtès 2017-10-23pull: Add (guix build compile) to the mix....Ludovic Courtès 2017-08-02pull: Fetch source code from Git....Ludovic Courtès 2017-06-09pull: Add a dependency to guile-git....Mathieu Othacehe 2017-05-09pull: Build with the matching Guile major version....Ludovic Courtès 2016-11-27pull: Hack to allow compilation with older Guile-SSH packages....Ludovic Courtès 2016-11-26pull: Add guile-ssh to the dependencies....宋文武 2016-07-20pull: Update the version string....Ludovic Courtès 2016-07-20pull: Install (guix config) module to override the user's one....Ludovic Courtès