kino (compiling but neither finding libX11 nor libghtread)
and libiec61883 (dependency) added svn path=/nixpkgs/trunk/; revision=10133
This commit is contained in:
17
pkgs/development/libraries/libiec61883/default.nix
Normal file
17
pkgs/development/libraries/libiec61883/default.nix
Normal file
@@ -0,0 +1,17 @@
|
||||
args:
|
||||
args.stdenv.mkDerivation {
|
||||
name = "libiec61883-1.1.0";
|
||||
|
||||
src = args.fetchurl {
|
||||
url = http://www.linux1394.org/dl/libiec61883-1.1.0.tar.gz;
|
||||
sha256 = "09f0ca7bp6lqlz6601gnyl04mfabv0azg49n1cmjyqpzh35cgxkq";
|
||||
};
|
||||
|
||||
buildInputs =(with args; [pkgconfig libraw1394]);
|
||||
|
||||
meta = {
|
||||
description = "TODO";
|
||||
homepage = http://www.linux1394.org/;
|
||||
license = "LGPL";
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user