* Get rid of many instances of "args: with args;", and other coding
guidelines violations. * Updated libsamplerate to 0.1.7. svn path=/nixpkgs/trunk/; revision=22782
This commit is contained in:
@@ -1,7 +1,8 @@
|
||||
{stdenv, fetchurl, libmtsupport} :
|
||||
{ stdenv, fetchurl, libmtsupport }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libfacet-0.0.1alpha2";
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/multitran/libfacet-0.0.1alpha2.tar.bz2;
|
||||
sha256 = "dc53351c4035a3c27dc6c1d0410e808346fbc107e7e7c112ec65c59d0df7a144";
|
||||
@@ -15,7 +16,6 @@ stdenv.mkDerivation {
|
||||
src/Makefile;
|
||||
'';
|
||||
|
||||
|
||||
meta = {
|
||||
homepage = http://multitran.sourceforge.net/;
|
||||
description = "Multitran lib: enchanced locale facets";
|
||||
|
||||
Reference in New Issue
Block a user