1 { lib, stdenv, fetchFromGitHub, pkg-config, gengetopt, m4, gnupg
2 , git, perl, autoconf, automake, help2man, boehmgc }:
4 stdenv.mkDerivation rec {
8 src = fetchFromGitHub {
12 sha256 = "sha256-lujar6QGlhNawGOIfM5RAUa4Sbs0BFgG8rEsCDLqDDE=";
13 fetchSubmodules = true;
20 nativeBuildInputs = [ gengetopt m4 git gnupg perl autoconf automake help2man pkg-config ];
21 buildInputs = [ boehmgc ];
24 homepage = "https://github.com/rrthomas/mmv";
25 description = "Utility for wildcard renaming, copying, etc";
26 license = lib.licenses.gpl3Plus;
27 platforms = lib.platforms.all;
28 maintainers = with lib.maintainers; [ siraben ];