lanraragi: use cpanm directly

TomaSajt 024a1d9b 4f76eccc

+2 -2
+2 -2
pkgs/by-name/la/lanraragi/package.nix
··· 30 30 31 31 nativeBuildInputs = [ 32 32 perl 33 + perl.pkgs.Appcpanminus 33 34 makeBinaryWrapper 34 35 ]; 35 36 ··· 74 75 runHook preBuild 75 76 76 77 # Check if every perl dependency was installed 77 - # explicitly call cpanm with perl because the shebang is broken on darwin 78 - perl ${perl.pkgs.Appcpanminus}/bin/cpanm --installdeps ./tools --notest 78 + cpanm --installdeps ./tools --notest 79 79 80 80 perl ./tools/install.pl install-full 81 81 rm -r node_modules public/js/vendor/*.map public/css/vendor/*.map