Merge pull request #181623 from melvyn2/patch-2

authored by Sandro and committed by GitHub 4a9060f8 df9f6848

+6 -2
+6 -2
pkgs/tools/networking/wakeonlan/default.nix
··· 14 14 outputs = [ "out" ]; 15 15 16 16 nativeBuildInputs = [ installShellFiles ]; 17 - # checkInputs = [ perl534Packages.TestPerlCritic perl534Packages.TestPod perl534Packages.TestPodCoverage ]; 18 - doCheck = false; # Missing package for https://github.com/genio/test-spelling to run tests 17 + 18 + checkInputs = [ perlPackages.TestPerlCritic perlPackages.TestPod perlPackages.TestPodCoverage ]; 19 + # Linting and formatting checks are of no interest for us. 20 + preCheck = '' 21 + rm -f t/93_pod_spell.t 22 + ''; 19 23 20 24 installPhase = '' 21 25 install -Dt $out/bin wakeonlan