libchop: a hack to work around broken guile path detection

This commit is contained in:
Michael Raskin 2016-09-07 18:06:41 +02:00
parent 039ac38d1e
commit 6795952149

View File

@ -23,6 +23,10 @@ stdenv.mkDerivation rec {
doCheck = true; doCheck = true;
preConfigure = ''
sed -re 's%@GUILE@%&/guile%' -i */Makefile.* Makefile.*
'';
meta = { meta = {
description = "Tools & library for data backup and distributed storage"; description = "Tools & library for data backup and distributed storage";