nixpkgs/pkgs/development
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
..
androidndk-pkgs
arduino arduino-cli: add zlib to the fhsenv 2021-06-29 09:49:45 +02:00
beam-modules
bower-modules/generic
chez-modules
compilers Merge pull request #128560 from asbachb/update/java/11 2021-06-30 00:33:15 +02:00
coq-modules coqPackages.semantics: init 2021-06-29 11:04:42 +02:00
dhall-modules
dotnet-modules
em-modules/generic
gnuradio-modules
go-modules
go-packages
guile-modules
haskell-modules haskellPackages.stripeapi: Mark broken because of consistent build timeout 2021-06-22 23:24:48 +02:00
idris-modules
interpreters dhall: Use --base-import-url flag for documentation (#128588) 2021-06-29 19:09:29 -07:00
java-modules
libraries Merge pull request #128694 from SuperSandro2000/libstatgrab 2021-06-30 03:45:11 +02:00
lisp-modules
lua-modules
misc
mobile
node-packages nodePackages: update 2021-06-28 22:39:22 +08:00
ocaml-modules ocamlPackages.stringext: 1.4.0 -> 1.6.0 (#128598) 2021-06-29 15:39:21 +02:00
octave-modules octavePackages.nan: 3.5.2 -> 3.5.3 (#127757) 2021-06-22 15:45:40 +02:00
perl-modules strip-nondeterminism: file to propagatedBuildInput 2021-06-29 20:51:50 -07:00
pharo
php-packages php: Run nixpkgs-fmt on all php related files 2021-06-26 20:07:56 +02:00
pure-modules
python-modules python3Packages.msal-extensions: add substituteInPlace for 2021-06-29 19:56:45 -07:00
r-modules Merge pull request #121819 from Jake-Gillberg/bump-r-cran 2021-06-24 16:41:01 +02:00
ruby-modules
scheme-modules/scheme-bytestructures
tools Merge pull request #128682 from SuperSandro2000/SuperSandro2000-patch-1 2021-06-30 03:45:34 +02:00
web deno: 1.11.2 -> 1.11.3 2021-06-29 21:54:54 +01:00