mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
added meta tag to xvidcap
svn path=/nixpkgs/trunk/; revision=13071
This commit is contained in:
parent
9fd8d270e1
commit
1669c048a2
1 changed files with 6 additions and 0 deletions
|
@ -13,4 +13,10 @@ stdenv.mkDerivation {
|
|||
|
||||
# !!! don't know why this is necessary
|
||||
NIX_LDFLAGS = "-rpath ${libXext}/lib";
|
||||
|
||||
meta = {
|
||||
description = "screencast video catpuring tool";
|
||||
homepage = http://xvidcap.sourceforge.net/;
|
||||
license = "GPLv2";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue