libchop: a hack to work around broken guile path detection
This commit is contained in:
parent
039ac38d1e
commit
6795952149
@ -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";
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user