Unverified Commit 70d0292e authored by Stig's avatar Stig Committed by GitHub
Browse files

Merge pull request #266921 from tu-maurice/fix/perl-cssdom

perl538Packages.CSSDOM: fix build
parents 9f1e5c1b 462ae9fa
Loading
Loading
Loading
Loading
+1412 −0

File added.

Preview size limit exceeded, changes collapsed.

+7 −3
Original line number Diff line number Diff line
@@ -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 ];