mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-11 04:05:40 +03:00
lib.makePerlPath -> perlPackages.makePerlPath
This commit is contained in:
parent
921d046537
commit
bb9557eb7c
81 changed files with 313 additions and 427 deletions
|
@ -6,7 +6,7 @@ let
|
|||
|
||||
makeScript = name: service: pkgs.writeScript "${name}-runner"
|
||||
''
|
||||
#! ${pkgs.perl}/bin/perl -w -I${pkgs.perlPackages.FileSlurp}/lib/perl5/site_perl
|
||||
#! ${pkgs.perl}/bin/perl -w -I${pkgs.perlPackages.FileSlurp}/${pkgs.perl.libPrefix}
|
||||
|
||||
use File::Slurp;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue