Unverified Commit f35051ab authored by Justin Bedő's avatar Justin Bedő Committed by GitHub
Browse files

rPackages.stringi: remove unneeded override (#390167)

parents 369b57a0 5ce416fd
Loading
Loading
Loading
Loading
+0 −14
Original line number Diff line number Diff line
@@ -1101,20 +1101,6 @@ let
      postPatch = "patchShebangs configure";
    });

    stringi = old.stringi.overrideAttrs (attrs: {
      postInstall = let
        icuName = "icudt52l";
        icuSrc = pkgs.fetchzip {
          url = "http://static.rexamine.com/packages/${icuName}.zip";
          sha256 = "0hvazpizziq5ibc9017i1bb45yryfl26wzfsv05vk9mc1575r6xj";
          stripRoot = false;
        };
        in ''
          ${attrs.postInstall or ""}
          cp ${icuSrc}/${icuName}.dat $out/library/stringi/libs
        '';
    });

    xml2 = old.xml2.overrideAttrs (attrs: {
      preConfigure = ''
        export LIBXML_INCDIR=${pkgs.libxml2.dev}/include/libxml2