mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
krename meta
svn path=/nixpkgs/trunk/; revision=23819
This commit is contained in:
parent
69032f3d1d
commit
72ab62e8f5
1 changed files with 7 additions and 0 deletions
|
@ -9,4 +9,11 @@ stdenv.mkDerivation rec {
|
|||
};
|
||||
|
||||
buildInputs = [ cmake automoc4 kdelibs taglib exiv2 podofo gettext ];
|
||||
|
||||
meta = {
|
||||
homepage = http://www.krename.net;
|
||||
description = "KRename is a powerful batch renamer for KDE";
|
||||
inherit (kdelibs.meta) platforms;
|
||||
maintainers = [ stdenv.lib.maintainers.urkud ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue