Added libv4l which is now a required dependency for kdenetwork-4.4.1
svn path=/nixpkgs/trunk/; revision=20349
This commit is contained in:
10
pkgs/development/libraries/libv4l/default.nix
Normal file
10
pkgs/development/libraries/libv4l/default.nix
Normal file
@@ -0,0 +1,10 @@
|
||||
{stdenv, fetchurl}:
|
||||
|
||||
stdenv.mkDerivation {
|
||||
name = "libv4l-0.6.2";
|
||||
src = fetchurl {
|
||||
url = http://people.atrpms.net/~hdegoede/libv4l-0.6.1.tar.gz;
|
||||
sha256 = "1grbyb9vsdlp6yx4inmazgp5g0jxga8wbl3h8dv6vlfh5hckxf9n";
|
||||
};
|
||||
installPhase = "make PREFIX=$out install";
|
||||
}
|
||||
Reference in New Issue
Block a user