mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-20 20:03:24 +00:00
perlPackages.YAMLLibYAML: Remove obsolete build fix
Commit 4270c5c7be
added this hunk which
apparently is making the build fail now.
This commit is contained in:
parent
f8d38c31ae
commit
f2d6702e20
@ -16533,9 +16533,6 @@ let self = _self // overrides; _self = with self; {
|
||||
url = "mirror://cpan/authors/id/T/TI/TINITA/${name}.tar.gz";
|
||||
sha256 = "06msvj3vmjszl5zj1k7g47ll0kkds9gdb5sky0q27lh4zw1vlj33";
|
||||
};
|
||||
preBuild = ''
|
||||
sed -i 's/FULLPERL *= "/FULLPERL = /' LibYAML/Makefile
|
||||
'';
|
||||
};
|
||||
|
||||
WebServiceLinode = buildPerlModule rec {
|
||||
|
Loading…
Reference in New Issue
Block a user