1 { callPackage, fetchurl, ... } @ args:
3 callPackage ./generic.nix (args // rec {
7 url = "http://downloads.xiph.org/releases/celt/celt-${version}.tar.gz";
8 sha256 = "0bkam9z5vnrxpbxkkh9kw6yzjka9di56h11iijikdd1f71l5nbpw";
11 # Don't build tests due to badness with ec_ilog
13 substituteInPlace Makefile.in \
14 --replace 'SUBDIRS = libcelt tests' \