mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-04-13 21:17:37 +00:00
convmv: add meta.description
This commit is contained in:
parent
5d97335b6d
commit
e805731cac
@ -23,6 +23,7 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ perl ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Converts filenames from one encoding to another";
|
||||
platforms = platforms.linux ++ platforms.freebsd ++ platforms.cygwin;
|
||||
maintainers = [ maintainers.urkud ];
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user