From 9c0fc27968c2359c49c324c5f89b38436aa2eb49 Mon Sep 17 00:00:00 2001 From: Cyril Roelandt Date: Wed, 16 Jul 2014 15:38:34 +0200 Subject: [PATCH] ui: add the "dependencies" field to package->recutils: * guix/ui.scm (package->recutils): Print the dependencies of the package. --- guix/ui.scm | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/guix/ui.scm b/guix/ui.scm index 7338b82401..74ea20e6c8 100644 --- a/guix/ui.scm +++ b/guix/ui.scm @@ -453,9 +453,17 @@ WIDTH columns." (fill-paragraph str width (string-length "description: "))))) + (define (package (package-location p) location->string) (_ "unknown")))