My personal project and infrastructure archive
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nomicon/pkgs/development/libraries/babl/default.nix

18 lines
398 B

args:
args.stdenv.mkDerivation {
name = "babl-0.0.22";
src = args.fetchurl {
url = ftp://ftp.gtk.org/pub/babl/0.0/babl-0.0.22.tar.bz2;
sha256 = "0v8gbf9si4sd06199f8lfmrsbvi6i0hxphd34kyvsj6g2kkkg10s";
};
buildInputs =(with args; []);
meta = {
description = "image pixel format coneversion libraray";
homepage = http://gegl.org/babl/;
license = "GPL3";
};
}