1
0
Fork 1
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:
Yury G. Kudryashov 2010-09-22 18:04:47 +00:00
parent 8e8662d828
commit 3b693da649

View file

@ -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;
};
}