mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 16:03:23 +00:00
intltool: add perl to propagatedBuildInputs
This commit is contained in:
parent
5f29a2b2ee
commit
07703d13ad
@ -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 New Issue
Block a user