mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 11:45:45 +03:00
nix-generate-from-cpan: Hack to handle non-UTF-8 META.yml files
This commit is contained in:
parent
ccda14879e
commit
15c1ca9d21
2 changed files with 9 additions and 3 deletions
|
@ -3,7 +3,7 @@
|
|||
stdenv.mkDerivation {
|
||||
name = "nix-generate-from-cpan-1";
|
||||
|
||||
buildInputs = [ makeWrapper perl perlPackages.YAML perlPackages.JSON ];
|
||||
buildInputs = [ makeWrapper perl perlPackages.YAMLLibYAML perlPackages.JSON ];
|
||||
|
||||
unpackPhase = "true";
|
||||
buildPhase = "true";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue