[cpan2nix] perlPackages.FileLibMagic: cleanup

This commit is contained in:
volth 2018-04-07 07:55:39 +00:00
parent 3d84d41db0
commit 8ab575e2d7

View File

@ -5681,7 +5681,7 @@ let self = _self // overrides; _self = with self; {
url = "mirror://cpan/authors/id/D/DR/DROLSKY/${name}.tar.gz";
sha256 = "c8a695fac1454f52e18e2e1b624c0647cf117326014023dda69fa3e1a5f33d60";
};
buildInputs = [ TestFatal pkgs.file ];
buildInputs = [ pkgs.file TestFatal ];
makeMakerFlags = "--lib=${pkgs.file}/lib";
preCheck = ''
substituteInPlace t/oo-api.t \