libsixel: Enable tests.
The 1.8.2 -> 1.8.4 upgrade actually made the tests compile.
This commit is contained in:
parent
36b5802a8b
commit
575f9552cc
@ -10,6 +10,12 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "1zckahfl0j7k68jf87iwdc4yx7fkfhxwa7lrf22dnz36d2iq785v";
|
sha256 = "1zckahfl0j7k68jf87iwdc4yx7fkfhxwa7lrf22dnz36d2iq785v";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
configureFlags = [
|
||||||
|
"--enable-tests"
|
||||||
|
];
|
||||||
|
|
||||||
|
doCheck = true;
|
||||||
|
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "The SIXEL library for console graphics, and converter programs";
|
description = "The SIXEL library for console graphics, and converter programs";
|
||||||
homepage = http://saitoha.github.com/libsixel;
|
homepage = http://saitoha.github.com/libsixel;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user