mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
treewide: fix build with disallowed aliases (#43872)
fixes build with disallowed aliases
This commit is contained in:
parent
b6704130b4
commit
cc55a3ebcb
48 changed files with 91 additions and 97 deletions
|
@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
|||
name = "nix-generate-from-cpan-3";
|
||||
|
||||
buildInputs = with perlPackages; [
|
||||
makeWrapper perl CPANMeta GetoptLongDescriptive CPANPLUS Readonly Log4Perl
|
||||
makeWrapper perl CPANMeta GetoptLongDescriptive CPANPLUS Readonly LogLog4perl
|
||||
];
|
||||
|
||||
phases = [ "installPhase" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue