perl-File-MMagic: init at 1.30
This commit is contained in:
parent
c39686e89e
commit
0f7ac13025
1 changed files with 12 additions and 0 deletions
|
@ -4957,6 +4957,18 @@ let self = _self // overrides; _self = with self; {
|
|||
propagatedBuildInputs = [ FileBaseDir FileDesktopEntry ];
|
||||
};
|
||||
|
||||
FileMMagic = buildPerlPackage rec {
|
||||
name = "File-MMagic-1.30";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/K/KN/KNOK/${name}.tar.gz";
|
||||
sha256 = "cf0c1b1eb29705c02d97c2913648009c0be42ce93ec24b36c696bf2d4f5ebd7e";
|
||||
};
|
||||
meta = {
|
||||
description = "Guess file type from contents";
|
||||
license = stdenv.lib.licenses.free; # Some form of BSD4/Apache mix.
|
||||
};
|
||||
};
|
||||
|
||||
FileModified = buildPerlPackage {
|
||||
name = "File-Modified-0.07";
|
||||
src = fetchurl {
|
||||
|
|
Loading…
Reference in a new issue