* 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,4 +1,5 @@
|
||||
args: with args;
|
||||
{ stdenv, fetchurl, pkgconfig, libraw1394 }:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libavc1394-0.5.3";
|
||||
|
||||
@@ -7,12 +8,12 @@ stdenv.mkDerivation {
|
||||
sha256 = "19i40i3722ilhziknfds3a6w5xzv66fvc68gvbir1p2fvwi6ij93";
|
||||
};
|
||||
|
||||
buildInputs = [pkgconfig];
|
||||
propagatedBuildInputs = [libraw1394];
|
||||
buildInputs = [ pkgconfig ];
|
||||
propagatedBuildInputs = [ libraw1394 ];
|
||||
|
||||
meta = {
|
||||
description = "programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
|
||||
homepage = http://sourceforge.net/projects/libavc1394/;
|
||||
license = [ "GPL" "LGPL" ];
|
||||
description = "Programming interface for the 1394 Trade Association AV/C (Audio/Video Control) Digital Interface Command Set";
|
||||
homepage = http://sourceforge.net/projects/libavc1394/;
|
||||
license = [ "GPL" "LGPL" ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user