perlXMLParser -> perlPackages.XMLParser

This commit is contained in:
volth
2018-10-12 22:56:15 +00:00
parent ef93155f60
commit c0fed1ba77
20 changed files with 77 additions and 73 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, fetchpatch, gettext, perl, perlXMLParser }:
{ stdenv, fetchurl, fetchpatch, gettext, perlPackages }:
stdenv.mkDerivation rec {
name = "intltool-${version}";
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
sha256 = "12q2140867r5d0dysly72khi7b0mm2gd7nlm1k81iyg7fxgnyz45";
})];
propagatedBuildInputs = [ gettext perl perlXMLParser ];
propagatedBuildInputs = [ gettext ] ++ (with perlPackages; [ perl XMLParser ]);
meta = with stdenv.lib; {
description = "Translation helper tool";