[cpan2nix] perlPackages.TestTrailingSpace: cleanup
This commit is contained in:
parent
4e10a667cb
commit
74c4281fa7
1 changed files with 1 additions and 2 deletions
|
@ -14665,13 +14665,12 @@ let self = _self // overrides; _self = with self; {
|
|||
};
|
||||
};
|
||||
|
||||
TestTrailingSpace = buildPerlPackage rec {
|
||||
TestTrailingSpace = buildPerlModule rec {
|
||||
name = "Test-TrailingSpace-0.0301";
|
||||
src = fetchurl {
|
||||
url = "mirror://cpan/authors/id/S/SH/SHLOMIF/${name}.tar.gz";
|
||||
sha256 = "a28875747adb7a0e7d1ae8a4ffe71869e7ceb3a85d0cb30172959dada7de5970";
|
||||
};
|
||||
buildInputs = [ ModuleBuild ];
|
||||
propagatedBuildInputs = [ FileFindObjectRule ];
|
||||
meta = {
|
||||
description = "Test for trailing space in source files";
|
||||
|
|
Loading…
Reference in a new issue