Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 64dce73eca01
Choose a base ref
...
head repository: NixOS/nixpkgs
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: a8cbf23c57a7
Choose a head ref
  • 2 commits
  • 2 files changed
  • 2 contributors

Commits on Oct 4, 2019

  1. perlPackages.CSSMinifierXS: rename from perlPackages.CSSMinifierXP

    The attribute CSS::Minifier::XS module was likely misnamed, this commit changes
    the attribute name from CSSMinifierXP to CSSMinifierXS.
    
    Affected dependency: servers/rt
    stigtsp committed Oct 4, 2019
    Copy the full SHA
    68bae31 View commit details

Commits on Oct 20, 2019

  1. Merge pull request #70387 from stigtsp/package/perl-css-minifier-xs-r…

    …ename
    
    perlPackages.CSSMinifierXS: rename from perlPackages.CSSMinifierXP
    c0bw3b authored Oct 20, 2019
    Copy the full SHA
    a8cbf23 View commit details
Showing with 2 additions and 2 deletions.
  1. +1 −1 pkgs/servers/rt/default.nix
  2. +1 −1 pkgs/top-level/perl-packages.nix
2 changes: 1 addition & 1 deletion pkgs/servers/rt/default.nix
Original file line number Diff line number Diff line change
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
name = "rt-perl-deps";
paths = (with perlPackages; [
ApacheSession BusinessHours CGIEmulatePSGI CGIPSGI
CSSMinifierXP CSSSquish ConvertColor CryptEksblowfish
CSSMinifierXS CSSSquish ConvertColor CryptEksblowfish
CryptSSLeay DBDSQLite DBDmysql DBIxSearchBuilder DataGUID
DataICal DataPagePageset DateExtract DateManip
DateTimeFormatNatural DevelGlobalDestruction EmailAddress
2 changes: 1 addition & 1 deletion pkgs/top-level/perl-packages.nix
Original file line number Diff line number Diff line change
@@ -3599,7 +3599,7 @@ let
propagatedBuildInputs = [ Clone ];
};

CSSMinifierXP = buildPerlModule {
CSSMinifierXS = buildPerlModule {
pname = "CSS-Minifier-XS";
version = "0.09";
src = fetchurl {