mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 06:01:15 +00:00
Let hydra build openjpeg
svn path=/nixpkgs/trunk/; revision=23899
This commit is contained in:
parent
8e8662d828
commit
3b693da649
|
@ -20,5 +20,6 @@ stdenv.mkDerivation {
|
|||
homepage = http://www.openjpeg.org/;
|
||||
description = "Open-source JPEG 2000 codec written in C language";
|
||||
license = "BSD";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue