Merge pull request #512 from dysinger/t/libcello

Add libcello (libcello.org)
This commit is contained in:
Phreedom 2013-05-08 20:16:11 -07:00
commit d63a9277bf
2 changed files with 18 additions and 0 deletions

View file

@ -0,0 +1,16 @@
{stdenv, fetchurl}:
stdenv.mkDerivation rec {
name = "libcello-0.9.2";
src = fetchurl {
url = "http://libcello.org/static/${name}.tar.gz";
sha256 = "cd82639cb9b133119fd89a77a5a505a55ea5fcc8decfc53bee0725358ec8bad0";
};
meta = {
homepage = "http://libcello.org/";
description = "Higher level programming in C";
license = "BSD";
};
}

View file

@ -4173,6 +4173,8 @@ let
libcanberra = callPackage ../development/libraries/libcanberra { };
libcello = callPackage ../development/libraries/libcello {};
libcdaudio = callPackage ../development/libraries/libcdaudio { };
libcddb = callPackage ../development/libraries/libcddb { };