nixpkgs/pkgs/development/perl-modules
Farid Zakaria 3987b0e481 strip-nondeterminism: file to propagatedBuildInput
`file` is used by the perl script.

```
sub _get_file_type($) {
	my $file=shift;
	open(FILE, '-|') # handle all filenames safely
	  || exec('file', $file)
	  || die "can't exec file: $!";
	my $type=<FILE>;
	close FILE;
	return $type;
}
```

This script is very handy to run within a `nix-build` context,
specifically during the fixupPhase.

Unfortunately, file is not propagated, and does not exist causing the
build to fail. Fix it by adding it.

Co-authored-by: Jonathan Ringer <jonringer@users.noreply.github.com>
2021-06-29 20:51:50 -07:00
..
DBD-SQLite
expression-generator
generic treewide: use lib.warnIf where appropriate 2021-04-28 21:44:21 +00:00
ham treewide: makeWrapper buildInputs to nativeBuildInputs 2021-02-19 20:09:16 +07:00
maatkit treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
MNI treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Mozilla-LDAP
Percona-Toolkit treewide: remove stdenv where not needed 2021-01-25 18:31:47 +01:00
Po4a perlPackages.Po4a: 0.55 -> 0.62 2021-02-13 00:25:36 -08:00
strip-nondeterminism strip-nondeterminism: file to propagatedBuildInput 2021-06-29 20:51:50 -07:00
WWW-YoutubeViewer pkgs/development: stdenv.lib -> lib 2021-01-17 19:11:59 +01:00
alien-sdl.patch perlPackages.AlienSDL: init at 1.446 2019-10-23 18:41:22 +00:00
boost-geometry-utils-fix-oom.patch
catalyst-plugin-static-simple-etag.patch
CatalystXScriptServerStarman-fork-arg.patch
crypt-openpgp-remove-impure-keygen-tests.patch perlPackages.CryptOpenPGP: init at 1.12 2020-07-24 16:12:45 +02:00
Device-OUI-1.04-hash.patch
Google-ProtocolBuffers-multiline-comments.patch
lwp-protocol-https-cert-file.patch
mhonarc.patch
module-pluggable.patch
net-amazon-mechanicalturk.patch
Paranoid-blessed-path.patch
perl-opengl-gl-extensions.txt
perl-opengl.patch
Socket6-sv_undef.patch
TextBibTeX-use-lib-on-aarch64.patch perlPackages.TextBibTeX: use lib instead of lib64 on aarch64 (#122567) 2021-05-15 10:04:35 +02:00
xml-grove-utf8.patch
xml-parser-0001-HACK-Assumes-Expat-paths-are-good.patch undo efc70eb6d7 2020-09-09 09:16:24 +00:00