* [PATCH 0/1] Add UUID support to recutils
@ 2015-09-21 23:42 Leo Famulari
2015-09-21 23:42 ` [PATCH 1/1] gnu: recutils: Add libuuid to native-inputs Leo Famulari
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-09-21 23:42 UTC (permalink / raw)
To: guix-devel
This patchs adds UUID support to recutils by inluding libuuid (util-linux) as a
native-input.
Leo Famulari (1):
gnu: recutils: Add libuuid to native-inputs.
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--
2.4.3
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] gnu: recutils: Add libuuid to native-inputs.
2015-09-21 23:42 [PATCH 0/1] Add UUID support to recutils Leo Famulari
@ 2015-09-21 23:42 ` Leo Famulari
2015-09-22 15:03 ` Ludovic Courtès
0 siblings, 1 reply; 3+ messages in thread
From: Leo Famulari @ 2015-09-21 23:42 UTC (permalink / raw)
To: guix-devel
* gnu/packages/databases.scm (recutils)[native-inputs]: Add "libuuid".
---
gnu/packages/databases.scm | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index c113959..9036d04 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -284,7 +284,8 @@ pictures, sounds, or video.")
(arguments '(#:parallel-tests? #f))
(native-inputs `(("emacs" ,emacs-no-x)
- ("bc" ,bc)))
+ ("bc" ,bc)
+ ("libuuid", util-linux)))
;; TODO: Add more optional inputs.
;; FIXME: Our Bash doesn't have development headers (need for the 'readrec'
--
2.4.3
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2015-09-22 15:03 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-09-21 23:42 [PATCH 0/1] Add UUID support to recutils Leo Famulari
2015-09-21 23:42 ` [PATCH 1/1] gnu: recutils: Add libuuid to native-inputs Leo Famulari
2015-09-22 15:03 ` Ludovic Courtès
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/guix.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).