civodul pushed a commit to tag 1.8
in repository guix.

commit 7d7b67986a1f9d78dccd0bd4ad811af7dc65f60f
Author: Eelco Dolstra <[email protected]>
Date:   Thu Sep 18 16:28:51 2014 +0200

    Store.so: Add dependency on libnixutil
    
    Issue #346.
---
 perl/local.mk |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/perl/local.mk b/perl/local.mk
index 8e5d72a..8ff60e9 100644
--- a/perl/local.mk
+++ b/perl/local.mk
@@ -23,7 +23,7 @@ ifeq ($(perlbindings), yes)
 
   Store_SOURCES := $(Store_DIR)/Store.cc
 
-  Store_LIBS = libstore
+  Store_LIBS = libstore libutil
 
   Store_CXXFLAGS = \
     -I$(shell $(perl) -e 'use Config; print $$Config{archlibexp};')/CORE \

Reply via email to