mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-26 21:33:03 +03:00
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:
parent
1eb5b83f9a
commit
fdf08ce5fb
@ -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;
|
||||||
})
|
})
|
||||||
|
Loading…
Reference in New Issue
Block a user