mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
perl538Packages.CSSDOM: fix test
t/css-dom.t was deactivated because it failed due to deprecated syntax. This commit uses an upstream patch to fix the syntax and activate the test again.
This commit is contained in:
parent
f9391924e2
commit
462ae9fadc
1412
pkgs/development/perl-modules/CSSDOM-replace-apostrophe.patch
Normal file
1412
pkgs/development/perl-modules/CSSDOM-replace-apostrophe.patch
Normal file
File diff suppressed because it is too large
Load Diff
@ -5619,10 +5619,14 @@ with self; {
|
||||
url = "mirror://cpan/authors/id/S/SP/SPROUT/CSS-DOM-0.17.tar.gz";
|
||||
hash = "sha256-Zbl46/PDmF5V7jK7baHp+upJSoXTAFxjuux+lphZ8CY=";
|
||||
};
|
||||
|
||||
patches = [
|
||||
# Replace apostrophe as package separator
|
||||
# https://rt.cpan.org/Public/Bug/Display.html?id=146661
|
||||
../development/perl-modules/CSSDOM-replace-apostrophe.patch
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ Clone ];
|
||||
preCheck = ''
|
||||
rm t/css-dom.t # Remove test that fails due to deprecated package separator warning
|
||||
'';
|
||||
meta = {
|
||||
description = "Document Object Model for Cascading Style Sheets";
|
||||
license = with lib.licenses; [ artistic1 gpl1Plus ];
|
||||
|
Loading…
Reference in New Issue
Block a user