3987b0e481
`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> |
||
---|---|---|
.. | ||
DBD-SQLite | ||
expression-generator | ||
generic | ||
ham | ||
maatkit | ||
MNI | ||
Mozilla-LDAP | ||
Percona-Toolkit | ||
Po4a | ||
strip-nondeterminism | ||
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 | ||
xml-grove-utf8.patch | ||
xml-parser-0001-HACK-Assumes-Expat-paths-are-good.patch |