perlPackages.YAMLLibYAML: Remove obsolete build fix

Commit 4270c5c7be added this hunk which
apparently is making the build fail now.
This commit is contained in:
Tuomas Tynkkynen 2018-03-28 21:40:53 +03:00
parent f8d38c31ae
commit f2d6702e20

View File

@ -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 {