intltool: add perl to propagatedBuildInputs
This commit is contained in:
parent
5f29a2b2ee
commit
07703d13ad
1 changed files with 1 additions and 1 deletions
|
@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
|
|||
})];
|
||||
|
||||
nativeBuildInputs = with perlPackages; [ perl XMLParser ];
|
||||
propagatedBuildInputs = [ gettext ];
|
||||
propagatedBuildInputs = [ gettext ] ++ (with perlPackages; [ perl XMLParser ]);
|
||||
|
||||
postInstall = stdenv.lib.optionalString (stdenv.hostPlatform != stdenv.buildPlatform) ''
|
||||
for f in $out/bin/*; do
|
||||
|
|
Loading…
Reference in a new issue