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
ham
maatkit
MNI
Mozilla-LDAP
Percona-Toolkit
Po4a
strip-nondeterminism strip-nondeterminism: file to propagatedBuildInput 2021-06-29 20:51:50 -07:00
WWW-YoutubeViewer
alien-sdl.patch
boost-geometry-utils-fix-oom.patch
catalyst-plugin-static-simple-etag.patch
CatalystXScriptServerStarman-fork-arg.patch
crypt-openpgp-remove-impure-keygen-tests.patch
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