openjpeg_1: fix build after #64391

That PR has enabled tests for both openjpeg_1 and openjpeg_2, but it did not
support the tests in openjpeg_1.
This commit is contained in:
Orivej Desh 2019-07-26 22:54:28 +00:00
parent 1eb5b83f9a
commit fdf08ce5fb

View File

@ -5,4 +5,5 @@ callPackage ./generic.nix (args // rec {
branch = "1.5"; branch = "1.5";
revision = "version.1.5.2"; revision = "version.1.5.2";
sha256 = "1dvvpvb597i5z8srz2v4c5dsbxb966h125jx3m2z0r2gd2wvpfkp"; sha256 = "1dvvpvb597i5z8srz2v4c5dsbxb966h125jx3m2z0r2gd2wvpfkp";
testsSupport = false;
}) })