treewide: fix build with disallowed aliases (#43872)

fixes build with disallowed aliases
This commit is contained in:
volth
2018-07-21 22:03:24 -04:00
committed by Matthew Bauer
parent b6704130b4
commit cc55a3ebcb
48 changed files with 91 additions and 97 deletions
+1 -1
View File
@@ -121,7 +121,7 @@ rec {
Example:
pkgs = import <nixpkgs> { }
makePerlPath [ pkgs.perlPackages.NetSMTP ]
makePerlPath [ pkgs.perlPackages.libnet ]
=> "/nix/store/n0m1fk9c960d8wlrs62sncnadygqqc6y-perl-Net-SMTP-1.25/lib/perl5/site_perl"
*/
makePerlPath = makeSearchPathOutput "lib" "lib/perl5/site_perl";