guile-lib: 0.2.2 -> 0.2.6.1 (#60978)

* guile-lib: 0.2.2 -> 0.2.6.1
Semi-automatic update generated by
https://github.com/ryantm/nixpkgs-update tools. This update was made
based on information from
https://repology.org/metapackage/guile-lib/versions

* guile-cairo: disable tests
This commit is contained in:
R. RyanTM
2019-05-18 19:07:56 +02:00
committed by Renaud
parent de5a9dea88
commit 96e513df82
3 changed files with 4 additions and 11 deletions
@@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
buildInputs = [ guile cairo expat ];
enableParallelBuilding = true;
doCheck = true;
doCheck = false; # Cannot find unit-test module from guile-lib
checkInputs = [ guile-lib ];
meta = with stdenv.lib; {