diff options
Diffstat (limited to 'gnu/packages/storage.scm')
-rw-r--r-- | gnu/packages/storage.scm | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/gnu/packages/storage.scm b/gnu/packages/storage.scm index a36d29eb33..094d7ade74 100644 --- a/gnu/packages/storage.scm +++ b/gnu/packages/storage.scm @@ -196,11 +196,7 @@ (outputs '("out" "lib")) (native-inputs - `(("gperf" ,gperf) - ("pkg-config" ,pkg-config) - ("python-cython" ,python-cython) - ("python-sphinx" ,python-sphinx) - ("yasm" ,yasm))) + (list gperf pkg-config python-cython python-sphinx yasm)) (inputs `(("boost" ,boost) ("curl" ,curl) |